From d8979faa060ba341443da2e38dd6b8530aaaa93d Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 5 Dec 2025 12:35:07 +0100 Subject: [PATCH] install_update_dovecot-2.4.sh: increase sieve_max_redirects to 25. --- install_update_dovecot-2.4.sh | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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