We have a bunch of role addresses that we forward to the people in the role.

If the messages have DKIM signatures, it works reasonably well since the 
signatures
stay valid.  But if they don't, mail systems like Gmail reject them becahse 
there
is no DKIM and SPF fails.  So I would like to change the bounce address on those
messages to something here like forwar...@example.com.  Is there a 
straightforward
way to do that?

They're all in alias files so I could rewrite like this but it's tedious
and error prone:

(before) foo: bar

(after) foo: |sendmail -G -fforw...@example.com bar

Is there some clever way I can tell it to rewrite all of the
envelope senders for stuff forwarded through one set of alises?

R's,
John



_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to