Docker-mailserver: How to increase mail size for smtp?

Created on 1 Nov 2016  路  5Comments  路  Source: tomav/docker-mailserver

Hi there,

how can i increase the mail size for outgoing emails?

Thanks a lot

Robin

question

Most helpful comment

Create a configuration file named config/postfix-main.cf:

For 50MB:

 message_size_limit=52428800

All 5 comments

Create a configuration file named config/postfix-main.cf:

For 50MB:

 message_size_limit=52428800

Other configuration options can be found on postfix website.

thx a lot

Perhaps give a hint for this in the documentation?

@dragonito this could make sense, but the this repo and its wiki provide support on the usage of the docker image (docker specific topics) and won't replace the great postfix/dovecot documentation.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

42wim picture 42wim  路  4Comments

nicklayb picture nicklayb  路  4Comments

strarsis picture strarsis  路  5Comments

Mathieu-R picture Mathieu-R  路  4Comments

nekrondev picture nekrondev  路  3Comments