Hi,
I just released another version, I cannot update the wiki page currently as there seem to be some problems on the wiki, but these are the major changes to scripts.
Two new functions:
.- change_domain_pass: The name is clear enough, give a domain, and the new password you want for that particular domain.
.- set_mail_limit: This allows us to set the mail limit (it could be extended to other variables) to any value we need.
For example, to disable mail for example.com, you can do:
Code:
php domain.php --domain example.com --action set_mail_limit --limit --1 #Note the doble hyphen
(07-31-2010 09:41 AM)help40 Wrote: what about "disable user" and "enable user" for changing the "Status" of the users ?
I'll have a look to this, it could be interesting too.
I'm thinking on putting the code somewhere where the people can branch the code to make improvements...