Re: [Dovecot] Small typo

2007-11-26 Thread Timo Sirainen
On Mon, 2007-11-12 at 11:49 +0530, Abhijit Hoskeri wrote: > On Sat, Nov 10, 2007 at 07:56:43PM +0200, Timo Sirainen wrote: > > i_fatal() exits the process. You probably want to use i_error() instead. > > > > Thanks a lot. I have fixed this. I have two more questions: > > * How do I know whether

Re: [Dovecot] Small typo

2007-11-11 Thread Abhijit Hoskeri
On Sat, Nov 10, 2007 at 07:56:43PM +0200, Timo Sirainen wrote: > i_fatal() exits the process. You probably want to use i_error() instead. > Thanks a lot. I have fixed this. I have two more questions: * How do I know whether the userdb/passdb is running with blocking=yes or not? * What are you

Re: [Dovecot] Small typo

2007-11-10 Thread Timo Sirainen
On Tue, 2007-11-06 at 17:25 +0530, Abhijit Hoskeri wrote: > This is what I have come up with: (attached) proxy-host.diff > Also there at : http://deeproot.in/~abhijit/proxy-host.diff > > It works for me, after a little testing. Hope I have done it at the > right place. > +

Re: [Dovecot] Small typo

2007-11-06 Thread Abhijit Hoskeri
On Sat, Nov 03, 2007 at 11:22:43PM +0200, Timo Sirainen wrote: > On Sat, 2007-11-03 at 17:25 +0530, Abhijit Hoskeri wrote: > I hadn't actually even thought this far. My main concern was that the > DNS lookups are synchronous without a separate library. > > > * When you say auth-worker processes, d

Re: [Dovecot] Small typo

2007-11-03 Thread Timo Sirainen
On Sat, 2007-11-03 at 17:25 +0530, Abhijit Hoskeri wrote: > > Another way would be to do this in dovecot-auth, but if it's done > > there it should be done asynchronously (or in auth worker processes) > > and doing async dns lookups would require some async dns library.. > > Now, I think I unde

Re: [Dovecot] Small typo

2007-11-03 Thread Abhijit Hoskeri
On Sat, Nov 03, 2007 at 12:15:31PM +0200, Timo Sirainen wrote: > The problem is most likely that login process is running chrooted. > login_chroot=no would help. It does - thanks a lot, I had been struggling for hours! > Another way would be to do this in dovecot-auth, but if it's done > th

Re: [Dovecot] Small typo

2007-11-03 Thread Timo Sirainen
On 3.11.2007, at 7.54, Abhijit Hoskeri wrote: There is a small typo in src/lib/network.c line 624 return "A non-recovable name server error occurred"; Fixed: http://hg.dovecot.org/dovecot-1.0/rev/90b7671c8f2e Sorry about the pedantry. BTW, I am getting this error whenever I am trying to r

[Dovecot] Small typo

2007-11-02 Thread Abhijit Hoskeri
Hi, There is a small typo in src/lib/network.c line 624 return "A non-recovable name server error occurred"; should be return "A non-recoverable name server error occurred"; Sorry about the pedantry. BTW, I am getting this error whenever I am trying to resolve a name from inside dove