I am not able to login to Cyrus using the perl module IMAP:Admin.

use IMAP::Admin;
$imap::Admin->new('Server' => 'Debian',
                  'Login' => 'who',
                  'Password' => 'Idontknow'
                  0;

$imap->close;

I get 

IMAP::Admin [initialize] : try NO Login incorrect

I know the Login and Password are correct because I use them with 
cyradm.

Any suggestions?

Lance

Reply via email to