Testing SMTP Authentication CLI

2018-09-08 Thread Antonino Sidoti
Hi, I am using a table in my configuration for user credentials in ’smtpd.conf'; table creds file://etc/mail/creds I have also created the password using ‘smtpctl encrypt’ and added that to the file along with a username. The file ‘creds’ contains; bob$2b$10$encrytedpassword I would like

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.

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