Hi,

I have message_size_limit set at the default value:
# postconf | grep message_size_limit
message_size_limit = 10240000

I create a file to attach by:
# dd if=/dev/urandom of=/tmp/75 bs=1024 count=7500

and then try to send it with:
# echo 'test 75' | biabam /tmp/75 -s test75 myaddr...@example.com
postdrop: warning: uid=1000: File too large
sendmail: fatal: raph(1000): message file too big

Why is there a 2Mb+ difference between the message_size_limit value and the
attachment size accepted? (I don't think the envelope can take 2Mb...)

Thanks

Raph

Reply via email to