On 3/20/2012 3:44 AM, Cedric Jeanneret wrote:
On Tue, 20 Mar 2012 03:36:51 -0400
Gedalya<geda...@gedalya.net> wrote:
On 3/20/2012 3:20 AM, Cedric Jeanneret wrote:
status=sent (delivered to maildir)
Your log clearly says postfix is delivering directly to the maildir.
Postfix must be configured to find the user's maildir using things like
virtual_mailbox_base and / or virtual_mailbox_maps ?
Geez.. right - taking it from ldap... should only comment out the following
lines:
virtual_mailbox_base = /
virtual_mailbox_maps = ldap:/etc/postfix/ldap-accounts.cf
?
If you want postfix to use the dovecot LDA then you have to set it up,
you can get a general idea here
http://wiki.dovecot.org/LDA/Postfix
and adapt it to your circumstances.
Basically you have to add the appropriate lines to master.cf and put
virtual_transport = dovecot in main.cf.