dovecot-2.0: example-config: Added auth-userdb socket with comme...

dovecot at dovecot.org dovecot at dovecot.org
Wed Apr 14 15:35:02 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/200a6532483b
changeset: 11148:200a6532483b
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Apr 14 15:34:58 2010 +0300
description:
example-config: Added auth-userdb socket with comments.

diffstat:

 doc/example-config/conf.d/10-master.conf |  11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diffs (21 lines):

diff -r 51eea5bb3336 -r 200a6532483b doc/example-config/conf.d/10-master.conf
--- 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


More information about the dovecot-cvs mailing list