From 462ce4169c4ce72a87bf4feb9174f81814f25999 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Mon, 1 Jun 2026 21:44:29 +0900 Subject: Add libsasl2-modules to mail container for Postfix SASL auth Required for smtp_sasl_auth_enable with Amazon SES. Co-Authored-By: Claude Sonnet 4.6 --- mail/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail') diff --git a/mail/Dockerfile b/mail/Dockerfile index f35efcf..8552253 100644 --- a/mail/Dockerfile +++ b/mail/Dockerfile @@ -2,6 +2,7 @@ FROM debian:bookworm-slim RUN apt-get update && apt-get install -y --no-install-recommends \ postfix \ + libsasl2-modules \ opendkim \ opendkim-tools \ rsyslog \ -- cgit v1.2.3