Postfix has a default mailbox size limit of 51200000 (50MB) by default.
To Change the limit from 50MB to 5GB, put into /etc/postfix/main.cf the line:
mailbox_size_limit = 51200000
This may be the cause of the error:
can't create user output file. Command output: procmail: Error while writing to "/var/mail/username"
You can check the value, using:
/usr/sbin/postconf | grep size_limitLast updated on 2007-05-07 07:31:35 -0800, by Shalom Craimer
Back to Tech Journal