Hello good afternoon.
We are currently integrating our cPanel servers with an external relay.
This relay will perform the cleaning of emails, in addition to speeding up delivery.
One of the points of this external relay is that it allows transmitting e-mails only from correctly configured domains, that is, SPF and DKIM, so the e-mails that are retransmitted are not taxed as spam.
So far no problem, everything working very well.
The problem happens when I create a forwarder in cpanel, as follows:
[email protected] - Original Sender
[email protected] - Original Recipient
[email protected] - Forward Recipient
(These are just examples, original sender and forward container can be from any domain)
We currently use customizations in the following items from exim to allow the relay of emails from the server.
Section: AUTH
Section: ROUTERSTART
Section: POSTMAILCOUNT
Section: TRANSPORTSTART
I would like your help to know what exactly I have to do to allow emails to be forwarded through the original recipient.
Remembering that we have already activated SRS on cpanel without success for this specific case.
In contact with cpanel support, we were informed that we would have to adjust
headers_rewrite
But due to our low familiarity with exim, we are not able to make such adjustments.
We are currently integrating our cPanel servers with an external relay.
This relay will perform the cleaning of emails, in addition to speeding up delivery.
One of the points of this external relay is that it allows transmitting e-mails only from correctly configured domains, that is, SPF and DKIM, so the e-mails that are retransmitted are not taxed as spam.
So far no problem, everything working very well.
The problem happens when I create a forwarder in cpanel, as follows:
[email protected] - Original Sender
[email protected] - Original Recipient
[email protected] - Forward Recipient
(These are just examples, original sender and forward container can be from any domain)
We currently use customizations in the following items from exim to allow the relay of emails from the server.
Section: AUTH
Section: ROUTERSTART
Section: POSTMAILCOUNT
Section: TRANSPORTSTART
I would like your help to know what exactly I have to do to allow emails to be forwarded through the original recipient.
Remembering that we have already activated SRS on cpanel without success for this specific case.
In contact with cpanel support, we were informed that we would have to adjust
headers_rewrite
But due to our low familiarity with exim, we are not able to make such adjustments.