diff dovecot-example.conf @ 4108:e1774d677536 HEAD

Added auth_master_user_separator setting which allows giving the master username inside the normal username.
author Timo Sirainen <timo.sirainen@movial.fi>
date Mon, 27 Mar 2006 15:54:24 +0300
parents 77e10f1d2cb2
children b66da5c1a94b
line wrap: on
line diff
--- a/dovecot-example.conf	Sat Mar 25 13:09:17 2006 +0200
+++ b/dovecot-example.conf	Mon Mar 27 15:54:24 2006 +0300
@@ -604,6 +604,13 @@
 # that '#' and '/' characters are translated to '@'.
 #auth_username_translation =
 
+# If you want to allow master users to log in by specifying the master
+# username within the normal username string (ie. not using SASL mechanism's
+# support for it), you can specify the separator character here. The format
+# is then <username><separator><master username>. UW-IMAP uses "*" as the
+# separator, so that could be a good choice.
+#auth_master_user_separator =
+
 # Username to use for users logging in with ANONYMOUS SASL mechanism
 #auth_anonymous_username = anonymous