On Wed, Sep 25, 2013 at 01:03:45PM +0100, Craig R. Skinner wrote: > On 2013-09-25 Wed 11:39 AM |, Gilles Chehade wrote: > > > > It's officially still true, unofficially you can do it on recent > > versions by declaring a table (i'll use a static table for the example > > but you can use a file, db, sqlite or ldap one): > > > > $ encrypt > > mypassword > > $2a$06$BTOM8Ck.HEInGF888KbjiORoXSOFT.McbLZIS85gMSmHTPA5Tds2S > > $ > > > > smtpd.conf: > > > > table mycreds { gilles = gilles:$2a$06$BTO[...]PA5Tds2S } > > listen on [...] auth <mycreds> > > > > and now, user 'gilles' can authenticate with password 'mypassword' > > > > Is this possible without TLS/SSL Gilles? > > i.e; via CRAM-MD5 or DIGEST-MD5 >
nope, we only support AUTH PLAIN over a SSL/TLS connection at the moment and unless someone writes it or I suddenly really need it, there is very little chance that it's going to be implemented soon. it's not part of any contributor's todo afaik -- Gilles Chehade https://www.poolp.org @poolpOrg