[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

cyrus 1.5.19 and Imap::Admin



I am not able to login to Cyrus using Imap::Admin perl module.
Are there any special config's I need in cyrus.conf ...? The docs 
don't mention any.


use IMAP::Admin;

$imap = IMAP::Admin->new('Server' => 'myserver',
                         'Login'  => 'myname',
                         'Password' => 'foobar'
                        );

@list = $imap->list("user.bob"0;

$imap->close;

gives error 

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






Reply to: