Domain has exceeded the max emails per hour (200) allowed. Message discarded.
December 20th, 2009
1 Comment
Some times you get error from cpanel
Domain example.com has exceeded the max emails per hour (200) allowed. Message discarded.
Simple solution for it is
echo domain.com=10000 >> /var/cpanel/maxemails
Result will be
root@server [/]# cat /var/cpanel/maxemails # If you update this file you must run /scripts/build_maxemails_config domain.com=10000
Change “domain.com” for your domain and change “10000″ for your max. And make sure to run the script.
Related posts:
- How to add new RBLs to cpanel Exim
- How to change cpanel theme from rvskin to x3
- SSH login message
- How to enable Passive ftp in Pure FTPD
- Using both php4 and php5 at the same time in Directadmin
















One Comment to “Domain has exceeded the max emails per hour (200) allowed. Message discarded.”
where can i run that script?