rewrite the a b a m i l e
Answers
Answered by
0
Answer:
Explanation:
It states to use the smtp_generic_maps to rewrite the outgoing addresses (in header and envelope!). The example given there uses the hash lookup table for rewriting. But you are - as usual in Postfix - able to use the regex or pcre lookup table for rewriting. Which could rewrite like
/.*/ [email protected]
This approach even enables you to rewrite addresses only under some special conditions that you can write as regular expressions
Similar questions