]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: Add reason_code=lmtp:cmd_<name>
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 17 Mar 2021 16:48:24 +0000 (18:48 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 29 Sep 2021 10:09:58 +0000 (10:09 +0000)
src/lmtp/main.c

index 6a72d55a6abe66f8f9056e7e18eaa3872a032356..ca3946ecfec4690547364859f8460315185b95ea 100644 (file)
@@ -86,6 +86,7 @@ static void main_init(void)
        lmtp_set.auth_optional = TRUE;
        lmtp_set.rcpt_domain_optional = TRUE;
        lmtp_set.mail_path_allow_broken = TRUE;
+       lmtp_set.reason_code_module = "lmtp";
 
        lmtp_server = smtp_server_init(&lmtp_set);