]> git.pld-linux.org Git - packages/dovecot.git/blob - dovecot-config.patch
- updated for dovecot user/group
[packages/dovecot.git] / dovecot-config.patch
1 --- dovecot/dovecot-example.conf.orig   Tue Jul  8 15:05:39 2003
2 +++ dovecot/dovecot-example.conf        Tue Jul  8 15:14:56 2003
3 @@ -33,8 +33,8 @@
4  # dropping root privileges, so keep the key file unreadable by anyone but
5  # root. Included doc/mkcert.sh can be used to easily generate self-signed
6  # certificate, just make sure to update the domains in dovecot-openssl.cnf
7 -#ssl_cert_file = /etc/ssl/certs/dovecot.pem
8 -#ssl_key_file = /etc/ssl/private/dovecot.pem
9 +ssl_cert_file = /var/lib/openssl/certs/imap.pem
10 +ssl_key_file = /var/lib/openssl/certs/imap.pem
11  
12  # SSL parameter file. Master process generates this file for login processes.
13  # It contains Diffie Hellman and RSA parameters.
14 @@ -92,7 +92,7 @@
15  # only it has access, it's used to control access for authentication process.
16  # Note that this user is NOT used to access mails.
17  # http://wiki.dovecot.org/UserIds
18 -#login_user = dovecot
19 +login_user = dovecot
20  
21  # Set max. process size in megabytes. If you don't use
22  # login_process_per_connection you might need to grow this.
This page took 0.041863 seconds and 4 git commands to generate.