On 06/15/2014 01:27 AM, Tony White wrote:
Hi folks,
I am a little confused here today.
My PHP settings for upload of attachments is 12MB (12582912)
My qmail settings are 14000000 byte in databytes.
A difference seems to be appearing in that any upload of 12MB
will not be sent with the Error that it exceeds My databytes value
is odd, yes?
To get around this I have had to increase the databytes in qmail
by 40% to get the 12MB file to be allowed.
Is this normal?
normal
wikipedia mime encoding:
"Email users can be puzzled by these limits because the MIME
<http://en.wikipedia.org/wiki/MIME> encoding, which typically uses
Base64 <http://en.wikipedia.org/wiki/Base64> adds ~33% overhead -- so
that a 20MB document on disk exceeds a 25MB file attachment limit. ^[5]
<http://en.wikipedia.org/wiki/Email_attachment#cite_note-5>?"
whee!
dg