• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

add localhost support

R

randymc

Guest
It appears in my plesk 8.1 DNS configuration that localhost and localhost.localdomain are not configured by default, and it seems that it would solve some problems (especially with horde logins) if it were.
Is there a good reason that the localhost zone files are not in the default named.conf in /var/named/run-root/etc/...
There are localhost.zone and localdomain.zone files in /var/named but not in /var/named/run-root/var/ where plesk updates zone files.

Thanks
randymc
 
localhost and localhost.localdomain
are not in named simply because this host address will not change, and instead of using named(bind) it is located in the hosts file located in /etc/ and this is checked before any other domains.
 
Back
Top