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

Reported by: BAHO
Created: 6 months 18 days ago
Last reply: 6 months 17 days ago
OS Name: Ubuntu
OS Version: 18.04.1 LTS (Bionic Beaver)
Views: 487

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