PDA

View Full Version : Webmail access from different address?


maxx
30th July 2005, 11:12
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

till
30th July 2005, 13:22
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

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.