2004-09-30 20:55:24 +00:00
|
|
|
--- dovecot-0.99.11/dovecot-example.conf.orig 2004-08-28 08:26:10.000000000 -0400
|
|
|
|
+++ dovecot-0.99.11/dovecot-example.conf 2004-09-30 16:43:55.000000000 -0400
|
2004-09-09 04:20:42 +00:00
|
|
|
@@ -4,7 +4,7 @@
|
|
|
|
# any of the lines. Exception to this are paths, they're just examples
|
|
|
|
# with real defaults being based on configure options. The paths listed here
|
|
|
|
# are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
|
|
|
-# --with-ssldir=/etc/ssl
|
2005-04-22 21:01:48 +00:00
|
|
|
+# --with-ssldir=/etc/pki/dovecot
|
2004-09-09 04:20:42 +00:00
|
|
|
|
|
|
|
# Base directory where to store runtime data.
|
|
|
|
#base_dir = /var/run/dovecot/
|
2004-09-30 20:55:24 +00:00
|
|
|
@@ -18,8 +18,8 @@
|
|
|
|
# "[::]" listens in all IPv6 interfaces, but may also listen in all IPv4
|
|
|
|
# interfaces depending on the operating system. You can specify ports with
|
|
|
|
# "host:port".
|
|
|
|
-#imap_listen = *
|
|
|
|
-#pop3_listen = *
|
|
|
|
+imap_listen = [::]
|
|
|
|
+pop3_listen = [::]
|
|
|
|
|
|
|
|
# IP or host address where to listen in for SSL connections. Defaults
|
|
|
|
# to above non-SSL equilevants if not specified.
|
2004-09-09 04:20:42 +00:00
|
|
|
@@ -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
|
2005-04-22 21:01:48 +00:00
|
|
|
+#ssl_cert_file = /etc/pki/dovecot/dovecot.pem
|
|
|
|
+#ssl_key_file = /etc/pki/dovecot/private/dovecot.pem
|
2004-09-09 04:20:42 +00:00
|
|
|
|
|
|
|
# SSL parameter file. Master process generates this file for login processes.
|
|
|
|
# It contains Diffie Hellman and RSA parameters.
|
2004-09-30 20:55:24 +00:00
|
|
|
@@ -70,7 +70,7 @@
|
2004-09-09 04:20:42 +00:00
|
|
|
# which login needs to be able to connect to. The sockets are created when
|
2004-09-09 04:23:42 +00:00
|
|
|
# running as root, so you don't have to worry about permissions. Note that
|
|
|
|
# everything in this directory is deleted when Dovecot is started.
|
2004-09-09 04:20:42 +00:00
|
|
|
-#login_dir = /var/run/dovecot/login
|
|
|
|
+login_dir = /var/run/dovecot-login
|
|
|
|
|
|
|
|
# chroot login process to the login_dir. Only reason not to do this is if you
|
|
|
|
# wish to run the whole Dovecot without roots.
|
2004-09-30 20:55:24 +00:00
|
|
|
@@ -305,7 +305,7 @@
|
2004-09-09 04:20:42 +00:00
|
|
|
# with is important to avoid deadlocks if other MTAs/MUAs are using both fcntl
|
|
|
|
# and flock. Some operating systems don't allow using both of them
|
|
|
|
# simultaneously, eg. BSDs. If dotlock is used, it's always created first.
|
|
|
|
-#mbox_locks = dotlock fcntl
|
|
|
|
+mbox_locks = fcntl
|
|
|
|
|
|
|
|
# Should we create dotlock file even when we want only a read-lock? Setting
|
|
|
|
# this to yes hurts the performance when the mailbox is accessed simultaneously
|
2004-09-30 20:55:24 +00:00
|
|
|
@@ -431,7 +431,8 @@
|
2004-09-09 04:20:42 +00:00
|
|
|
# vpopmail: vpopmail authentication
|
|
|
|
# ldap <config path>: LDAP, see doc/dovecot-ldap.conf
|
|
|
|
# pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf
|
|
|
|
-auth_passdb = pgsql /usr/local/etc/dovecot-pgsql.conf
|
2004-09-09 04:23:42 +00:00
|
|
|
+#auth_passdb = pgsql /usr/local/etc/dovecot-pgsql.conf
|
2004-09-09 04:20:42 +00:00
|
|
|
+auth_passdb = pam
|
|
|
|
|
|
|
|
#auth_executable = /usr/libexec/dovecot/dovecot-auth
|
|
|
|
|