fix off-by-one

This commit is contained in:
holger krekel
2026-03-13 13:35:56 +01:00
parent b53fd912d6
commit ba3d86c9c7

View File

@@ -145,7 +145,7 @@ def _configure_dovecot(config: Config, debug: bool = False) -> (bool, bool):
if not can_modify: if not can_modify:
print( print(
"\n!!!! refusing to attempt sysctl setting in shared-kernel containers\n" "\n!!!! refusing to attempt sysctl setting in shared-kernel containers\n"
f"!!!! dovecot: sysctl {key!r}={value}, should be >65535 for production setups\n" f"!!!! dovecot: sysctl {key!r}={value}, should be >65534 for production setups\n"
"!!!!" "!!!!"
) )
continue continue