Project Description:
We have a SmarterMail 8 Enterprise server, with thousands of mailboxes. All our current clients get unlimited mailbox size, but we have a few legacy clients that need to have a restriction on the size of their mailbox. What we are looking for is a PHP function that will take a domain name and a size, and will remotely access the SmarterMail server to set the mailbox size for all email addresses for that domain name. Thus, we could use the function like this:
set_mailbox_size("testdomain.com","100");
This example would then set all mailboxes in the testdomain.com domain to 100MB.
set_mailbox_size("newdomain.com","0");
This example would then set all mailboxes in the newdomain.com domain to unlimited.
The successful bidder will not have access to our SmarterMail server to test, but can download a free copy of SmarterMail from smartertools.com to test on their own.