From: Aki Tuomi Date: Fri, 17 Feb 2023 10:07:01 +0000 (+0200) Subject: config: old-set-parser - Remove mention about external auth server X-Git-Tag: 2.4.0~2975 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46b33f0f3fdb3aab8f70aa23b9937e5b01b73ef6;p=thirdparty%2Fdovecot%2Fcore.git config: old-set-parser - Remove mention about external auth server --- diff --git a/src/config/old-set-parser.c b/src/config/old-set-parser.c index b61acfe872..fa04c3578e 100644 --- a/src/config/old-set-parser.c +++ b/src/config/old-set-parser.c @@ -639,7 +639,7 @@ static bool old_auth_section(struct config_parser_context *ctx, } if (strcmp(key, "socket") == 0 && ctx->old->auth_section == 2) { if (strcmp(value, "connect") == 0) { - obsolete(ctx, "socket connect {} is no longer supported, configure external auth server separately"); + obsolete(ctx, "socket connect {} is no longer supported"); return FALSE; } if (strcmp(value, "listen") != 0)