From c26d6dfff0bd63c0cd9f09ab86daa61411a783fe Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 6 Dec 2025 01:12:29 +0200 Subject: [PATCH] config: Update supported dovecot_config_versions --- src/config/config-parser.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config/config-parser.c b/src/config/config-parser.c index 198555043f..a52d5d33f0 100644 --- a/src/config/config-parser.c +++ b/src/config/config-parser.c @@ -2993,10 +2993,13 @@ static bool config_version_find(const char *version, const char **error_r) const char *const supported_versions[] = { #ifdef DOVECOT_PRO_EDITION "3.1.0", + "3.1.1", + "3.2.0", #else "2.4.0", "2.4.1", "2.4.2", + "2.4.3", #endif NULL }; -- 2.47.3