Re: cyradm scripts in Perl

2001-08-22 Thread Jeremy Howard
Rob Tanner wrote: > You might try the package IMAP::Admin, available from CPAN. It's a > generic package tailored for Cyrus (though not from CMU). It's not > interactive like cyradm, but rather a standard package like any other. > I use it in utilities that create and delete accounts and set

Re: cyradm scripts in Perl

2001-08-22 Thread Rob Tanner
Sandra, You might try the package IMAP::Admin, available from CPAN. It's a generic package tailored for Cyrus (though not from CMU). It's not interactive like cyradm, but rather a standard package like any other. I use it in utilities that create and delete accounts and set ACLs and quotas.