]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Moved auth_socket_path to mail.conf.
authorTimo Sirainen <tss@iki.fi>
Mon, 31 Aug 2009 21:19:56 +0000 (17:19 -0400)
committerTimo Sirainen <tss@iki.fi>
Mon, 31 Aug 2009 21:19:56 +0000 (17:19 -0400)
--HG--
branch : HEAD

doc/example-config/conf.d/auth.conf
doc/example-config/conf.d/mail.conf

index 0fae446d5399db28d501ab347a6b8268a7d15577..fa57d022012a91933fce82c76f5315899750b0b4 100644 (file)
 # 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
index b23837563913c651c84fe324bdcb724486056d17..348a76c4640e2a1f5326b8ff8b7693daad128afb 100644 (file)
 # 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
 ##