From: Aki Tuomi Date: Tue, 3 Dec 2024 07:08:42 +0000 (+0200) Subject: master: Do not enable protocols by default X-Git-Tag: 2.4.0~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19dfbc9f3d420231d60f1f44e3f54f407156e263;p=thirdparty%2Fdovecot%2Fcore.git master: Do not enable protocols by default This is more secure, and also enables installing protocols one by one in packaging. --- diff --git a/src/master/master-settings.c b/src/master/master-settings.c index 4b8cd6bbf8..1f506359f7 100644 --- a/src/master/master-settings.c +++ b/src/master/master-settings.c @@ -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 } };