From: Timo Sirainen Date: Wed, 14 Apr 2010 12:34:58 +0000 (+0300) Subject: example-config: Added auth-userdb socket with comments. X-Git-Tag: 2.0.beta5~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=842ee2b1d27cf8034de46079da1aa6e212303318;p=thirdparty%2Fdovecot%2Fcore.git example-config: Added auth-userdb socket with comments. --HG-- branch : HEAD --- diff --git a/doc/example-config/conf.d/10-master.conf b/doc/example-config/conf.d/10-master.conf index f00f80a6c6..738ec6bf3b 100644 --- a/doc/example-config/conf.d/10-master.conf +++ b/doc/example-config/conf.d/10-master.conf @@ -62,6 +62,17 @@ service pop3 { } service auth { + # auth_socket_path points to this userdb socket by default. It's typically + # used by dovecot-lda, doveadm, possibly imap process, etc. Its default + # permissions make it readable only by root, but you may need to relax these + # permissions. Users that have access to this socket are able to get a list + # of all usernames and get results of everyone's userdb lookups. + unix_listener auth-userdb { + #mode = 0600 + #user = + #group = + } + # Postfix smtp-auth #unix_listener /var/spool/postfix/private/auth { # mode = 0666