On Tue, 20 Mar 2012 04:01:08 -0400 Gedalya <geda...@gedalya.net> wrote:
> 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. > won't work as I also have a mailman on the same domain - and dovecot doesn't know about mailman lists... That's why I used virtual. It _should_ take transport_maps = hash:/etc/postfix/transport which specify "use mailman for f...@domain.com" and "use dovecot for @domain.com" (at the end)... but doesn't seem to work as expected :(