changeset 9845:f5dcc960ab7a HEAD

example-config: Moved auth_socket_path to mail.conf.
author Timo Sirainen <tss@iki.fi>
date Mon, 31 Aug 2009 17:19:56 -0400
parents 4efd13c0f778
children cf27080f3fcf
files doc/example-config/conf.d/auth.conf doc/example-config/conf.d/mail.conf
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
@@ -76,10 +76,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:
   #   plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp skey
--- 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
@@ -198,6 +198,10 @@
 # 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
 ##