dns - SPF softfail dragging me to an abyss -


mail sent php not delivered clients , suspecting due spf test returning softfail domain of transitioning . message details below:

delivered-to: eric.clapton@gmail.com received: 10.50.73.42 smtp id i10csp74854igv;     mon, 7 oct 2013 03:21:52 -0700 (pdt) x-received: 10.68.44.33 smtp id b1mr2455965pbm.53.1381141311313;     mon, 07 oct 2013 03:21:51 -0700 (pdt) return-path: <craig@abc.com> received: mtarelay2.ops.gq1.yahoo.net (mtarelay2.ops.gq1.yahoo.net. [98.136.240.39])     mx.google.com esmtp id f6si4349525pba.278.1969.12.31.16.00.00;     mon, 07 oct 2013 03:21:51 -0700 (pdt) received-spf: softfail (google.com: domain of transitioning craig@abc.com not     designate 98.136.240.39 permitted sender) client-ip=98.136.240.39; authentication-results: mx.google.com;    spf=softfail (google.com: domain of transitioning craig@abc.com not designate 98.136.240.39 permitted sender) smtp.mail=craig@abc.com received: p10db3.geo.gq1.yahoo.com (p10db3.geo.gq1.yahoo.com [67.195.61.18]) mtarelay2.ops.gq1.yahoo.net (postfix) esmtp id 764e0511eb <eric.clapton@gmail.com>; mon,  7 oct 2013 10:21:35 +0000 (utc) received: (from root@localhost) p10db3.geo.gq1.yahoo.com (8.14.4/8.14.4/submit) id r97alzij005899; mon, 7 oct 2013 03:21:35 -0700 date: mon, 7 oct 2013 03:21:35 -0700 message-id: <201310071021.r97alzij005899@p10db3.geo.gq1.yahoo.com> to: eric.clapton@gmail.com subject: client invoice from: craig@abc.com mime-version: 1.0 

spf settings domain is:

v=spf1 mx ~all  

check ips allowed send emails sender domain. website lets see allowed ips: http://spf.myisp.ch

if sender ip not match ip or ip range shows might need edit spf settings.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -