On 24 Oct 2013, at 00:37 , Steffen Kaiser <[email protected]> wrote:
> This particular step is done in your MTA. So, how do you deliver your
> messages from the MTA into the mail storage of the user? If you want to use
> procmail for system users and Dovecot's LDA/LMTP for virtual users, you need
> to configure a separation _there_ already. The MTA decides with LDA to use:
> procmail vs. Dovecot.
postfix is set to virtual_transport = virtual
So I would set this to dovecot instead and then in master.cf
dovecot unix - n n - - pipe flags=DRhu
user=user:group argv=/usr/local/libexec/dovecot/deliver -f ${sender} -d
${user}@${nexthop} -n -m ${extension}
OK, I’ll give that a shot.
--
"I am" is reportedly the shortest sentence in the English language.
Could it be that "I do" is the longest sentence?