dovecot-2.2: example-config: Added director_username_hash setting.

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 10 05:24:40 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/0722a06a0d9f
changeset: 14797:0722a06a0d9f
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jul 17 15:13:21 2012 +0300
description:
example-config: Added director_username_hash setting.

diffstat:

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

diffs (15 lines):

diff -r 5ad46e104c07 -r 0722a06a0d9f doc/example-config/conf.d/10-director.conf
--- a/doc/example-config/conf.d/10-director.conf	Tue Jul 17 15:10:35 2012 +0300
+++ b/doc/example-config/conf.d/10-director.conf	Tue Jul 17 15:13:21 2012 +0300
@@ -25,6 +25,11 @@
 # If you enable this, you'll also need to add inet_listener for the port.
 #director_doveadm_port = 0
 
+# How the username is translated before being hashed. Useful values include
+# %Ln if user can log in with or without @domain, %Ld if mailboxes are shared
+# within domain.
+#director_username_hash = %Lu
+
 # To enable director service, uncomment the modes and assign a port.
 service director {
   unix_listener login/director {


More information about the dovecot-cvs mailing list