Hi i am from Argentina! i have Ispconfig 2.2.24 with Mandriva, everithing works fine, but SPF don work, i use DNS from ispconfig. here is pri.guiadeformacion.com.ar auto generated. --------------------------------------------------------------------------------------------------- $TTL 86400 @ IN SOA ns1.e-matica.com.ar. admin.guiadeformacion.com.ar. ( 2008121809 ; serial, todays date + todays serial # 28800 ; refresh, seconds 7200 ; retry, seconds 604800 ; expire, seconds 86400 ) ; minimum, seconds ; NS ns1.e-matica.com.ar. ; Inet Address of name server 1 NS ns2.e-matica.com.ar. ; Inet Address of name server 2 ; MX 10 ASPMX.L.GOOGLE.COM. MX 20 ALT1.ASPMX.L.GOOGLE.COM. MX 10 ALT2.ASPMX.L.GOOGLE.COM. MX 30 ASPMX2.GOOGLEMAIL.COM. MX 30 ASPMX3.GOOGLEMAIL.COM. MX 30 ASPMX4.GOOGLEMAIL.COM. MX 30 ASPMX5.GOOGLEMAIL.COM. guiadeformacion.com.ar. A 201.251.59.14 www A 201.251.59.14 guiadeformacion.com.ar. TXT "v=spf1 a mx ptr ~all" ;;;; MAKE MANUAL ENTRIES BELOW THIS LINE! ;;;; but Dig dont show any spf record. ------------------------------------------------------------------------------------------ DiG 9.3.2 <<>> txt guiadeformacion.com.ar ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 58560 ;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;guiadeformacion.com.ar. IN TXT ;; Query time: 1 msec ;; SERVER: 192.168.0.101#53(192.168.0.101) ;; WHEN: Thu Dec 18 05:59:00 2008 ;; MSG SIZE rcvd: 40 ----------------------------------------------------------------------------------------------- Please Help me, and sorry for my bad inglish. Best Regards Daniel.
Is your ISPConfig server one of the servers marked in red? Code: mh1:~# dig ns guiadeformacion.com.ar ; <<>> DiG 9.3.4 <<>> ns guiadeformacion.com.ar ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17144 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;guiadeformacion.com.ar. IN NS ;; ANSWER SECTION: guiadeformacion.com.ar. 14396 IN NS [B][COLOR="Red"]ns1.e-matica.com.ar[/COLOR][/B]. guiadeformacion.com.ar. 14396 IN NS [B][COLOR="Red"]ns2.e-matica.com.ar[/COLOR][/B]. ;; Query time: 2 msec ;; SERVER: 213.133.98.98#53(213.133.98.98) ;; WHEN: Fri Dec 19 17:24:11 2008 ;; MSG SIZE rcvd: 85 mh1:~#
Yes.. i have 2 static Ip Ip1, 201.251.59.14 is ns1.e-matica.com.ar IP2 201.251.59.14 is ns2.e-matica.com.ar the two servers has IspConfig servers. this is bad? Best Regards Daniel.
This is what I'm getting: Code: mh1:~# dig @201.251.59.14 txt guiadeformacion.com.ar ; <<>> DiG 9.3.4 <<>> @201.251.59.14 txt guiadeformacion.com.ar ; (1 server found) ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 6972 ;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;guiadeformacion.com.ar. IN TXT ;; Query time: 277 msec ;; SERVER: 201.251.59.14#53(201.251.59.14) ;; WHEN: Sat Dec 27 12:43:21 2008 ;; MSG SIZE rcvd: 40 mh1:~# What's in the guiadeformacion.com.ar zone file, and what's in your named.conf?