V vivavisual New member Joined Aug 18, 2014 Messages 1 Aug 18, 2014 #1 Which is the default size in MB for receiving and sending emails?!
C czotos Verified User Joined Oct 19, 2007 Messages 208 Aug 19, 2014 #2 What output does the following command give you on your DirectAdmin server? Code: cat /etc/exim.conf | grep message_size_limit
What output does the following command give you on your DirectAdmin server? Code: cat /etc/exim.conf | grep message_size_limit
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,731 Location www.poralix.com Aug 25, 2014 #3 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.
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.