On 08/21/14 21:43, Fabio Riga wrote: > Il 21/08/2014 19:19, Giovanni Bechis ha scritto: >> Fabio Riga <[email protected]> ha scritto: >> >> Il 21/08/2014 18:49, Fabio Riga ha scritto: >> >> disconnected in state MTA_EHLO >> After debugging I googled this and found >> https://github.com/OpenSMTPD/OpenSMTPD/issues/446, but for me this tells >> nothing about the problem. >> >> Fabio >> >> >> Can you try "smtpctl trace smtp" and then repost you log ? >> You should have a more verbose log. >> Cheers >> Giovanni > This command does nothing. My logs are just the same... > try this one: # /etc/rc.d/smtpd stop && smtpd -dv # smtpctl trace smtp Post your logs.
Anyway I tried from my smtpd server (~OpenBSD 5.6) and it is working fine. Cheers Giovanni
Aug 21 22:32:32 blink smtpd[14341]: smtp-in: New session ccded70ed5481b45 from host 0@localhost [local] Aug 21 22:32:32 blink smtpd[14341]: smtp-in: Accepted message b5b50af4 on session ccded70ed5481b45: from=<[email protected]>, to=<[email protected]>, size=189, ndest=1, proto=ESMTP Aug 21 22:32:32 blink smtpd[14341]: smtp-in: Closing session ccded70ed5481b45 Aug 21 22:32:32 blink smtpd[14341]: smtp-out: Connecting to smtp+tls://62.149.128.67:25 (mxd11.aruba.it) on session ccded7110811901b... Aug 21 22:32:32 blink smtpd[14341]: smtp-out: Connected on session ccded7110811901b Aug 21 22:32:32 blink smtpd[14341]: smtp-out: Started TLS on session ccded7110811901b: version=TLSv1/SSLv3, cipher=DHE-RSA-AES256-SHA, bits=256 Aug 21 22:32:32 blink smtpd[14341]: smtp-out: Server certificate verification failed on session ccded7110811901b Aug 21 22:32:34 blink smtpd[14341]: relay: PermFail for b5b50af4cd5a3c7a: session=ccded7110811901b, from=<[email protected]>, to=<[email protected]>, rcpt=<->, source=1.2.3.4, relay=62.149.128.67 (mxd11.aruba.it), delay=2s, stat=550 5.1.1 <[email protected]> : sorry, no mailbox here by that name (#5.1.1 - chkuser)
