How to disable ‘Horde’ and ‘Neomail’ for single user or domain on cPanel server Just go through following steps: vim /var/cpanel/users/anydomain_user and add the following lines in it. skiphorde = 1 skipneomail = 1 Thats it.
See MoreCategory: DNS
Assign dedicated IP to a Sub-domain/Add-on/Park domain?
Using WHM we can assign one dedicated IP to one account. But if wants to set multiple IPs to an account for eg: to subdomain, addon domain or park domain. We have to it manually by editing following configuration files. 1.# vim /var/cPanel/userdata/[username]/subdomain.domain.tld Here, change the shared IP with new dedicated IP. 2. After that […]
See MoreDomain Configuration files in Cpanel server
In following files we can see domains entry on cPanel server /var/cpanel/users/username /scripts/updateuserdomains /var/named/domain.db /etc/named.conf /usr/local/apache/conf/httpd.conf /etc/localdomains /etc/userdomains /etc/trueuserdomains /etc/trueuserowners /etc/valiases/domain.com /etc/vdomainaliases/domain.com /etc/vfilters/domain.com
See More