Skip to content

Commit

Permalink
Merge branch '29-fix-gid-changes' into 'master'
Browse files Browse the repository at this point in the history
#29: Group ID is not guaranteed to be the same

See merge request ix.ai/smtp!20
  • Loading branch information
tlex committed Sep 17, 2023
2 parents 26a5fed + c64be64 commit 3c6137a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fi

if [ "$DKIM_KEY_PATH" ]; then
cp "$DKIM_KEY_PATH" /etc/exim4/dkim.key
chown :101 /etc/exim4/dkim.key
chown Debian-exim /etc/exim4/dkim.key
chmod 640 /etc/exim4/dkim.key
{
echo "DKIM_DOMAIN = \${lc:\${domain:\$h_from:}}"
Expand Down

0 comments on commit 3c6137a

Please sign in to comment.