install_opendkim.sh: forgot changing also master.cf.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user