]> git.pld-linux.org Git - packages/dovecot.git/blame - dovecot-config.patch
- dovenull group for /var/run/dovecot/login
[packages/dovecot.git] / dovecot-config.patch
CommitLineData
301d0b92
AM
1diff -urN dovecot-2.0.0.org/doc/example-config/conf.d/10-ssl.conf dovecot-2.0.0/doc/example-config/conf.d/10-ssl.conf
2--- dovecot-2.0.0.org/doc/example-config/conf.d/10-ssl.conf 2010-05-24 16:35:40.000000000 +0200
3+++ dovecot-2.0.0/doc/example-config/conf.d/10-ssl.conf 2010-08-21 09:36:31.513101379 +0200
4@@ -9,8 +9,8 @@
3eaa3100
TO
5 # dropping root privileges, so keep the key file unreadable by anyone but
6 # root. Included doc/mkcert.sh can be used to easily generate self-signed
7 # certificate, just make sure to update the domains in dovecot-openssl.cnf
301d0b92
AM
8-ssl_cert = </etc/ssl/certs/dovecot.pem
9-ssl_key = </etc/ssl/private/dovecot.pem
10+ssl_cert = </var/lib/openssl/certs/imap.pem
11+ssl_key = </var/lib/openssl/private/imap.pem
3eaa3100 12
cd30e346 13 # If key file is password protected, give the password here. Alternatively
301d0b92 14 # give it when starting dovecot with -p parameter. Since this file is often
This page took 0.073112 seconds and 4 git commands to generate.