On 03/06/2011 04:57 PM, Wietse Venema wrote:
Remy Zandwijk:
Is there a way Postfix can be told to get rid of the domain part if mail is
sent through LMTP?
No. The LMTP protocol, like SMTP requires complete email addresses.

        Wietse

Additionally, overriding local_transport means you won't be able to use the standard alias_maps setting to list valid local recipients - you have to customize these for dovecot LMTP.

Simply put, /etc/aliases no longer works; you'll have to set up virtual_alias_maps for all your local aliases.

This also means you can't alias or forward to commands anymore; any command execution you wish to do will have to be set up as a full-fledged pipe(8) transport.

Consider using mailbox_transport instead.

--
J.

Reply via email to