I've been using pfix-srsd from this GitHub project for a while now, but
I'm having some trouble figuring out how to exclude specific destination
domains from modification using their example configuration:
recipient_canonical_maps = hash:/etc/postfix/pfixnosrs, tcp:127.0.0.1:10002
recipient_canonical_classes = envelope_recipient, header_recipient
sender_canonical_maps = hash:/etc/postfix/pfixnosrs, tcp:127.0.0.1:10001
sender_canonical_classes = envelope_sender
At this point I'm open to trying other tools (the more easily configured
the better). I suspect that my main problem with the tool is my
ignorance of the transport rules that the author refers to in the
pfix-srsd.asciidoc file.
Thanks in advance for any tips/tricks you can pass along.
References:
* https://github.com/Fruneau/pfixtools
*
https://github.com/Fruneau/pfixtools/blob/master/pfix-srsd/pfix-srsd.asciidoc