Default DNS records and websites

Discussion in 'Installation/Configuration' started by mzuc, Nov 21, 2006.

  1. mzuc

    mzuc New Member

    Hi all,
    I would like, whenever I create a new website, dns records like "ftp", "webmail", "controlpanel" to be automatically created and shown into IspConfig web interface. Is it possible? What I've to do? Can you guide me step-by-step?

    My second question is directly related to the previous one: I'd like to have my servers configured in this way: when a user browses "webmail.clientdomain.com" he gets webmail interface, and so on for the subdomain "controlpanel"... in this case he will get IspConfig Login Page...

    Can you help me?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You need good PHP and SQL knowledge to add this funtionality to ISPConfig. Thats a bit too complicated to write a step by step instruction. If you want to program that, have a look at the file /home/admispconfig/ispconfig/lib/classes/ispconfig_isp_web.lib.php

    Add a co-domain webmail.clientdomain.com to the website and redirect it to the webmail URL. Do the same for the controlpanel login.
     

Share This Page