Earlier while troubleshooting an error with PHP’s mail function I noticed an error in the maillog on a CentOS server. I know I have run into this error before and previously I fixed the issue by setting a larger size limit on the Postfix mailboxes. Below is information about the Postfix error in the maillog explaining mail cannot be delivered to a specific user because the mailbox has reached the maximum size allowed as configured in the Postfix main.cf file.
Read the rest of this entry »
Tags:
50MB,
CentOS,
CLI,
error,
file too large,
Linux,
mail,
mailbox,
mailbox_size_limit,
maillog,
main.cf,
more,
postfix
No Comments »
Posted by alex in Insights
I installed ISPConfig awhile back on a web hosting server that at one point also hosted email accounts. I recently moved all of the email to a different server and wanted to cut down on CPU and memory usage so I needed to disable amavisd, clamd, courier-imap, and courier-authlib. These services provided a way to receive email via POP3 and IMAP as well as content filtering and virus scanning for all of that email. So after shutting all of the services down I needed to remove the reference to the local content filter from Postfix because if amavis is shut down and mail is sent from a web application to the localhost then the connection will be refused and Postfix will not send the email. Below I describe the Postfix configuration lines to comment out as well as a way to reload all of the queued email into the Postfix queue so it could be sent again.
Read the rest of this entry »
Tags:
10024,
amavis,
amavisd,
clamd,
content_filter,
email,
IMAP,
localhost,
maillog,
main.cf,
master.cf,
message,
POP3,
postfix,
postsuper,
queue,
reload,
requeue,
SMTP
6 Comments »