Monday, June 26, 2017

bind - How to make a proper SPF record(s) for a complex setup?

I have a setup with several mailing domains and one domain for the return-path and sender



So the mail header looks like:




Received: from x1.mailer1.com  ( can be x1.mailer2.com, x1.mailer3.com, x1.mailer4.com ) 

Sender name#companydomain.com@bounce.bouncedomain.com
Return-Path:

Received-SPF: neutral (google.com: a.y.z.a is neither permitted nor denied by best guess record for domain of test@bounce.bouncedomain.com)


Here are my SPF Records:




SPF Record for bouncedomain.com



"v=spf1 a a:bouncedomain.net a:bouncedomain.com include:bouncedomain.com ~all"



SPF record for mailer1.com:



v=spf1 a mx ptr mx:mail.mailer1.com -all



Questions, should this work. Do I need an SPF record published for mailer1.com?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...