Re: Testing SMTP Authentication CLI

2018-09-10 Thread Craig Skinner
Hi Nino, On Sun, 9 Sep 2018 04:16:42 + Antonino Sidoti wrote: > openssl s_client -connect mail.example.com:25 -starttls smtp. > > The connection is successful and I can see TLS handshake, etc. > I now enter ‘helo’ and 'auth login’, each are successful. 587 is the mail user agent (MUA)

Re: Testing SMTP Authentication CLI

2018-09-09 Thread Reio Remma
On 09.09.2018 7:16, Antonino Sidoti wrote: I would like to test the configuration from CLI on my MacBook and using; openssl s_client -connect mail.example.com:25 -starttls smtp. The connection is successful and I can see TLS handshake, etc. I now enter ‘helo’ and 'auth login’, each are

Re: Testing SMTP Authentication CLI

2018-09-08 Thread Antonino Sidoti
Hi, Here you go, pki mail.example.com certificate "/etc/ssl/example.com.fullchain.pem" pki mail.example.com key "/etc/ssl/private/example.com.key" table aliases file:/etc/mail/aliases table vdomains file:/etc/mail/vdomains table vusers file:/etc/mail/vusers table creds file:/etc/mail/creds

Re: Testing SMTP Authentication CLI

2018-09-08 Thread edgar
Without your smtpd.conf it's hard to know, but I suspect you don't have 'auth' on port 25. On Sep 8, 2018 11:16 PM, Antonino Sidoti wrote: > > > > There was an error while decoding the message.