]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- patch for default config help
authorTomek Orzechowski <orzech@pld-linux.org>
Tue, 8 Jul 2003 13:16:08 +0000 (13:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dovecot-config.patch -> 1.1

dovecot-config.patch [new file with mode: 0644]

diff --git a/dovecot-config.patch b/dovecot-config.patch
new file mode 100644 (file)
index 0000000..b9708a0
--- /dev/null
@@ -0,0 +1,22 @@
+--- dovecot/dovecot-example.conf.orig  Tue Jul  8 15:05:39 2003
++++ dovecot/dovecot-example.conf       Tue Jul  8 15:14:56 2003
+@@ -33,8 +33,8 @@
+ # dropping root privileges, so keep the key file unreadable by anyone but
+ # root. Included doc/mkcert.sh can be used to easily generate self-signed
+ # certificate, just make sure to update the domains in dovecot-openssl.cnf
+-#ssl_cert_file = /etc/ssl/certs/dovecot.pem
+-#ssl_key_file = /etc/ssl/private/dovecot.pem
++ssl_cert_file = /var/lib/openssl/certs/imap.pem
++ssl_key_file = /var/lib/openssl/certs/imap.pem
+ # SSL parameter file. Master process generates this file for login processes.
+ # It contains Diffie Hellman and RSA parameters.
+@@ -86,7 +86,7 @@
+ # User to use for the login process. Create a completely new user for this,
+ # and don't use it anywhere else. The user must also belong to a group where
+ # only it has access, it's used to control access for authentication process.
+-#login_user = dovecot
++login_user = nobody
+ # Set max. process size in megabytes. If you don't use
+ # login_process_per_connection you might need to grow this.
This page took 0.078542 seconds and 4 git commands to generate.