Jan Walraven
DevOps



Menu
Categories:
Posted on

If you get the message:


postdrop: warning: uid=500: File too large
sendmail: fatal: emailaddress: message file too big

You can fix this bij editing /etc/postfix/main.cf and add:


message_size_limit = 52428800

(example creates a limit of 50Mb)

Restart postfix to activate new config:


/etc/init.d/postfix restart