Every server score or block emails checking
IP of the sending server and IP of SPF record of domain in email header (Return-path: ...). If these are not the same - email is scored or blocked.
That is why forwarded emails are senselessly scored or blocked
- it happens because in mail header of forwarded email (Return-path: ...) is domain with SRS record not corresponding to the IP of forwarding server.
To solve that problem SRS was invented. It rewrites headers of forwarded emails.
For example: if the forwarded email is originally sent from [email protected] SRS rewrites email header (Return-path)
from:
Return-path: <[email protected]>
to:
Return-path: <SRS0=L2ejKTsw=UR=originalmail.com=originalmail@domainofforwardingserver.com>
Thanks to it target server do not score or block forwarded emails (because their headers are rewritten by SRS).
Every other control panel systems has SRS. I repeat: server with SRS is just better configured server. SRS causes no problems - only makes that forwarded emails from server with it are not senselessly scored or blocked by target server.
Does anyone know how to implement SRS in Directadmin?
IP of the sending server and IP of SPF record of domain in email header (Return-path: ...). If these are not the same - email is scored or blocked.
That is why forwarded emails are senselessly scored or blocked
- it happens because in mail header of forwarded email (Return-path: ...) is domain with SRS record not corresponding to the IP of forwarding server.
To solve that problem SRS was invented. It rewrites headers of forwarded emails.
For example: if the forwarded email is originally sent from [email protected] SRS rewrites email header (Return-path)
from:
Return-path: <[email protected]>
to:
Return-path: <SRS0=L2ejKTsw=UR=originalmail.com=originalmail@domainofforwardingserver.com>
Thanks to it target server do not score or block forwarded emails (because their headers are rewritten by SRS).
Every other control panel systems has SRS. I repeat: server with SRS is just better configured server. SRS causes no problems - only makes that forwarded emails from server with it are not senselessly scored or blocked by target server.
Does anyone know how to implement SRS in Directadmin?
Last edited: