missing with relayhost (#303)

* add AWS_SES_PORT env

* issue: relayhost port
This commit is contained in:
bigpigeon 2016-09-02 20:25:15 +08:00 committed by Thomas VIAL
parent 02f854f4e9
commit 0baf7954c5
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ if [ ! -z "$AWS_SES_HOST" -a ! -z "$AWS_SES_USERPASS" ]; then
echo "Setting up outgoing email via AWS SES host $AWS_SES_HOST:$AWS_SES_PORT"
echo "[$AWS_SES_HOST]:$AWS_SES_PORT $AWS_SES_USERPASS" >>/etc/postfix/sasl_passwd
postconf -e \
"relayhost = [$AWS_SES_HOST]:25" \
"relayhost = [$AWS_SES_HOST]:$AWS_SES_PORT" \
"smtp_sasl_auth_enable = yes" \
"smtp_sasl_security_options = noanonymous" \
"smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd" \