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
Lev Lafayette 2007-07-09 09:09pm - lev_lafayette@... - Logged IP: 203.206.138.34

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

Tony 2009-10-11 08:57pm - No Email - Logged IP: 203.58.120.11

You can also make it unlimited

message_size_limit = 0

All content licensed under the Creative Commons License