DJ Lucas: > Erik Paulsen Skaalerud wrote: > > The weird part: EHLO doesnt mention AUTH at all, but if I type "AUTH > > LOGIN" it responds with "334 VXNlcm5hbWU6", AUTH PLAIN and AUTH > > CRAM-MD5 also responds with similar challenges. > > > Interesting. I have the same 'issue' on my home server; AUTH is not > advertised when using Dovecot SASL. I never bothered with it because > everything just works. Rereading the SASL readme, I gather that this is > not the expected response.
This is incorrect. AUTH is not advertised because you have: > smtpd_tls_auth_only = yes If you change main.cf, understand the consequences. Wietse