Reinhard Vicinus:
> On 12/03/11 16:56, Wietse Venema wrote:
> > per-user transport map entries:
> >
> > u...@example.com    lmtp:
> > ot...@example.com   local:
> >    
> i think that won't work, because it only allows different transports per 
> user. But i want multiple transports per user: mail for all user should 
> be delivered to the old lmtp backend and additional for some user to the 
> new lmtp backend.

Then, use virtual_alias_maps or recipient_bcc_maps to deliver
a copy of all mail to selected recipients to another channel.

virtual_alias_maps:
u...@example.com        u...@example.com, u...@newhost.example.com
DO NOT LIST EXAMPLE.COM IN VIRTUAL_ALIAS_DOMAINS

recipient_bcc_maps:
u...@example.com        u...@newhost.example.com

        Wietse

Reply via email to