How to add additional third party mail server in DNS for the domain
Hello folks,
We are currently running a WHM/Cpanel server on a VPS. The local server is the email server. We have SPF and DKIM configured for the domain and DMARC published. This is working well.
We also use a third party software-as-a-service for our professional services and they send out emails using one of our email addresses using our domain name (e.g. mark@example.com) to our clients. Since we have published DMARC for the domain, those emails sent by the third party are being rejected by the receiving servers. How do we fix this problem?
is this only a matter of adding their server IP address in our SPF record for the domain? If yes, what would be configuration? The current SPF record is:
v=spf1 ip4:xxx.x.xxx.xxx +a +mx ~all
Is there anything else we need to do?
Thanks for help.
-
Hello Clixer, You will get bounce back message from the recipient server with details why emails are getting rejected. To authorize sending email servers, add additional ip4. Ex: v=spf1 ip4:10.10.10.1 ipv4:192.168.1.1/24 +a +mx ~all 0 -
Hello Clixer, You will get bounce back message from the recipient server with details why emails are getting rejected. To authorize sending email servers, add additional ip4. Ex: v=spf1 ip4:10.10.10.1 ipv4:192.168.1.1/24 +a +mx ~all
This would only be relevant if the service was using the same IP for all mail that is sent, which is unlikely. The best way to include another provider is to add an include which can be done from cPanel>>Email>>Email Deliverability -> Manage -> Customize SPF under Additional Settings0 -
Hi @Henry Carter. Thanks for your help. Hi @cPanelLauren. The include method requires me to enter a domain name of the other mail server, is this correct? Should I enter the domain name instead? Thanks for help. 0 -
Hi @cPanelLauren. The include method requires me to enter a domain name of the other mail server, is this correct? Should I enter the domain name instead?
You'd enter their domain name or the host they use to send mail from, that way when the SPF is queried it will also pick their information up as being authorized.0
Please sign in to leave a comment.
Comments
4 comments