Dear all, Recently I find that I cannot update the DNS records using the ISPConfig's DNS Manager. If I add a new A record the newly added entry can be seen in the panel too, but actually it doesn't work. I checked the content of the pri.XXX.com and find that the changes are actually not made to it. I installed the ISPConfig in a FC5. Every other things seems ok (ftp, POP , webmail, etc are alright except this DNS update). Anyone can help? Thanks a lot Createch
I had a similar problem so maybe .... During your last update the permission of your /var/named/chroot/var/named directory have changed so the ISPConfig manager defaults to another direcory since it does not have access right anymore and saves the new zone file in that default directory falko gave me the solution here : http://www.howtoforge.com/forums/showthread.php?t=11207&page=3 solution : chmod 755 /var/named/ chmod 775 /var/named/chroot/ chmod 775 /var/named/chroot/var/ chmod 775 /var/named/chroot/var/named/ chmod 775 /var/named/chroot/var/run/ chmod 777 /var/named/chroot/var/run/named/ cd /var/named/chroot/var/named/ ln -s ../../ chroot chkconfig --levels 235 named on /etc/init.d/named start then redo your DNS modifications ...