changeset 2163:506302b8b2fb HEAD

comment update
author Timo Sirainen <tss@iki.fi>
date Fri, 18 Jun 2004 22:27:41 +0300
parents 95b2a6abc01e
children e5f9d66d6ced
files dovecot-example.conf
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Fri Jun 18 06:40:12 2004 +0300
+++ b/dovecot-example.conf	Fri Jun 18 22:27:41 2004 +0300
@@ -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 @@
   #   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