# HG changeset patch # User Timo Sirainen # Date 1251753596 14400 # Node ID f5dcc960ab7ac0ceb3cc51aeac94ca730e3a1895 # Parent 4efd13c0f7783a83431f7ce16bc26af86d43b25f example-config: Moved auth_socket_path to mail.conf. 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 @@ -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 -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 @@ -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 ##