Jim McIver wrote:
On 9/27/2010 3:55 PM, Ben McGinnes wrote:
On 28/09/10 8:00 AM, Jim McIver wrote:
I'm running postfix 2.5.6 on Freebsd 7.2 and am having an issue with
message size limit and a user not being able to send a file.

I'm trying to limit the message size to 6 megabytes and in the main.cf I
set:

message_size_limit = 6000000

Try setting the message size to 6291456 (or 6300000), which is 6Mb.


Ben,

I still get message size 5410744 exceeds size limit 5242880 of server
127.0.0.1 in the log and the message bounced back to send.

Is there a content filter somewhere in your setup? What is listening on 127.0.0.1? The error you post is coming from the Postfix smtp (client), not smtpd (server). The Postfix smtp client refuses to deliver a message to the server listening on 127.0.0.1, because the latter has announced a SIZE limit of 5242880. For more help, post the output of 'postconf -n', provide the ENTIRE rejection message that appears in your log. Also, see DEBUG_README.

--
Sahil Tandon <sa...@freebsd.org>

Reply via email to