I recently changed the name of my domain, which looks to have gone very smoothly, however there is one problem with updating my DNS records, which I *think* might be related to the change in the domain name, but im not sure.
The problem i'm having is occurring when i try to enable/disable DKIM (which is working fine with other domains on the same server).
The error is:
As I say, Im not sure if this is an error on its own, or somehow related to my domainname change
In case its related to my domain name change, the way I went about it is:
1. I used to have domain yyyy.com with a domain pointer from xxxx.com to yyyy.com
2. I deleted the xxxx.com pointer, so that there would be no record of it left (so i hoped)
3. I then renamed yyyy.com to xxxx.com as the main base domain
All that seems to have worked except this dns issue. After doing some googling one suggestion was about wrap_long_dns_values=1 which is set to 1 on my server already
ANy ideas/assistance?
The problem i'm having is occurring when i try to enable/disable DKIM (which is working fine with other domains on the same server).
The error is:
Error writing the db file: Unable to save dns zone: named-checkzone returned:
loading "xxxx.com" from "/var/named/xxxx.db.temp.40781.uQs9gCUl1B" class "IN"
zone xxxx.com/IN: NS 'ns1.xxxx.com' has no address records (A or AAAA)
zone xxxx.com/IN: NS 'ns2.xxxx.com' has no address records (A or AAAA)
zone xxxx.com/IN: not loaded due to errors.
$TTL 3600
@ IN SOA ns1.xxxx.com. hostmaster.xxxx.com. (
2025050803
3600
3600
1209600
86400 )
xxxxcom. 14400 IN NS ns1.xxxx.com.
xxxx.com. 14400 IN NS ns2.xxxx.com.
ftp 14400 IN A 1.2.3.4
xxxx.com. 14400 IN A 1.2.3.4
mail 14400 IN A 1.2.3.4
pop 14400 IN A 1.2.3.4
smtp 14400 IN A 1.2.3.4
www 14400 IN A 1.2.3.4
www5 3600 IN A 1.2.3.4
xxxx.com. 14400 IN MX 10 mail.xxxx.com.
xxxx.com. 14400 IN TXT "v=spf1 a mx ip4:1.2.3.4 ~all"
x._domainkey 3600 IN TXT ( "v=DKIM1; k=rsa; p=...."
"...."
"...." )
As I say, Im not sure if this is an error on its own, or somehow related to my domainname change
In case its related to my domain name change, the way I went about it is:
1. I used to have domain yyyy.com with a domain pointer from xxxx.com to yyyy.com
2. I deleted the xxxx.com pointer, so that there would be no record of it left (so i hoped)
3. I then renamed yyyy.com to xxxx.com as the main base domain
All that seems to have worked except this dns issue. After doing some googling one suggestion was about wrap_long_dns_values=1 which is set to 1 on my server already
ANy ideas/assistance?