sendmail: fatal: www-data(%): message file too big

Reported by: ???
Created: 1 day ago
Last reply: 1 day ago
OS Name: Ubuntu
OS Version: 18.04.1 LTS (Bionic Beaver)
Views: 665
sendmail: fatal: www-data(33): message file too big

Find out what is your message limit:

postconf | grep message_size_limit

If you like to increase it, just open file: /etc/postfix/main.cf
and set:

message_size_limit = 20480000 //or more

After that reload postfix

systemctl reload postfix

Thank you!

Was even missing the message_size_limit entry. Think I had the default value of 10240000 (Ubuntu 18.04)

Join our Discord server
Write a reply Edit a reply