Instead of applying maximum hourly limit for the number of e-mails to be sent from a particular domain on your cPanel server,
If you wish to set the customized Limit For each of the domains for maximum number of outgoing e-mails you can do it as..
First, create the file /var/cpanel/maxemails.
Using each new line as a delimiter, specify the domain and number of email messages it should be allowed to send — separating the domain and maximum number of messages using an equals sign (=). For example:
Quote:
YourDomain.com=100
YourDomain.net=300
YourDomain.org=500
|
Now Run /usr/local/cpanel/scripts/build_maxemails_config.
This script constructs the individual threshold files that Exim uses to determine whether the account has reached its maximum.