]> git.pld-linux.org Git - packages/dovecot.git/blame - dovecot-config.patch
- enabled GSSAPI authentication support; updated -gssapi.patch; BR: heimdal-devel
[packages/dovecot.git] / dovecot-config.patch
CommitLineData
3eaa3100
TO
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.
027cb77c 14@@ -92,7 +92,7 @@
3eaa3100 15 # only it has access, it's used to control access for authentication process.
027cb77c 16 # Note that this user is NOT used to access mails.
17 # http://wiki.dovecot.org/UserIds
3eaa3100 18-#login_user = dovecot
593ab754 19+login_user = dovecot
3eaa3100
TO
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.126777 seconds and 4 git commands to generate.