diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-06-01 21:25:41 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-06-01 21:25:41 +0900 |
| commit | 1d860809974b246ffe9f1fd31b147487312c91d5 (patch) | |
| tree | c3873886f7c61e870b13536ba47f1e67280920c0 /mail/opendkim | |
| parent | ec01cb68e0915175edd3185323efe9185d279b25 (diff) | |
Fix milter IPv4 binding and container DNS for MX lookups
- 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 <noreply@anthropic.com>
Diffstat (limited to 'mail/opendkim')
| -rw-r--r-- | mail/opendkim/opendkim.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
