[cPanel] Exim Maximum Attachment Size
By default Exim maximum message size is 50MB, you can confirm it by typing
# exim -bP | grep message_size_limit message_size_limit = 50M
You can change maximum message size by adding line
message_size_limit = 5M
on the first textarea of the Advanced Mode editor in WHM > Exim Configuration Editor. That will put a 5MB message size limit on email.
PS: the limit only affect is email is sent directly using Email Client, if using Webmail (Squirrelmail) there is another limitation set by PHP when uploading file. it’s variable upload_max_filesize, you can change the value on WHM > PHP Configuration Editor. Restart apache to make sure variable.
Info from cPanel Forum
Related posts:
- [cPanel] License File Below is several thing to know about about cPanel License...
- [cPanel] Add another main shared IP Address cPanel has 1 main shared IP address which configured on...
- [cPanel] Internal Server Error after installation Installing cPanel is very easy, what you need is patience,...
- [cPanel] Add permanent whitelist IP Address using CSF/LFD You can whitelist IP Address quickly using ConfigServer Firewall/Login Failure...
- cPanel – Webmail (cpanelro) Highload From cPanel Forum: CPU Process has a high load, with...
Related posts brought to you by Yet Another Related Posts Plugin.