anthentication problem with Cyrus::IMAP::Admin;

2006-07-18 Thread jerry
Hi,   This is a follow up to my earlier call for help. I am stuck, so I will ask a simpler question. Is there any trick authenticating as a global admin (cyrus) with Cyrus::IMAP::Admin? When I login with user “cyrus” in cyradm I can see in the log that I have authenticated as just cyrus

anthentication problem with Cyrus::IMAP::Admin;

2006-07-16 Thread jerry
Hi,   I am having an authentication problem with Cyrus::IMAP::Admin;   I could not create a mailbox and did not understand the problem until today. The problem is that I can only create and delete mailboxes at domain.com (for example).   I am authenticating with user cyrus and not

RE: Problem with Cyrus::IMAP::Admin

2001-05-09 Thread Stefano Coatti
Fantastic. Now it works fine. Very very thanks Best regards Stefano -Original Message- From: Francesc Guasch [mailto:[EMAIL PROTECTED]] Sent: mercoledì 9 maggio 2001 13.52 To: Stefano Coatti Cc: 'Cyrus List (E-mail)' Subject: Re: Problem with Cyrus::IMAP::Admin Stef

Re: Problem with Cyrus::IMAP::Admin

2001-05-09 Thread Francesc Guasch
Stefano Coatti wrote: > > I tried to write my personal script to make batch command in > creating/listing/deleting user & mailboxes. I login like this: my $plen = length($pass); warn ("$user $pass\n"); $imap->send(undef,undef,"LOGIN $user {$plen}\r\n$pass")

Problem with Cyrus::IMAP::Admin

2001-05-09 Thread Stefano Coatti
I tried to write my personal script to make batch command in creating/listing/deleting user & mailboxes. I tried to do it in similar manner than Shell.pm perl module, but the function "_authenticate" called in IMAP.pm module does segmentation fault after taken the authentication by the demon imapd