]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Added auth-userdb socket with comments.
authorTimo Sirainen <tss@iki.fi>
Wed, 14 Apr 2010 12:34:58 +0000 (15:34 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 14 Apr 2010 12:34:58 +0000 (15:34 +0300)
--HG--
branch : HEAD

doc/example-config/conf.d/10-master.conf

index f00f80a6c6db9d344170d5ca10500e9ccf2df650..738ec6bf3bd59413db1a9831e9225b529ded9d5d 100644 (file)
@@ -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