Maximum message size

Postfix has a maximum message size that it allows through. It's not specified in the default config, but if you don't specify it, it defaults to 10 megs. Just update the main.cf to change the message_size_limit to something higher.

message_size_limit = 15000000
Leave A Reply - 2 Replies
Replies
July 9th 2007 - Lev Lafayette

You'll need an equals sign for the code.. i.e., message_size_limit = 15000000

October 11th 2009 - Tony

You can also make it unlimited

message_size_limit = 0

All content licensed under the Creative Commons License