From 1d860809974b246ffe9f1fd31b147487312c91d5 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Mon, 1 Jun 2026 21:25:41 +0900 Subject: Fix milter IPv4 binding and container DNS for MX lookups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - opendkim.conf / main.cf: localhost → 127.0.0.1 (getent がIPv6を優先し Postfix の inet_protocols=ipv4 と競合していた) - docker-compose.yml: dns: 8.8.8.8/1.1.1.1 を追加 (Docker embedded DNS が MX クエリを解決できなかった) Co-Authored-By: Claude Sonnet 4.6 --- mail/opendkim/opendkim.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/opendkim/opendkim.conf') diff --git a/mail/opendkim/opendkim.conf b/mail/opendkim/opendkim.conf index 90bcb6b..6cc9c1f 100644 --- a/mail/opendkim/opendkim.conf +++ b/mail/opendkim/opendkim.conf @@ -8,7 +8,7 @@ OversignHeaders From UserID root UMask 022 -Socket inet:8891@localhost +Socket inet:8891@127.0.0.1 PidFile /var/run/opendkim/opendkim.pid KeyTable /etc/opendkim/KeyTable -- cgit v1.2.3