[imp] login_tries option...

Anant Athavale asa at isac.gov.in
Sat Aug 19 07:07:55 PDT 2006


Dear List:

I applied the patches for the latest stable release of IMP 4.1.3.

It was taking long time to tell the user that password is wrong.  I  
thought, by setting login_tries = 1 in my server.conf, this time  
should reduce.  But, it does not look like.

My server.conf is as below:

Any corrections required?

---------------------------------------------------------------------------
$servers['cyrus'] = array(
     'name' => 'Cyrus IMAP Server',
     'server' => 'localhost',
     'hordeauth' => false,
     'protocol' => 'imap/notls',
     'port' => 143,
     'maildomain' => 'isac.gov.in',
     'smtphost' => 'localhost',
     'smtpport' => 25,
     'realm' => 'isac.gov.in',
     'preferred' => '',
     'admin' => array(
         'params' => array(
             'login' => 'cyrus',
             'password' => 'abcdefg',
             'userhierarchy' => 'user.'
         )
     ),
     'quota' => array(
         'driver' => 'cyrus',
         'params' => array(),
     ),
     'acl' => array(
         'driver' => 'rfc2086',
     ),
     'login_tries' => 1,
);
------------------------------------------------------------------------

Thanks & Regards,

Anant.


More information about the imp mailing list