Peter Davies

Contact

E: Peter Davies
P: 0845 310 5320

SocNet's

Blog‎ > ‎

Postfix max mail file size

posted 26 Feb 2009 02:04 by Peter Davies
To obtain the current limit use (system used: Debian 4):
postconf | grep message_size_limit

Now edit the main postfix config:
nano /etc/postfix/main.cf

Add the line:
message_size_limit = 40960000

Now reload the postfix app:
/etc/init.d/postfix reload

Check again to see that the file size has been altered:
postconf | grep message_size_limit