Hi,
How can I check max email attachment size.If I want to change the value which steps to be followed.
Thanks..
Hi,
How can I check max email attachment size.If I want to change the value which steps to be followed.
Thanks..
There's no such option in exim as determining the size of an attachment means converting back from BASE64 to the original file format. However, you can restrict the maximum size of a message using:
message_size_limit = 5M
That will put a 5MB message size limit on email if you put the line in the first textarea of the Advanced Mode editor in WHM > Exim Configuration Editor.
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
What is the default max email size in exim?
50MB last time I checked.
Is this true? 50 MB? When you checked, where did you check? Trying to determine this myself.
Thanks. And also, thanks for not saying RTFM!![]()
Here is another way to check the size limit:
brunnhild# exim -bP | grep message_size_limit
message_size_limit = 50M