rom: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Bert
> Sent: Sunday, March 10, 2002 4:39 AM
> To: [EMAIL PROTECTED]
> Subject: RE: adding users via script
>
>
> Birger, the script worked after I changed the method of how I
> installed the
> Cyrus IMAP
to:[EMAIL PROTECTED]]On Behalf Of Birger
> Toedtmann
> Sent: Saturday, March 09, 2002 6:27 AM
> To: Jeff Bert
> Cc: [EMAIL PROTECTED]
> Subject: Re: adding users via script
>
>
> Jeff Bert schrieb am Fri, Mar 08, 2002 at 11:04:43AM -0800:
> > Thanks all but it looks
Jeff Bert schrieb am Fri, Mar 08, 2002 at 11:04:43AM -0800:
> Thanks all but it looks like the perl stuff is somewhat broken, cyradm works
> from the command line but everytime I run any of the scripts I've been sent
> I get this error:
>
> "Use of uninitialized value in subroutine entry at
> /us
002 8:49 AM
> To: Birger Toedtmann; Jeff Bert
> Cc: [EMAIL PROTECTED]
> Subject: Re: adding users via script
>
>
> here's something really simple i threw together, hope it helps.
>
> #!/usr/local/bin/perl -w
> # Really simple create mailbox script
> # by Steven Bloom
the quota
if ($quota)
{
print STDERR "Setting quota for $mbox to $quota\n" if $debug;
$cyrus->setquota($mbox, 'STORAGE', $quota);
warn $cyrus->error if $cyrus->error;
}
- Original Message -
From: "Birger Toedtmann" <[EMAIL PROTECTED]>
Jeff Bert schrieb am Fri, Mar 08, 2002 at 08:02:44AM -0800:
> I'm trying to find a script that will allow me to add users via a single
> command line entry.
>
> I found "imapcreate.pl" at sourceforge but it seems to choke on every call
> to the Cyrus::IMAP libraries.
>
> Has anyone done somethin