From 733ae6e5c4362aa85d54cb7b0674483d3f6862cd Mon Sep 17 00:00:00 2001 From: yyamashita Date: Tue, 9 Jun 2026 01:34:02 +0900 Subject: 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 --- mail/Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'mail/Dockerfile') 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 \ -- cgit v1.2.3