From 647d10c68785bc53453d5054d324a7f69ff3ee2b Mon Sep 17 00:00:00 2001 From: yyamashita Date: Mon, 1 Jun 2026 21:21:44 +0900 Subject: Fix entrypoint: remove chmod on read-only mount, run opendkim as root MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /etc/opendkim が :ro マウントのため chmod/chown が失敗していた問題を修正。 opendkim.conf で UserID root に変更しコンテナ内でルートとして実行する。 Co-Authored-By: Claude Sonnet 4.6 --- mail/opendkim/opendkim.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/opendkim') 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 -- cgit v1.2.3