]> git.pld-linux.org Git - packages/dovecot.git/blame - dovecot-config.patch
- patch for default config
[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.
14@@ -86,7 +86,7 @@
15 # User to use for the login process. Create a completely new user for this,
16 # and don't use it anywhere else. The user must also belong to a group where
17 # only it has access, it's used to control access for authentication process.
18-#login_user = dovecot
19+login_user = nobody
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.086392 seconds and 4 git commands to generate.