maddy icon indicating copy to clipboard operation
maddy copied to clipboard

DATA error unexpected EOF

Open bkaOG opened this issue 3 years ago • 5 comments

Describe the bug

DATA error enexpected EOF when sending email from accesspoint through maddy

Steps to reproduce

Send email from accesspoint Zyxel NWA210AX via maddy (worked with openbsd/opensmtpd)

Sending from Synology NAS works fine.

Log files

hastebin.com

Configuration file

only added tls certs and debug + io_debug in smtp+submission / renamed domain / single domain setup

Environment information

ubuntu 20.04 1 core 2gb ram

  • maddy 0.5.4

bkaOG avatar Mar 12 '22 22:03 bkaOG

Uh, apparently, many automated systems generate malformed MIME messages and so we need to handle them somehow instead of rejecting.

foxcpp avatar Mar 13 '22 15:03 foxcpp

Thank you for the quick reply. I’ll open a ticket with the vendor.

bkaOG avatar Mar 13 '22 16:03 bkaOG

Status update:

First reply from the vendor before doing some test suggested by the vendor:

"The email report function implemented on our AP follows the basic standard."

Then went on to do the suggested test with the same result as before.

send using gmail => gmail - works send using gmail => Maddy fails forwarding the received mail from gmail to Maddy via Apple mail client works disable TLS on AP use port 25 => no send - no receive as expected.

bkaOG avatar Mar 18 '22 11:03 bkaOG