diff dovecot-example.conf @ 5381:ba8da13e71da HEAD

Added blocking=yes setting for passdb passwd and shadow also.
author Timo Sirainen <tss@iki.fi>
date Thu, 22 Mar 2007 03:36:44 +0200
parents 0e64feabb0d2
children 2a6ff0bbc932
line wrap: on
line diff
--- a/dovecot-example.conf	Thu Mar 22 02:06:24 2007 +0200
+++ b/dovecot-example.conf	Thu Mar 22 03:36:44 2007 +0200
@@ -825,11 +825,15 @@
   # configured in /etc/nsswitch.conf.
   # http://wiki.dovecot.org/AuthDatabase/Passwd
   #passdb passwd {
+    # [blocking=yes] - See userdb passwd for explanation
+    #args = 
   #}
 
   # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
   # http://wiki.dovecot.org/PasswordDatabase/Shadow
   #passdb shadow {
+    # [blocking=yes] - See userdb passwd for explanation
+    #args = 
   #}
 
   # PAM-like authentication for OpenBSD.