Webmail access from different address?

Discussion in 'General' started by maxx, Jul 30, 2005.

  1. maxx

    maxx ISPConfig Developer ISPConfig Developer

    Hi,

    Now webmail is at https://www.something.com:81/webmail/

    Is it possible to add webmail access to mail.customer.com
    and can it be done automatically with some script when I got new domains?

    Thanks again!

    ISPConfig is now working perfectly on Suse 9.3.

    - Maxx
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can add a co-domain mail.customer.com to the site www.customer.com
    that forwards to https://www.something.com:81/webmail/

    Currently this has to be done manually. If you want to extend ISPConfig with
    this functionality you may have a look at the script:

    /home/admispconfig/ispconfig/lib/classes/isp_isp_web.lib.php

    There is a function web_insert that is called when a new site is added.

    You may also post this as a feature request in the feature request forum
    if you want to see this in future versions of ISPConfig.
     

Share This Page