کد:Please check if the user is in /etc/passwd, /etc/shadow and /etc/group files: Code: egrep username /etc/passwd /etc/shadow /etc/group Here replace username with the username in question. Next, check if the username is in any of the /var/cpanel/userdata files: Code: egrep -Ri /var/cpanel/userdata/* Finally, just in case this is simply appearing due to caching for the domain name in some way, please move the named.conf.cache file: Code: mv /etc/named.conf.cache /etc/named.conf.cache.bak Then restart named: Code: /etc/init.d/named restart If the user doesn't exist in any of the above and moving the named.conf.cache file with a restart of named doesn't work, please open a ticket using either WHM > Support Center > Contact cPanel or the link in my signature. Thanks!