Re: [Dovecot] Dovecot communication with sasl in dovecot source code

2011-07-06 Thread Stephan Bosch
Op 6-7-2011 13:43, Meisam Navaki schreef: Actually,I want to disable authentication in dovecot.I don't want dovecot to authenticate.For that,I'm looking for into dovecot source code to find where dovecot compares passwords or do something like this. Why would you want to do that? :) Regards,

Re: [Dovecot] Dovecot communication with sasl in dovecot source code

2011-07-06 Thread Meisam Navaki
Actually,I want to disable authentication in dovecot.I don't want dovecot to authenticate.For that,I'm looking for into dovecot source code to find where dovecot compares passwords or do something like this.I found fuction named sasl_serever_auth_begin,but I couldn't understand what does it exactly

Re: [Dovecot] Dovecot communication with sasl in dovecot source code

2011-06-29 Thread Timo Sirainen
On Tue, 2011-06-28 at 12:07 +0430, Meisam Navaki wrote: > Hi all, > I'm reading dovecot source codes(2.0.13),and I need to know how dovecot > communicate with sasl? For what purpose? Dovecot's login process communicates with auth process via http://wiki2.dovecot.org/Design/AuthProtocol > I traced