dovecot-2.0: example-config: Moved auth_socket_path to mail.conf.

dovecot at dovecot.org dovecot at dovecot.org
Tue Sep 1 00:21:48 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/f5dcc960ab7a
changeset: 9845:f5dcc960ab7a
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 31 17:19:56 2009 -0400
description:
example-config: Moved auth_socket_path to mail.conf.

diffstat:

2 files changed, 4 insertions(+), 4 deletions(-)
doc/example-config/conf.d/auth.conf |    4 ----
doc/example-config/conf.d/mail.conf |    4 ++++

diffs (28 lines):

diff -r 4efd13c0f778 -r f5dcc960ab7a doc/example-config/conf.d/auth.conf
--- a/doc/example-config/conf.d/auth.conf	Mon Aug 31 17:04:37 2009 -0400
+++ b/doc/example-config/conf.d/auth.conf	Mon Aug 31 17:19:56 2009 -0400
@@ -75,10 +75,6 @@
 
 # Number of seconds to delay before replying to failed authentications.
 #auth_failure_delay = 2
-
-# UNIX socket path to master authentication server to find users.
-# This is used by imap (for shared users) and lda.
-#auth_socket_path = /var/run/dovecot/auth-userdb
 
 auth default {
   # Space separated list of wanted authentication mechanisms:
diff -r 4efd13c0f778 -r f5dcc960ab7a doc/example-config/conf.d/mail.conf
--- a/doc/example-config/conf.d/mail.conf	Mon Aug 31 17:04:37 2009 -0400
+++ b/doc/example-config/conf.d/mail.conf	Mon Aug 31 17:19:56 2009 -0400
@@ -197,6 +197,10 @@
 # forcing existing client connections to close (although that could also be
 # a problem if the upgrade is e.g. because of a security fix).
 #shutdown_clients = yes
+
+# UNIX socket path to master authentication server to find users.
+# This is used by imap (for shared users) and lda.
+#auth_socket_path = /var/run/dovecot/auth-userdb
 
 ##
 ## Mailbox handling optimizations


More information about the dovecot-cvs mailing list