Fixed by halting server input once proxy authentication succeeds. This prevents
race conditions between input from proxy server and command output, which causes
a segfault when the current server command is already cleared when more input
(beyond AUTH success) from the proxy server comes in.
command, SMTP_SERVER_COMMAND_HOOK_DESTROY,
submission_proxy_success_reply_sent, subm_client);
+ login_proxy_input_halt(client->login_proxy);
subm_client->auth_cmd = NULL;
/* Login successful. Send this reply to client. */