Closed nassoor closed 2 years ago
Winner! I was just about to do a PR for this myself....
until this gets merged, i've modified my docker run "--health-cmd" value to be
--health-cmd 'postconf message_size_limit=$MESSAGE_SIZE_LIMIT && postfix status'
Hi @nassoor, thanks for the PR, but it currently needs rebasing.
Done
@nassoor Sorry for the late reply, thanks for the rebasing but I merged a previous PR and it needs again rebasing. Please rebase against master again and I will merge inmediately. TY
Done 👍
@nassoor there is still something missing as the PR still says it cannot be rebased due to conflicts.
GitHub does not show me anything like that, quite the opposite.
https://github.com/juanluisbaptiste/docker-postfix/compare/master...nassoor:master
I can recreate the PR if necessary.
This is what appears on the PR:
I will recreate.
Description of the change
This adds the message_size_limit option to enable changing the default value.
Motivation and Context
To enable sending larger messages
How Has This Been Tested?
Tested the change with a value of 34000000 (34MB)
Types of Changes
Checklist:
.env.example
file accordingly.And lastly, many thanks for taking your time to help us improve this project !