[EMAIL PROTECTED] wrote:
And the result:
=== Trying host:25...
=== Connected to host
<- 220 host ESMTP qpsmtpd 0.40 ready; send us your mail, but not your spam.
-> EHLO xxxx
<- 250-host Hi xxx [x.x.x.x]
<- 250-PIPELINING
<- 250-8BITMIME
<- 250 STARTTLS
*** No acceptable authentication types available
-> QUIT
<- 221 host closing connection. Have a wonderful day.
=== Connection closed with remote host.
How should I configure plugins in config file to make work auth config?
It's not the config file that is the problem (per se); the behavior is caused by
the tls_before_auth config file. If that contains a 1 (default), then the AUTH
prompt is never displayed (even if you have an auth plugin turned on) unless the
session is already secured by TLS (no plaintext passwords). This is a good thing!
Since you have tls enabled, all you need to do is to add -tls to the swaks
commandline and you should be good to go.
John