ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   Troubleshooting (http://forum.ispsystem.com//forumdisplay.php?f=11)
-   -   DNS records management (http://forum.ispsystem.com//showthread.php?t=149)

HBerni 11-18-2005 08:46 AM

DNS records management
 
Error in HTML page, if I have dns records with a " in it, like my SPF records.

line in zone file:
@ TXT "v=spf1 a mx -all"

error in html page:
["@ A 82.146.60.55 ", 0, "id2328685"],
["@ TXT "v=spf1 a mx -all" ", 0, "id2328695"]

regards
Berni

HBerni 11-18-2005 09:06 AM

Re: DNS records management
 
Hi,

found out, that it was connected to a trailing space at the end of the txt record. After I removed that whitespace in the zone file, the error in the html page was gone.

Another thing is, that I cannot create a record for @ like
@ TXT "v=spf1 a mx -all"

My current zone-files look like this:

@ IN NS ns1.hombitzer.com.
@ IN NS ns2.hombitzer.com.
@ IN MX 10 mail
@ IN A 82.146.60.55
@ TXT "v=spf1 a mx -all"
mail IN A 82.146.60.55
www IN A 82.146.60.55
ftp IN A 82.146.60.55

regards
Berni


All times are GMT +2. The time now is 08:38 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.