not familiar at all with SRS #4
Unanswered
f1-outsourcing
asked this question in
Q&A
Replies: 1 comment
-
An example:
Without SRS:
With SRS:
In your setup: Which of the two MTAs (MX and local) actually knows which address is local and which needs to be forwarded? Normally that is only the local MTA. The MTA that knows that (and actually does the re-sending) needs SRS rewriting. |
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
-
Currently I have this sort of setup. Where external email is received on a mx server that relays to local mail server for users to collect their email.
Ideally (I guess) I would like to have the MX servers check if the email needs local delivery or forwarded, and if it is externally forwarded, it should go through the srs milter on the mx servers to the external server. Do I understand this correctly? I was thinking of putting the forward address in the virtuser table.
Beta Was this translation helpful? Give feedback.
All reactions