diff --git a/install_update_dovecot-2.4.sh b/install_update_dovecot-2.4.sh index 24482d3..d727b9f 100755 --- a/install_update_dovecot-2.4.sh +++ b/install_update_dovecot-2.4.sh @@ -7776,6 +7776,32 @@ EOF fi + _replace_key="sieve_max_redirects" + _replace_val=25 + + read -r -d '' COMMENT_BLOCK <> "${log_file}" || _failed=true + + else + + cat <> "${_conf_file}" 2>> "${log_file}" || _failed=true + +${COMMENT_BLOCK} +${_replace_key} = ${_replace_val} +EOF + fi + else