Dovecot hints ------------- The dovecot.conf diff #1 shows the settings suggested to use dovecot properly with the supplied postfix and procmail docs (Hardwires the maildir path and enables SASL). You may also want to add dovecot to postfix' user group with gpasswd -a. This diff best is applied manually :P 2007-12-27 16:40 CET ------------------------------------------------------------------------------ ############################ ### dovecot.conf.diff #1 ### ############################ --- dovecot.conf.orig 2007-12-27 16:31:04.000000000 +0100 +++ dovecot.conf 2007-12-15 18:40:29.000000000 +0100 @@ -212,7 +214,7 @@ # # # -#mail_location = +mail_location = maildir:~/.maildir # If you need to set multiple mailbox locations or want to change default # namespace settings, you can do it by defining namespace sections. @@ -1016,6 +1018,14 @@ #mode = 0660 #} #} + socket listen { + client { + path = /var/spool/postfix/private/auth + mode = 0666 + user = postfix + group = postfix + } + } } # If you wish to use another authentication server than dovecot-auth, you can