This is how I usualy do it:
1. add new client and enter limits (I do that from templates)
2. add dns zones and assign it to client. I use template below
Code:
[ZONE]
origin={DOMAIN}.
ns=ns1.mydomain.tld.
mbox=domreg@mydomain.tld.
refresh=28800
retry=7200
expire=604800
minimum=86400
ttl=86400
[DNS_RECORDS]
A|{DOMAIN}.|123.4.56.78|0|86400
A|www|123.4.56.78|0|86400
A|mail|123.4.56.78|0|86400
NS|{DOMAIN}.|ns1.mydomain.tld.|0|86400
NS|{DOMAIN}.|ns2.mydomain.tld.|0|86400
MX|{DOMAIN}.|mx.mydomain.tld.|10|86400
note, than my secondary dns is set with mysql replication on second server runnung MyDns
3. create website, assign it to client, create ftp and mysql, if needed
4. create e-mail domain and assign it to client.
If nessesary, limit visible client tabs (options) in system tab.
You will do fine tuning by yourself.
This is how I do it and it is not nessesary correct way
David
Recent comments
11 hours 26 min ago
16 hours 31 min ago
20 hours 55 min ago
22 hours 44 min ago
1 day 12 hours ago
1 day 13 hours ago
1 day 17 hours ago
2 days 39 min ago
2 days 1 hour ago
2 days 2 hours ago