ispCP - Board - Support
SPF Records - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Suggestions (/forum-2.html)
+--- Thread: SPF Records (/thread-5355.html)



SPF Records - ancdix - 01-06-2009 04:32 AM

hi everyone,

i had problems with my mailserver... everything work just fine exept sending mail to 1 server didn't work..
i took a week and the other server send me an email with an spf error...
the funny thing is i checked the spf records and everything seemed ok.

post (german corner)

Error:
Code:
Remote-MTA: dns; mailhub-2.etat.lu
Diagnostic-Code: smtp; 450 <user@clientdoman.net>: Sender address rejected:
   SPF-Result=hostname.maindomain.net: 'SERVFAIL' error on DNS 'SPF' lookup of 'hostname.maindomain.net'

Code:
"v=spf1 a mx ip4:123.123.123.123 ~all"
<-original spf record (created by ispcp admin panel)

solution: i've changed it like this ->
Code:
"v=spf1 ip4:123.123.123.123 a mx include:maindomain.net ?all"

would be cool if ispcp would create those records by default Smile

greetings jaak