diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-06-01 21:21:44 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-06-01 21:21:44 +0900 |
| commit | 647d10c68785bc53453d5054d324a7f69ff3ee2b (patch) | |
| tree | 62b3b94088ce9a6f27d14015a1adfc11376c6cd5 /mail/opendkim | |
| parent | ed78863260dedd56152976ebc630229461e2b0a2 (diff) | |
Fix entrypoint: remove chmod on read-only mount, run opendkim as root
/etc/opendkim が :ro マウントのため chmod/chown が失敗していた問題を修正。
opendkim.conf で UserID root に変更しコンテナ内でルートとして実行する。
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 81335f4..90bcb6b 100644 --- a/mail/opendkim/opendkim.conf +++ b/mail/opendkim/opendkim.conf @@ -6,7 +6,7 @@ Canonicalization relaxed/simple Mode sv OversignHeaders From -UserID opendkim +UserID root UMask 022 Socket inet:8891@localhost PidFile /var/run/opendkim/opendkim.pid |
