quota user." . $user . " storage 8000\n";
} elsif ( $command eq 'DEL' ) {
print CMDS "puts \"\\ndelete inbox for user " . $user . "\\n\"\n";
print CMDS "cyr_conn setaclmailbox user." . $us
Vincent Stoessel wrote:
>
> Anyone have a sample perl script for adding new users for
> cyrus?
.. and anyone habe a sample perl script for changing user-permissions
recursive ??
regards
Danny
--
DT Netsolution GmbH - Talaeckerstr
Vincent Stoessel wrote:
> Anyone have a sample perl script for adding new users for
> cyrus?
> Thanks.
Hey , no longer need one.
I found this gem which has a sample non interactive
script example for adding cyrus users:
http://www.oreilly.com/catalog/mimap/chapter/ch09.html
--
Vincent Stoes