less than 1 minute read

Got this error with cpanel?

Domain example.com has exceeded the max emails per hour (200) allowed. Message discarded.

The fix is simple…

echo example.com=10000 » /var/cpanel/maxemails

The result is this:

root@server [/]# cat /var/cpanel/maxemails

# If you update this file you must run /scripts/build_maxemails_config

example.com=10000

Change “example.com” for your domain and change “10000” for your max. Don’t forget to run the script.

Enjoy!

Comments