This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Replies: 1 comment
-
Yes, this can be done using SMTP routing rules. Check the routing section on the documentation for examples. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to match my postfix configuration, which allows for adding to
transport_maps
a file with regular expressions to allow for routing to other domains. My use case is that hotmail|msn|live|outlook domains are very strict for filtering, and I use a third party SMTP to deliver those messages like so:I provide authentication to that secondary mail server via
smtp_sasl_password_maps
like so:[smtp.secondarymta.com]:587 smtp_user:super_secure_password
Any advice on replicating would be welcomed
Beta Was this translation helpful? Give feedback.
All reactions