]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
comment update
authorTimo Sirainen <tss@iki.fi>
Fri, 18 Jun 2004 19:27:41 +0000 (22:27 +0300)
committerTimo Sirainen <tss@iki.fi>
Fri, 18 Jun 2004 19:27:41 +0000 (22:27 +0300)
--HG--
branch : HEAD

dovecot-example.conf

index 464ef6ceb1fe1b53032284824a63e6d9453f381f..7156441cec4fe0cb2dab66358322f5a111990225 100644 (file)
@@ -75,7 +75,8 @@
 
 # Directory where authentication process places authentication UNIX sockets
 # which login needs to be able to connect to. The sockets are created when
-# running as root, so you don't have to worry about permissions.
+# running as root, so you don't have to worry about permissions. Note that
+# everything in this directory is deleted when Dovecot is started.
 #login_dir = /var/run/dovecot/login
 
 # chroot login process to the login_dir. Only reason not to do this is if you
@@ -429,6 +430,7 @@ auth default {
   #   passwd: /etc/passwd or similiar, using getpwnam()
   #   shadow: /etc/shadow or similiar, using getspnam()
   #   pam [<service> | *]: PAM authentication
+  #   checkpassword <path>: checkpassword executable authentication
   #   passwd-file <path>: passwd-like file with specified location
   #   vpopmail: vpopmail authentication
   #   ldap <config path>: LDAP, see doc/dovecot-ldap.conf