RE: perl script for adding users

2001-10-04 Thread Kiarna Boyd
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

Re: perl script for adding users

2001-10-03 Thread Daniel Schwager
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

Re: perl script for adding users

2001-10-03 Thread Vincent Stoessel
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