PDA

View Full Version : 552 Message size exceeds maximum permitted



IT_Architect
03-13-2006, 01:59 PM
I get a "552 Message size exceeds maximum permitted" error.

The email box size is set to zero, so there should be no restrictions. It's nowhere near out of disk space. The email file was a test 20 meg file to see if they could receive cad files that are emailed. Any ideas how to fix this?

Thanks!

hehachris
03-13-2006, 03:19 PM
where did u get this error?

nobaloney
03-13-2006, 03:31 PM
Probably the message_size_limit in the exim.conf file.

Be sure to restart exim after you change it.

Jeff

sullise
03-13-2006, 09:16 PM
That's it exactly...it's not the size of the mailbox that's the problem, just that the total size of the email itself is too big.

IT_Architect
03-14-2006, 07:44 AM
jlasman: Probably the message_size_limit in the exim.conf file. That fixed it!

Thanks TONS!