We scan all incoming emails on an upstream mailing service. We need to be able to whitelist the IP address of that service.
Currently emails from that server are bounced in the DA server, with the message:
SMTP error from remote mail server after RCPT TO:<name@localdomain>: 550-SPF: <ipaddress> is not allowed to send mail from <senderdomain>
The upstream server is defined as an mx record for the local domain, with the spf record including the mx key.
But as the sender domain is not the local domain, the spf record has no effect.
Currently emails from that server are bounced in the DA server, with the message:
SMTP error from remote mail server after RCPT TO:<name@localdomain>: 550-SPF: <ipaddress> is not allowed to send mail from <senderdomain>
The upstream server is defined as an mx record for the local domain, with the spf record including the mx key.
But as the sender domain is not the local domain, the spf record has no effect.