summaryrefslogtreecommitdiff
path: root/mail/Dockerfile
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-09 01:34:02 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-09 01:34:02 +0900
commit733ae6e5c4362aa85d54cb7b0674483d3f6862cd (patch)
tree20f311ef697b06e46c91b0a55a6e4e11395b1583 /mail/Dockerfile
parent72ff02cf231c60314ca4557c576f513088830e40 (diff)
Switch mail container from SES relay to direct delivery
Port 25 outbound is no longer blocked on Hetzner, so SES relay is unnecessary. Remove relayhost, SASL auth config, and libsasl2-modules. Postfix now delivers directly to recipient MX; inet_protocols=ipv4 already present to avoid IPv6 PTR issues. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'mail/Dockerfile')
-rw-r--r--mail/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/Dockerfile b/mail/Dockerfile
index 8552253..f35efcf 100644
--- a/mail/Dockerfile
+++ b/mail/Dockerfile
@@ -2,7 +2,6 @@ FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y --no-install-recommends \
postfix \
- libsasl2-modules \
opendkim \
opendkim-tools \
rsyslog \