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
maillog shows:
(message size 5414717 exceeds size limit 5242880 of server
127.0.0.1[127.0.0.1])
I wanted the message so I set message_size_limit = 0 and reloaded postfix.
postconf -n |grep size shows:
message_size_limit = 0
so I figured the message should come through as this is suppose to
disable the size limit.
I still get: message size 5415340 exceeds size limit 5242880 of server
127.0.0.1
Is there anyway to fix this?
thx,
--
Jim McIver