The default “message_size_limit” is set to 10240000 bytes which is approximately 10MB. To change it, add/modify the message_size_limit line in your main.cf to;
message_size_limit = 20480000
The above is roughly 20MB and is more than enough on a typical server.