summaryrefslogtreecommitdiff
path: root/mail/Dockerfile
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-01 21:44:29 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-01 21:44:29 +0900
commit462ce4169c4ce72a87bf4feb9174f81814f25999 (patch)
treead9a9d3449d33c3126bf091dffb3b1e39d1883dc /mail/Dockerfile
parent1b3eded34ae693b8662487b9c54a21e4fec1b07f (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'mail/Dockerfile')
-rw-r--r--mail/Dockerfile1
1 files changed, 1 insertions, 0 deletions
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 \