sci2tech Wrote:What are the permissions? (should be 0644 and owner root/root).
Same for /etc/ispcp/bind/working/named.conf (btw this is file that is modified and then copied over /etc/bind/named.conf. So if this is wrong, with every new domain corrected file will be replaced with the wrong one).
In /etc/ispcp/ispcp.conf BIND_CONF_FILE variable should be set to /etc/bind/named.conf. So far this come in my mind.
The file permissions is 644 for both, and the BIND_CONF_FILE is /etc/bind/named.conf
It started screwing up after i added
Code:
key "TRANSFER" {
algorithm hmac-md5;
secret "##########";
};
server xxx.xxx.xxx.xxx {
keys {
TRANSFER;
};
};
The file (/etc/ispcp/bind/working/named.conf) is identical to /etc/bind/named.conf.
[/code]Is it possible to force a complete rebuild of named.conf from ispCP?