install_opendkim.sh: forgot changing also master.cf.

This commit is contained in:
2026-01-07 00:12:02 +01:00
parent 548c4015e8
commit f0921f8669

View File

@@ -726,6 +726,7 @@ while IFS='' read -r _line || [[ -n $_line ]] ; do
_found=false
if ! echo "$_line" | grep -i -q -E "^\s*-o\s+smtpd_milters=\s*local:/opendkim/opendkim.sock\s*$" ; then
echo " -o smtpd_milters=local:/opendkim/opendkim.sock" >> "$tmp_master_file"
echo " -o milter_macro_daemon_name=ORIGINATING" >> "$tmp_master_file"
_changed=true
continue
fi