PDA

View Full Version : email size limit


randall4483
01-22-2004, 03:27 PM
How do you limit the size of each email?
Is there a limit on size of each email received or sent
thanks

DirectAdmin Support
01-23-2004, 11:46 AM
Hello,

In the top section of the /etc/exim.conf just set:
message_size_limit 10M
http://www.exim.org/exim-html-4.20/doc/html/spec_13.html#IX1149

The default is 50M

John