Hello!
I’m running KumoMTA on an Ubuntu 20.04 server. The configuration is almost identical to another server where everything works fine. However, on this server, when sending emails (especially test emails from MailWizz), the connection hangs at the DATA stage. Sometimes KumoMTA replies with 354, but then it times out. Logs show that processing reaches smtp_server_message_data but doesn’t continue.
Examples:
When connecting via telnet to an external SMTP (e.g., spamtest.smtp.bz), the connection opens but then stalls.
Using openssl s_client -starttls smtp, the TLS handshake completes successfully, certificate is valid.
I tried disabling auth and TLS — same result.
ulimit increased (ulimit -n 65535, ulimit -u 16384).
KumoMTA version: 2024.09.02.062344.c5476b89
Question: what can cause a timeout or hang after the DATA stage during outbound delivery, and how can I debug this behavior?