Set up replication
[sysconfig/dovecot.git] / conf.d / auth-system.conf.ext
index 56f4659edf8fa4b2a7565c2c5b54277d650c63c3..399424b5f65c4b2ce7179f64684b9e9c372095c6 100644 (file)
@@ -1,4 +1,4 @@
-# Authentication for system users. Included from auth.conf.
+# Authentication for system users. Included from 10-auth.conf.
 #
 # <doc/wiki/PasswordDatabase.txt>
 # <doc/wiki/UserDatabase.txt>
@@ -49,8 +49,15 @@ passdb {
 userdb {
   # <doc/wiki/AuthDatabase.Passwd.txt>
   driver = passwd
+
+  # Only available in 2.2.30+
+  #username_filter = !nobody
+
   # [blocking=no]
   #args = 
+
+  # Override fields from passwd
+  #override_fields = home=/home/virtual/%u
 }
 
 # Static settings generated from template <doc/wiki/UserDatabase.Static.txt>