Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Feb 05, 2015 2:52 am 
Offline
Senior Member

Joined: Tue Dec 07, 2010 10:18 am
Posts: 65
I have setup spf in dns manager

v=spf1 mx a ip4:170.255.196.137 -all

Also have A record as linode.florix.net


When We send emails from cron .. google gives following SPF error and move emails to SPAM.

Received-SPF: none (google.com: root@linode.florix.net does not designate permitted sender hosts) client-ip=173.255.196.137;
Authentication-Results: mx.google.com;
spf=none (google.com: root@linode.florix.net does not designate permitted sender hosts) smtp.mail=root@linode.florix.net


Any suggestions?


Top
   
PostPosted: Thu Feb 05, 2015 3:06 am 
Offline
Junior Member
User avatar

Joined: Mon Jul 07, 2014 8:47 pm
Posts: 21
Website: https://arlen.io
Location: Earth
Twitter: arlenwoot
You have the wrong IP in the spf record. You put 170.x but your server is connecting to Google with the IP 173.x. and because you have it hardfail with -a google gives that error.


Top
   
PostPosted: Thu Feb 05, 2015 3:11 am 
Offline
Senior Member

Joined: Tue Dec 07, 2010 10:18 am
Posts: 65
Dear Arlen,

The correct record is v=spf1 mx a ip4:173.255.196.137 -all

I was trying to change the IP, before posting it on forum.


Top
   
PostPosted: Fri Feb 06, 2015 6:56 pm 
Offline
Senior Member

Joined: Fri Dec 07, 2007 1:37 am
Posts: 385
Location: NC, USA
Not sure what happened to my previous post, but your problem is that you are sending from root@linode.florix.net, but your SPF record only covers florix.net. SPF records don't automatically cover subdomains, so you either need to change your sending address to @florix.net or add another SPF record for linode.florix.net.


Top
   
PostPosted: Tue Feb 17, 2015 12:37 am 
Offline
Senior Member

Joined: Tue Dec 07, 2010 10:18 am
Posts: 65
Dear Stever,

Thank you for the update.

I will check subdomains SPF.

This email is generated by a php script, called by cronjos.

In cron, I have mentioned MAILFROM: xyz@florix.net, still it uses root@linode.florix.net

Can you explain ?


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group