[quote:2c0230d0d5][i:2c0230d0d5]Originally posted by moronhead[/i:2c0230d0d5]
I am curious if anyone knows if there are any size restrictions for email attachments either sent through or received by a Cpanel server.
I've had a client complaining that:
1. The size of the file is increased by about 30%; and
2. The attachment note says x of 2MB.
Does this mean that the maximum attachment to any one e-mail is 2MB?
If so, how can this be adjusted?[/quote:2c0230d0d5]
Check the message_size_limit in your exim.conf .. cpanel doesn't set one by default so you should be able to send any size. (check /var/log/exim_rejectlog for more info)
message_size_limit
Type: integer
Default: 0
This option limits the maximum size of message that Exim will process. Zero means no limit. It should be set somewhat larger than return_size_limit if the latter is non-zero. Incoming SMTP messages are failed with a 552 error if the limit is exceeded; locally-generated messages either get a stderr message or a delivery failure message to the sender, depending on the -oe setting, in the normal way. Rejection of an oversized message is logged in both the main and the reject logs. See also the generic transport option message_size_limit, which limits the size of message that an individual transport can process.