By default, many Linuxserver providers allow to send 60 emails per hour for a single domain on a shared Linuxserver. However, it is quite possible to change this defalut value to something else. It can be done from /var/cpanel/maxemails file.
You just need to edit this file and add an entry like "domain.com = 100". Once you add this entry, domain.com will be able to send 100 emails per hour.
Note:- Do not forgot to execute below script after updating the file /var/cpanel/maxemails.
/scripts/build_maxemails_config
You just need to edit this file and add an entry like "domain.com = 100". Once you add this entry, domain.com will be able to send 100 emails per hour.
Note:- Do not forgot to execute below script after updating the file /var/cpanel/maxemails.
/scripts/build_maxemails_config
Comment