Matt
Owner
Matt submitted a new resource:
cPanel Block Single Account Mail - How to block single account / domain from sending mail
cPanel Block Single Account Mail - How to block single account / domain from sending mail
Read more about this resource...You can try the following steps. First, in root SSH, run these commands:
Please replace domain.com with the domain name. Do not replace the "" part as that's required, only the domain.com part with the right domain name.Code:touch /etc/blockeddomains echo "domain.com" >> /etc/blockeddomains
In WHM > Exim Configuration Editor > Advanced Editor, put the following in the topmost box:
Locate the "ROUTERS...Code:domainlist blocked_domains = lsearch;/etc/blockeddomains