> That's all to it. Actually, you don't need maildirmake at all. You can
> just mkdir these directories.
I've tried "maildirmake Maildir" using this but it's not working.
#!/usr/bin/perl
$base = "/home/x/";
opendir (DIRLIST, $base);
@users = grep(!/^\.\.?$/, readdir(DIRLIST));
foreach $user (@users) {
system("/usr/sbin/maildirmake Maildir /home/x/$user/");}
Thanks Jijo Ill try your script too.
btw, im not crying but im expecting ;-)
dwen
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
To subscribe to the Linux Newbies' List: send "subscribe" in the body to
[EMAIL PROTECTED]