Dear Support,
I been facing this problem for very long time. When ever i try to send and receive bigger files via email; I get this error message back to me.
............................................................................................................................................................................ Your message did not reach some or all of the intended recipients.
Subject: PDF Testing!
Sent: 12/8/2009 7:55 PM
The following recipient(s) cannot be reached:
'jay@wellcom.com.my' on 12/8/2009 8:01 PM
552 5.3.4 Error: message file too big
............................................................................................................................................................................
I am facing the same problem when i try to send bigger files from my Gmail account to the above email account as well.
I need my client to send and receive files greater then 10MB. Please help me to solve this problem. Thank you in advance.
Regards.. Jay
I manage to solve the problem by include
message_size_limit = 51200000
at the end /etc/postfix/main.cf
and restart the postfix server
/etc/init.d/postfix reload
............................................... 51200000 = 50MB
now the email server can receive email size not greater than 50MB. hope this could help!
Thanks