Re: [Dovecot] APOP and CRAM-MD5 in checkpassword module

2007-06-27 Thread Timo Sirainen
On Wed, 2007-06-27 at 07:50 -0600, Ben Schumacher wrote: > This somewhat > conflicts with dovecot's authentication system, which expects to have > all the necessary authentication information internally and is not > design (not willing?) to trust a checkpassword-style authentication > mechanism to

Re: [Dovecot] APOP and CRAM-MD5 in checkpassword module

2007-06-27 Thread Ben Schumacher
On 6/25/07, John Peacock <[EMAIL PROTECTED]> wrote: Ben Schumacher wrote: > I would like to see this, too. After digging through the code some, it > seems that the major sticking point is that dovecot would prefer to do > the CRAM-MD5 internally and therefore expects to have access to the > passw

Re: [Dovecot] APOP and CRAM-MD5 in checkpassword module

2007-06-26 Thread Max A.
Ben Schumacher wrote: > I would like to see this, too. After digging through the code some, it > seems that the major sticking point is that dovecot would prefer to do > the CRAM-MD5 internally and therefore expects to have access to the > password in plaintext and doesn't pass the timestamp on

Re: [Dovecot] APOP and CRAM-MD5 in checkpassword module

2007-06-25 Thread John Peacock
Ben Schumacher wrote: I would like to see this, too. After digging through the code some, it seems that the major sticking point is that dovecot would prefer to do the CRAM-MD5 internally and therefore expects to have access to the password in plaintext and doesn't pass the timestamp on to checkp

Re: [Dovecot] APOP and CRAM-MD5 in checkpassword module

2007-06-25 Thread Ben Schumacher
On 3/29/07, Max A. <[EMAIL PROTECTED]> wrote: > Still a bit more fixes. My coding TODO list is again empty. Whether it is possible to add APOP and CRAM-MD5 in the checkpassword-module? Original qmail-popup is able APOP, and smtp-auth patch (http://www.fehcom.de/qmail/smtpauth.html) can use CRAM-M