I found it in the auth.c file:
if ( time2 > time1 + 7200 ) {
unlink(TmpBuf1);
sprintf(StatusMessage, "%s\n", get_html_text("173"));
show_login();
vclose();
exit(0);
}
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 04, 2003 9:05 PM
> To: [EMAIL PROTECTED]
> Subject: [qmailadmin] qmailadmin timeout
>
>
> Greetings,
>
> Does anyone know how to disable this feature from qmailadmin
> ? Because I am integrating qmailadmin within another product,
> I do not want this timeout to happen.
>
> Thanks.
>
> Lu
>
>