Using postfix (v2.10.1), I want to rewrite ~10% of incoming and outgoing
From:/To: headers.
In both cases, if the To: header matches certain criteria, I need to
rewrite both From:
and To: headers.
I have a MySQL database to facilitate making the decision; and I have
PHP code that does the logic and interfaces with the database.
I've Googled and read on this subject for much of this week; but, I'm
left confused.
What is the simplest way to implement this in postfix?
Point me to online docs that illustrate how to do this, and I can do the
rest.
TIA
~ Mike