Email size

What output does the following command give you on your DirectAdmin server?

Code:
cat /etc/exim.conf | grep message_size_limit
 
The output would be:

Code:
# cat /etc/exim.conf | grep message_size_limit
message_size_limit = 20M

but due to encoding of attachments a real size of email might be even less. So 10MB is considered safe for the maximum size of an email.
 
Back
Top