]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
submission-login: Add the VRFY capability to the EHLO reply.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Fri, 19 Oct 2018 09:24:35 +0000 (11:24 +0200)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Mon, 29 Oct 2018 16:11:01 +0000 (17:11 +0100)
The post-login service does it too.

src/submission-login/client-authenticate.c

index 190fa73fa032d82374bea1cd81cc35a7257c6d12..4e7b2959ba2f5c067133511120ba7040036e5211 100644 (file)
@@ -63,6 +63,7 @@ static void cmd_helo_reply(struct submission_client *subm_client,
                if (client_is_tls_enabled(client) && !client->tls)
                        smtp_server_reply_ehlo_add(reply, "STARTTLS");
                smtp_server_reply_ehlo_add(reply, "PIPELINING");
+               smtp_server_reply_ehlo_add(reply, "VRFY");
                smtp_server_reply_ehlo_add_xclient(reply);
        }
        smtp_server_reply_submit(reply);