Some times you get error from cpanel
1 |
Domain example.com has exceeded the max emails per hour (200) allowed. Message discarded. |
Simple solution for it is
1 |
echo domain.com=10000 >> /var/cpanel/maxemails |
Result will be
1 2 3 |
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.
where can i run that script?