Roman Gelfand: > If outgoing email bounced with 550,I would like, if not forever, for a > while, to bounce emails to that address locally. Is there a way to do > that?
To bounce mail before it is delivered: /etc/postfix/main.cf: transport_maps = hash:/etc/transport /etc/postfix/transport: b...@example.com error:you can't go there Run "postmap hash:/etc/transport" and "postfix reload" when the table changes. Wietse