Data Line to Long

Hello, when i try to test the kumoMTA with performence tool bomberman its result here. Is that any porblem because the message is to long or something ?

Hey there @funny-coyote, thanks for posting. Please read the “Troubleshooting” and “How to Ask for Help” buttons below. If you would like a 1:1 support session from the KumoMTA team, details are at the “Book a Support Session” button below.

Your test tool is sending data that is not RFC compliant.

You can use this: check_fix_conformance - KumoMTA Docs

Note that you’re going to use CPU resources fixing non-compliant data, so performance will be affected.

start_esmtp_listener - KumoMTA Docs is the option you want for this

but it is better to have your injection tools conform to the limits in the SMTP RFC

Oke thank you, i gonna test that today