Why does cPanel remove /etc/valiases/domainname when one removes the DNS zone of domainname ?
This hit me a couple of times now when you (or a customer in that case) use an external DNS and there is no need to have those zones in your DNS.
From /scripts/killdns:
I don't think this behaviour is correct, because the domain is supposed to be existent, it's just that the zone should be deleted.
This hit me a couple of times now when you (or a customer in that case) use an external DNS and there is no need to have those zones in your DNS.
From /scripts/killdns:
Code:
if (-e "/etc/valiases/${domain}") { unlink("/etc/valiases/${domain}"); }