AWS SES needs ca-certificates

This commit is contained in:
Thorsten von Eicken 2016-05-23 00:03:22 -07:00
parent 7f398a6bbc
commit 6d8b8d1a6e
1 changed files with 2 additions and 1 deletions

View File

@ -231,7 +231,8 @@ if [ ! -z "$AWS_SES_HOST" -a ! -z "$AWS_SES_USERPASS" ]; then
"smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd" \
"smtp_use_tls = yes" \
"smtp_tls_security_level = encrypt" \
"smtp_tls_note_starttls_offer = yes"
"smtp_tls_note_starttls_offer = yes" \
"smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt"
fi
# Install SASL passwords