]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: Change the default service_restart_request_count to 1
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 28 Feb 2025 10:04:05 +0000 (12:04 +0200)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 7 Mar 2025 08:01:55 +0000 (10:01 +0200)
It had accidentally been "unlimited" by default since the beginning.
The default should be the same 1 as with other services like imap and pop3.

src/lib-settings/settings-history-core.txt
src/lmtp/lmtp-settings.c

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..1aa1a6c2cd4e7ad6b6c8d3b1d03203d9d14eeb3d 100644 (file)
@@ -0,0 +1 @@
+default        service/lmtp/service_restart_request_count      unlimited       2.4.1   
index 7d144b8317234fef973018a384d87eb7ac28dd19..d13f47a5c59450fa57e77870ebc907ee9c0d1c15 100644 (file)
@@ -27,6 +27,7 @@ struct service_settings lmtp_service_settings = {
        .drop_priv_before_exec = FALSE,
 
        .client_limit = 1,
+       .restart_request_count = 1,
 
        .unix_listeners = ARRAY_INIT,
        .fifo_listeners = ARRAY_INIT,