Skip to content

Commit

Permalink
postfix: add missing stage_exec to dkim postconf
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Sep 4, 2024
1 parent 537721b commit 1f12013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provision/postfix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ configure_postfix_main_cf()
fi

if [ -f "$_dkim_private_key" ]; then
postconf -e 'smtpd_milters = inet:localhost:8891'
postconf -e 'non_smtpd_milters = $smtpd_milters'
stage_exec postconf -e 'smtpd_milters = inet:localhost:8891'
stage_exec postconf -e 'non_smtpd_milters = $smtpd_milters'
fi
}

Expand Down

0 comments on commit 1f12013

Please sign in to comment.