up vote 2 down vote favorite
1
share [g+] share [fb]

Received-SPF: softfail (google.com: domain of transitioning user@domain.com does not designate XXX.XX.XXX.XXX as permitted sender) client-ip=XXX.XX.XXX.XXX; Authentication-Results: mx.google.com; spf=softfail (google.com: domain of transitioning user@domain.comdoes not designate XXX.XX.XXX.XXX as permitted sender) smtp.mail=user@domain.com

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

If you are expecting your mail to be reliably delivered, then a soft fail is not good. Your message may still be delivered depending on the policy of the receiving system.

For the best chance of successful delivery you should update your SPF record so the message you are trying to send is permitted.

link|improve this answer
1  
Ideally "every server that can send mail for [domain]" will be listed in the SPF record. If you can't enumerate that list you should tag your SPF record with ?all to indicate that it is not an exhaustive list. – voretaq7 Feb 5 '10 at 19:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.