Viktor Dukhovni: > On Mon, Mar 02, 2015 at 09:42:27AM -0500, Wietse Venema wrote: > > > > Is there a way that I can still use the REDIRECT statement to achieve > > > the same result but without braking delivery? > > > > If you want to *replace* those recipients, you could use > > > > /etc/postfix/main.cf: > > recipient_canonical_maps = hash:/etc/postfix/recipient_canonical > > recipient_canonical_classes = envelope_recipient > > > > /etc/postfix/recipient_canonical: > > u...@example.com ot...@example.net > > Why not virtual_alias_maps as Noel suggested?
It would have the same effect, but without introducing the possibility of confusion with virtual alias domains. Wietse