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
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