]> git.pld-linux.org Git - packages/dovecot.git/blob - dovecot-config.patch
- default_user_login is dovenull
[packages/dovecot.git] / dovecot-config.patch
1 diff -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 @@
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
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
12  
13  # If key file is password protected, give the password here. Alternatively
14  # give it when starting dovecot with -p parameter. Since this file is often
This page took 0.064091 seconds and 4 git commands to generate.