ispman/tasks createMailbox_task.pl,NONE,1.1 setMailboxQuota_task.pl,NONE,1.1

Atif Ghaffar <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/tasks
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5366

Added Files:
	createMailbox_task.pl setMailboxQuota_task.pl 
Log Message:
more tasks splits

--- NEW FILE: setMailboxQuota_task.pl ---
sub setMailboxQuota_task {
   my ($mailbox, $quota)=@_;
   my @cmd=();
   push @cmd, "perl $FindBin::Bin/ispman.setMailboxQuota -h $hostname $mailbox $quota";
   executeCommands(@cmd);

}

--- NEW FILE: createMailbox_task.pl ---
sub createMailbox_task {
    my $mailbox=shift;
    my @cmd=();
    push @cmd, "perl $FindBin::Bin/ispman.createMailbox -h $hostname $mailbox";
    executeCommands(@cmd);
}




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.