[Dovecot] Postfix - deliver problem.

Mark Alan varia at e-healthexpert.org
Mon Dec 27 13:03:19 EET 2010


On Sun, 26 Dec 2010 23:20:57 -0500, Mark Bronstein
<mark at bronsteinlaw.com> wrote:

> # 1.2.16: /etc/dovecot/dovecot.conf
> # OS: Linux 2.6.18-194.17.1.el5.028stab070.7 i686 Debian 5.0.7 simfs
> mail_location: maildir:/var/mail/domains/%d/%n/Maildir
> lda:
>   postmaster_address: mark at bronsteinlaw.com
>   mail_plugins: sieve
>   log_path: /var/log/dovecot/dovecot-local-deliver.log

      log_path: /var/mail/dovecot-local-deliver.log

(later you could also consider using /var/vmail instead of /var/mail
as there is the possibility of other apps trying to write at the
Debian default /var/mail)

>   auth_socket_path: var/run/dovecot/auth-master

     auth_socket_path: /var/run/dovecot/auth-master

> auth default:
>   user: vmail

      user: root

(or, less secure, make password files world readable)

>     master:
>       path: /var/run/dovecot/auth-master
>       mode: 384
>       user: vmail
>       group: mail

        #group: mail


M.


More information about the dovecot mailing list