[dovecot-cvs] dovecot dovecot-example.conf,1.194.2.46,1.194.2.47

tss at dovecot.org tss at dovecot.org
Thu Mar 22 03:36:43 EET 2007


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv29375

Modified Files:
      Tag: branch_1_0
	dovecot-example.conf 
Log Message:
Added blocking=yes setting for passdb passwd and shadow also.



Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.194.2.46
retrieving revision 1.194.2.47
diff -u -d -r1.194.2.46 -r1.194.2.47
--- dovecot-example.conf	22 Mar 2007 00:06:21 -0000	1.194.2.46
+++ dovecot-example.conf	22 Mar 2007 01:36:41 -0000	1.194.2.47
@@ -822,11 +822,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.



More information about the dovecot-cvs mailing list