On Mon, 26 Oct 2009 02:01:01 -0500
Fernando Quintero <[email protected]> wrote:
> Hi all,
>
> first, thx to gilles for this great software,
> I'm testing smtpd with TLS and SSL an it works ok, I noticed that the
> AUTH command uses PLAIN LOGIN.
>
> The question is: smtpd supports another thing different to PLAIN LOGIN
> for AUTH?, is possible integrate it to SASL ?
short answer: you do not want to.... I see SASL as a very complex piece
of bloatware.
a bit longer answer: smtpd is interfaced to bsdauth (see
authenticate(3)). so if you want you can implement authentication
method, just like I did to authenticate smtpd client to pop3 server.
--
With best regards,
Gregory Edigarov