On Sat, Jun 05, 2004 at 11:10:13AM -0400, Nick Smith wrote: > Does anyone know where to set the message queue size for postfix? I know > where to set the mailbox size and message size limit etc, but I am getting > these error messages: > > mailserver postfix/smtpd[474]: connect from murphy.debian.org[146.82.138.6] > mailserver postfix/smtpd[474]: NOQUEUE: reject: MAIL from > murphy.debian.org[146.82.138.6]: 452 Insufficient system storage; > proto=ESMTP helo=<murphy.debian.org> > mailserver postfix/smtpd[474]: warning: not enough free space in mail queue: > 2762018816 bytes < 1.5*message size limit >
Apparently postfix wants the mail queue to be 1.5 times the max message size. And since you have set your message size limit to... > message_size_limit = 7500000000 ...you should have more than 11 GB of disk space available to receive a single message. So you can either buy more diskspace, or reset your message_size_limit to a more realistic value. -- Regards Hans. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]