Re: smtpd support DIGEST MD5 AUTH ?

2009-10-27 Thread Gilles Chehade
no need to do this, you can setup startls and ssmtp within a minute following the instruction in man starttls. Gilles On Tue, Oct 27, 2009 at 01:40:34PM +1100, Aaron Mason wrote: If you really want to secure the transmission, you could always connect to it via stunnel or something similar.

Re: smtpd support DIGEST MD5 AUTH ?

2009-10-27 Thread Kami Petersen
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. authenticate(3) makes my head spin, it would be awesome if you shared how you did that! Has anybody

smtpd support DIGEST MD5 AUTH ?

2009-10-26 Thread Fernando Quintero
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 ? Thanks in advanced. --

Re: smtpd support DIGEST MD5 AUTH ?

2009-10-26 Thread Gregory Edigarov
On Mon, 26 Oct 2009 02:01:01 -0500 Fernando Quintero fernando.a.quint...@gmail.com 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

Re: smtpd support DIGEST MD5 AUTH ?

2009-10-26 Thread Gilles Chehade
On Mon, Oct 26, 2009 at 02:01:01AM -0500, Fernando Quintero wrote: Hi all, first, thx to gilles for this great software, jacekm@ did a lot of work on it too ;-) 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

Re: smtpd support DIGEST MD5 AUTH ?

2009-10-26 Thread Fernando Quintero
uhmm ok, I got it, smtpd is interfaced to bsdauth (thx gregory) so, I will search in that way, really I'm just trying things and I'm verifying the simplicity of the configuration, I want to write a HowTo (spanish), about OpenSMTPD + auth +pop3s + imaps + webmail, etc ... Thanks a lot. On Mon,

Re: smtpd support DIGEST MD5 AUTH ?

2009-10-26 Thread Aaron Mason
If you really want to secure the transmission, you could always connect to it via stunnel or something similar. On Tue, Oct 27, 2009 at 2:48 AM, Fernando Quintero fernando.a.quint...@gmail.com wrote: uhmm ok, I got it, smtpd is interfaced to bsdauth (thx gregory) so, I will search in that way,