]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
submission: Change kick log message to "Server shutting down"
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 19 Jan 2022 23:09:58 +0000 (00:09 +0100)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 8 Feb 2022 09:48:24 +0000 (10:48 +0100)
This way it's the same as with imap and pop3.

src/submission/submission-client.c

index 123087bdeddad52b5ba3590496f3025a6a586869..70ac34e8d6a158602e10ee08e35b009581c27ba4 100644 (file)
@@ -496,7 +496,7 @@ void client_add_extra_capability(struct client *client, const char *capability,
 void client_kick(struct client *client)
 {
        mail_storage_service_io_activate_user(client->service_user);
-       client_destroy(&client, "4.3.2", "Shutting down");
+       client_destroy(&client, "4.3.2", "Server shutting down");
 }
 
 void clients_destroy_all(void)