From: Timo Sirainen Date: Wed, 26 Mar 2003 09:35:49 +0000 (+0200) Subject: Removed default auth_chroot directory from digest-md5 case. If you really X-Git-Tag: 1.1.alpha1~4788 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5bc43fca3f9d750957d67999628701a01f37175;p=thirdparty%2Fdovecot%2Fcore.git Removed default auth_chroot directory from digest-md5 case. If you really want it, you know where to set it. --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index 0393a729c8..6393bd5b4b 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -408,7 +408,7 @@ auth_user = root #auth_userdb = passwd-file /etc/passwd.imap #auth_passdb = passwd-file /etc/passwd.imap #auth_user = imapauth -#auth_chroot = /var/run/dovecot/auth +#auth_chroot = # if you plan to use only passwd-file, you don't need the two auth processes, # simply set "auth_methods = plain digest-md5"