Quote:
Originally Posted by Linuxwho? Ok,I am trying the webmin. I tried adding the A record for my mail server and its failing saying "NDC command failed : rndc: 'reload' failed: empty label." I have no idea what that is supossed to mean OR how to fix it.
$ttl 38400
xyz.net. IN SOA mail. admin..xyz.net. (
1255388564
10800
3600
604800
38400 )
xyz.net. IN NS mail.
mail.xyz.net. IN MX 10 mail
mail IN A 192.168.21.24
When I click to apply changes it says..
"NDC command failed : rndc: 'reload' failed: empty label" |
Your NS record - mail. indicates mail is the FQDN because of the period. Make it the FQDN of the server. (mail.xyz.net)
Your MX record - on the left side should be the domain name (xyz.net) and not the FQDN. Then put the FQDN of the server on the right side.