From 6d8b8d1a6e99b4131769f95cc42dce89f9f5f135 Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Mon, 23 May 2016 00:03:22 -0700 Subject: [PATCH] AWS SES needs ca-certificates --- target/start-mailserver.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/start-mailserver.sh b/target/start-mailserver.sh index 60cce40f..72671547 100644 --- a/target/start-mailserver.sh +++ b/target/start-mailserver.sh @@ -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