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
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.
I have been searching the archive messages for a script to create
mailbox, but I have found it only in TCL.
Does anyone has the following script in Perl ?
Thanks a lot
Sandra
su first
cyradm -file adduser.tcl
if {$argc != 1} {
puts "usage: No user list specifiled."
exit 1
}
set i