Re: [Dovecot] AUTH PLAIN fails while AUTH LOGIN succeeds with Exim -> Dovecot SASL auth

2012-05-29 Thread Sandro Tosi
On 05/24/2012 05:28 PM, Sandro Tosi wrote: With this setup, we're able to use AUTH LOGIN method on an SMTP session, but using AUTH PLAIN fails. It turned out to be a problem in the encoding of the AUTH PLAIN string. Sorry for the noise, -- Sandro Tosi Product Engineer Shared Hosting Products R

[Dovecot] AUTH PLAIN fails while AUTH LOGIN succeeds with Exim -> Dovecot SASL auth

2012-05-24 Thread Sandro Tosi
Hello, we're trying to setup a platform with authenticated SMTP with exim and relying on dovecot as auth agent. We've read http://wiki2.dovecot.org/HowTo/EximAndDovecotSASL and so made the changes mentioned there, also setting auth_mechanisms = plain login in conf.d/10-auth.conf . With thi