]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
master: Do not enable protocols by default
authorAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 3 Dec 2024 07:08:42 +0000 (09:08 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 17 Jan 2025 08:40:01 +0000 (10:40 +0200)
This is more secure, and also enables installing protocols one
by one in packaging.

src/master/master-settings.c

index 4b8cd6bbf8756aea7ed09d1eb51d74571d0bc1d1..1f506359f79bbab1a02804860c45e90694e27d9e 100644 (file)
@@ -239,7 +239,7 @@ static const struct master_settings master_default_settings = {
        .services = ARRAY_INIT
 };
 static const struct setting_keyvalue master_default_settings_keyvalue[] = {
-       { "protocols", "imap pop3 lmtp" },
+       { "protocols", "" },
        { "listen", "* ::" },
        { NULL, NULL }
 };