From: Timo Sirainen Date: Fri, 18 Jun 2004 19:27:41 +0000 (+0300) Subject: comment update X-Git-Tag: 1.1.alpha1~3943 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b63198617f271a162e016e499ebad14345dc7d8b;p=thirdparty%2Fdovecot%2Fcore.git comment update --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index 464ef6ceb1..7156441cec 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -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 [ | *]: PAM authentication + # checkpassword : checkpassword executable authentication # passwd-file : passwd-like file with specified location # vpopmail: vpopmail authentication # ldap : LDAP, see doc/dovecot-ldap.conf