From: Timo Sirainen Date: Mon, 31 Aug 2009 21:19:56 +0000 (-0400) Subject: example-config: Moved auth_socket_path to mail.conf. X-Git-Tag: 2.0.alpha1~207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1753bdf0c274349835aa3cfae7dad752d860694;p=thirdparty%2Fdovecot%2Fcore.git example-config: Moved auth_socket_path to mail.conf. --HG-- branch : HEAD --- diff --git a/doc/example-config/conf.d/auth.conf b/doc/example-config/conf.d/auth.conf index 0fae446d53..fa57d02201 100644 --- a/doc/example-config/conf.d/auth.conf +++ b/doc/example-config/conf.d/auth.conf @@ -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 diff --git a/doc/example-config/conf.d/mail.conf b/doc/example-config/conf.d/mail.conf index b238375639..348a76c464 100644 --- a/doc/example-config/conf.d/mail.conf +++ b/doc/example-config/conf.d/mail.conf @@ -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 ##