From: Vsevolod Stakhov Date: Thu, 11 Sep 2025 15:57:31 +0000 (+0100) Subject: [Conf] Add defaults X-Git-Tag: 3.13.0~9^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb64cc56ae5eacd63edf982da8b82f823e1cc677;p=thirdparty%2Frspamd.git [Conf] Add defaults --- diff --git a/conf/options.inc b/conf/options.inc index fd9b662ab5..ec5a09a4b1 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -73,3 +73,17 @@ soft_reject_on_timeout = false; # Use utf8 mode for mime operations (use if your MTA announces SMTPUTF8 support) enable_mime_utf = false; + +maps +{ +#staged timeouts + connect_timeout = 1s; + ssl_timeout = 2s; + write_timeout = 4s; + read_timeout = 4s; + +#keepalive tuning + connection_ttl = 300s; + idle_timeout = 65s; + max_reuse = 256; +}