feat: Add message_size_limit option (#86)
* feat: Add MESSAGE_SIZE_LIMIT configuration option (PR #86)
This commit is contained in:
6
run.sh
6
run.sh
@@ -99,6 +99,12 @@ if [ ! -z "${OVERWRITE_FROM}" ]; then
|
||||
echo "Setting configuration option OVERWRITE_FROM with value: ${OVERWRITE_FROM}"
|
||||
fi
|
||||
|
||||
# Set message_size_limit
|
||||
if [ ! -z "${MESSAGE_SIZE_LIMIT}" ]; then
|
||||
postconf -e "message_size_limit = ${MESSAGE_SIZE_LIMIT}"
|
||||
echo "Setting configuration option message_size_limit with value: ${MESSAGE_SIZE_LIMIT}"
|
||||
fi
|
||||
|
||||
#Start services
|
||||
|
||||
# If host mounting /var/spool/postfix, we need to delete old pid file before
|
||||
|
||||
Reference in New Issue
Block a user