I have a 16MB file (16,372,963 bytes) that I am emailing my self as a test. I sent it from Gmail and from outlook.com to my work address. It goes through a Fortimail system and then hits Exchange server 2010 SP3.
The email is always rejected with this error:
This message wasn't delivered to anyone because it's too large. The limit is 19 MB. This message is 21 MB.
I have a support ticket open already, but wanted to share in the forums too.
Have you ever seen this?
FG200D 5.6.5 (HA) - primary [size="1"]FWF50B' s 4.3.x, FG60D's 5.2.x, FG60E's 5.4.x [Did my post help you? Please rate my post.][/size] FAZ-VM 5.6.5 | Fortimail 5.3.11 Network+, Security+
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
When you attach a binary file to an e-mail, the base64 encoding (convert binary to ascii) inflates the size by about 30% so this is normal.
Bromont wrote:When you attach a binary file to an e-mail, the base64 encoding (convert binary to ascii) inflates the size by about 30% so this is normal.
the file was just a text file. do you think the email communications are treating it as binary any ways?
FG200D 5.6.5 (HA) - primary [size="1"]FWF50B' s 4.3.x, FG60D's 5.2.x, FG60E's 5.4.x [Did my post help you? Please rate my post.][/size] FAZ-VM 5.6.5 | Fortimail 5.3.11 Network+, Security+
I have to agreed with bromont. Gmail is probably adding data with the encoding. Try this
Use dd and make a dummy file
e.g
dd if=/dev/random bs=1k of=9meg count=9000 9000+0 records in 9000+0 records out 9216000 bytes transferred in 0.871187 secs (10578671 bytes/sec)
forgot to add, i believe gmail encode text as base64 and that will also increase the file size
e.g
echo "" > echo
openssl enc -base64 < echo > echo.64
And if you compare the file, you will a size increase.
Now use a UUENCODE Online and you will see all file encoded are increased insize
http://www.webutils.pl/index.php?idx=uu
12902422 9meg.uue
9216000 9meg
PCNSE
NSE
StrongSwan
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1634 | |
1063 | |
751 | |
443 | |
210 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.