Re: message_size_limit and attachment size

2013-06-06 Thread LuKreme
On 06 Jun 2013, at 06:40 , Raphael Bauduin wrote: > Hi, > > I have message_size_limit set at the default value: > # postconf | grep message_size_limit > message_size_limit = 1024 > > I create a file to attach by: > # dd if=/dev/urandom of=/tmp/75 bs=1024 count=7500 > > and then try to sen

Re: message_size_limit and attachment size

2013-06-06 Thread Raphael Bauduin
On Thu, Jun 6, 2013 at 2:54 PM, Geoff Shang wrote: > On Thu, 6 Jun 2013, Raphael Bauduin wrote: > > 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...) >> > > It doesn't. But an encoded attachme

Re: message_size_limit and attachment size

2013-06-06 Thread Geoff Shang
On Thu, 6 Jun 2013, Raphael Bauduin wrote: 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...) It doesn't. But an encoded attachment does take up quite a deal more space than the original file (it

message_size_limit and attachment size

2013-06-06 Thread Raphael Bauduin
Hi, I have message_size_limit set at the default value: # postconf | grep message_size_limit message_size_limit = 1024 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.