How to block mail Send (SMTP) of a single user in WHM
You can try the following steps to block smtp of a single user: Login Server from root SSH and run below commands: 1. #touch /etc/blockeddomains 2. #echo “domain.com” >> /etc/blockeddomains Please replace domain.com with […]