From: Jason W. <jas...@in...> - 2006-07-06 05:43:04
|
On Thu, Jul 06, 2006 at 02:14:57AM +0100, Stephen Allen wrote: > message_size_limit = 10240000 > > Would I be right in thinking it's the "message_size_limit" that is responsible > for refusing the message? If so, how big is the message that fetchmail > reported (16681007 octets)? How does that compare with bytes? "Octet" is another word for "byte". You have a message limit of 10 million bytes, but Fetchmail is trying to deliver a message with more than 16 million bytes. If you want this mail to be delivered you'll have to increase the Postfix message size limit by adjusting the value of the message_size_limit variable in main.cf. |