Let's say I don't set up relayhost
because I want by default to send all the emails by the server itself.
Then for some domains in the "FROM", I want to relay to a specific relay. For that I would use a sender_dependent_relayhost_maps = hash:/etc/postfix/relay_by_sender
and inside it, I would put something like:
@mydomain.com ses.amazon.com
That is all very straight forward.
Now, what do I put in "relay_by_sender" file to say that I want all my emails relayed for my domain, but one in particular. How would I do that? E.g
@mydomain.com ses.amazon.com
[email protected] null?
Thanks