diff dovecot-example.conf @ 6394:9e74c008484a HEAD

Added username_format parameter for passwd-file passdb and userdb.
author Timo Sirainen <tss@iki.fi>
date Sat, 15 Sep 2007 15:58:27 +0300
parents 7ad61f00ee55
children 1eff337eade3
line wrap: on
line diff
--- a/dovecot-example.conf	Sat Sep 15 15:54:43 2007 +0300
+++ b/dovecot-example.conf	Sat Sep 15 15:58:27 2007 +0300
@@ -862,7 +862,8 @@
   # passwd-like file with specified location
   # <doc/wiki/AuthDatabase.PasswdFile.txt>
   #passdb passwd-file {
-    # [scheme=<default password scheme>] <Path for passwd-file>
+    # [scheme=<default password scheme>] [username_format=<format>]
+    # <Path for passwd-file>
     #args = 
   #}
 
@@ -916,7 +917,7 @@
   # passwd-like file with specified location
   # <doc/wiki/AuthDatabase.PasswdFile.txt>
   #userdb passwd-file {
-    # Path for passwd-file
+    # [username_format=<format>] <Path for passwd-file>
     #args =
   #}