I am looking for some prewritten scripts to help me design an application I'm currently working on.
Basically, I need to be able to automate updates of DNS entries when a user signs up for hosting with my company, I need a script to automatically edit the DNS zone file to reflect the added domain. Also, I need to be able to have the user add e-mail addresses to their account via a web form. The script should also add the users "account" to my server with their chosen user name and password, assign them an ftp and www services. I would like to do all of this inside Windows 2000 running IIS 5.0, however if this is not possible or not desirable, I am willing to run a Linux system (please recommend a mail server).
You can gather that I'm essentially trying to write a PHP script that makes my web server virtually maintenance free.