7 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] How do I change the l...
FromSent OnAttachments
kennJul 27, 2005 12:12 pm 
Brian CandlerJul 28, 2005 1:25 am 
kennJul 28, 2005 5:34 am 
Paul L. AllenJul 28, 2005 10:29 am 
Brian CandlerJul 29, 2005 1:15 am 
Paul L. AllenJul 29, 2005 5:05 am 
George ShaunfieldJul 29, 2005 7:14 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] How do I change the login timeout value?Actions...
From:Brian Candler (B.Ca@pobox.com)
Date:Jul 28, 2005 1:25:02 am
List:net.sourceforge.lists.courier-sqwebmail

On Wed, Jul 27, 2005 at 02:12:29PM -0500, kenn wrote:

I wish to lengthen the login timeout value.

Can you describe exactly which timeout? Do you mean the time between entering a bad password and getting a 'login failed' page? That's hardcoded in the courier-authlib client library. Try:

$ cd courier-authlib-0.57 $ grep sleep *.c

Locate the correct instance, modify it, and recompile.

A search of the archives found discussions about changing the INSTALL file ...

You're supposed to *read* the INSTALL file, not change it :-)

Brian.