[ https://issues.apache.org/jira/browse/JAMES-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849742#comment-17849742 ]
Benoit Tellier commented on JAMES-4038: --------------------------------------- This SMTP bug is a change introduced after 3.8.x, thus only affects master. > Hello and thanks, eM surely generate alot of errors for idk reason, thanks > for ur hard work, alot of changes in code. Normal! Interoperability is a must, and here I'm the one guilty for not getting one more layer down the normative (cryptic) syntax and missed that point... Thanks for sticking with us, your work is really useful and appreciated too. Also I published chibenwa/james:jpa-4038-4037 docker image so that we can get em client eventually up to speed on top of james! > EHLO Error while connect SMTP > ----------------------------- > > Key: JAMES-4038 > URL: https://issues.apache.org/jira/browse/JAMES-4038 > Project: James Server > Issue Type: Bug > Components: James Core, SMTPServer > Affects Versions: 3.8.1 > Environment: debian 11, oracle jdk 21 > Reporter: ilya terskov > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > Hi there > docker run -d --net=host chibenwa/james-jpa:JAMES-4037-2 --generate-keystore > docker exec ID james-cli AddDomain domain.online > docker exec ID james-cli AddUser it@domain.online PASS > networkctl status > ● State: routable > Address: 172.16.149.37 on eth0 > 172.17.0.1 on docker0 > Gateway: 172.16.149.18 (Intel Corporate) on eth0 > DNS: 172.16.149.14 > 172.16.149.33 > While trying get smtp test on 587 with SSL, 465 with STARTTLS or 25 > with/without SSL/STARTTLS for connect happens this > 06:35:28.976 [ERROR] o.a.j.p.s.c.e.EhloCmdHandler - Invalid EHLO argument > received: [IPv6:::ffff:172.16.149.220]. Must be a domain name or an IP > address. > 06:35:28.977 [ERROR] o.a.j.p.s.c.HeloCmdHandler - Invalid EHLO argument > received: [IPv6:::ffff:172.16.149.220]. Must be a domain name or an IP > address. > 06:35:28.982 [INFO ] o.a.j.p.n.BasicChannelInboundHandler - Connection > established from 172.16.149.220 > 06:35:28.983 [ERROR] o.a.j.p.s.c.e.EhloCmdHandler - Invalid EHLO argument > received: [IPv6:::ffff:172.16.149.220]. Must be a domain name or an IP > address. > 06:35:28.984 [ERROR] o.a.j.p.s.c.HeloCmdHandler - Invalid EHLO argument > received: [IPv6:::ffff:172.16.149.220]. Must be a domain name or an IP > address. > 06:35:28.989 [INFO ] o.a.j.p.n.BasicChannelInboundHandler - Connection > established from 172.16.149.220 > 06:35:28.993 [INFO ] o.a.j.p.n.BasicChannelInboundHandler - Connection > established from 172.16.149.220 > 06:35:28.997 [INFO ] o.a.j.p.n.BasicChannelInboundHandler - Connection > established from 172.16.149.220 > 06:35:28.998 [ERROR] o.a.j.p.s.c.e.EhloCmdHandler - Invalid EHLO argument > received: [IPv6:::ffff:172.16.149.220]. Must be a domain name or an IP > address. > 06:35:28.999 [ERROR] o.a.j.p.s.c.HeloCmdHandler - Invalid EHLO argument > received: [IPv6:::ffff:172.16.149.220]. Must be a domain name or an IP > address. > 06:35:29.004 [INFO ] o.a.j.p.n.BasicChannelInboundHandler - Connection > established from 172.16.149.220 > 06:35:29.004 [ERROR] o.a.j.p.s.c.e.EhloCmdHandler - Invalid EHLO argument > received: [IPv6:::ffff:172.16.149.220]. Must be a domain name or an IP > address. > 06:35:29.006 [ERROR] o.a.j.p.s.c.HeloCmdHandler - Invalid EHLO argument > received: [IPv6:::ffff:172.16.149.220]. Must be a domain name or an IP > address. > IPV6 turned off on client side too as well as on server -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org