猝然临之而不惊,无故加之而不怒。
分类: LINUX
2004-11-10 11:09:04
解决方案:
Is it possible that it's not the email attachment that's too large, but
the /var/mail/email_user mbox file? You may want to disable the mailbox
size limit of Postfix if your users are supposed to be able to fill
their mailboxes up ad infinitum. To do this, add the following to your
/etc/postfix/main.cf and reload postfix:
# Allow unlimited mbox sizes for archives
mailbox_size_limit = 0
main.cf中设置:
delay_warning_time = 4
因为考虑到信件流量的问题,postfix缺省不发送通知。