changeset 11148:200a6532483b HEAD

example-config: Added auth-userdb socket with comments.
author Timo Sirainen <tss@iki.fi>
date Wed, 14 Apr 2010 15:34:58 +0300
parents 51eea5bb3336
children ca663b6f63a4
files doc/example-config/conf.d/10-master.conf
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/example-config/conf.d/10-master.conf	Tue Apr 13 20:54:46 2010 +0300
+++ b/doc/example-config/conf.d/10-master.conf	Wed Apr 14 15:34:58 2010 +0300
@@ -62,6 +62,17 @@
 }
 
 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