On Thu, 2010-09-23 at 13:44 -0400, Edward Carraro wrote: > I'm trying to follow the instructions for configuring Dovecot LMTP with > postfix for virtual domains but whenever mail arrives, in /var/log/maillog, > I see
> postfix/main.cf: > virtual_transport = dovecot To use LMTP you need to make Postfix deliver mail via LMTP, not via dovecot-lda. I think something like: virtual_transport = lmtp:unix:dovecot-lmtp (or maybe a full path to dovecot-lmtp)