• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Webmail wildcard removal

B

bdemidde

Guest
Hello,

I wondering how it would be possible to remove the default wildcard "webmail.*" which is automatically created for all ips.
My problem is that I have a site which has a dedicated ip for which I wish to deploy a specific webmail application.
Now, I manually removed the entry from the apache config file for this ip but each time a new site is added, the apache config file is regenerated with this entry.

Thanks in advance for the help.

Benoît
 
Hi,

You can create a vhost.conf file for this purpose, add there horde webhost configuration for this particular IP, settings will be similar like for other IP addresses in main Plesk config /etc/httpd/conf.d/zz010_psa_httpd.conf
Define there ServerName and ServerAlias as you wish instead of webmail.*.

For detailed information, please see this page:
http://download1.parallels.com/Ples...plesk-8.3-unix-administrators-guide/17359.htm

After that restart Apache and reconfigure this domain how it is described in Plesk documtation above.
 
First of all thanks for your answer.
Unfortunately this ip is also used for mail services and is integrated in the pool of plesk.
As I undertstand it, I should remove the ip from the pool of plesk, what would cause some other problems.

What really would like to do is to remove the ip from webmail.* alias in the zz010_psa_httpd.conf ...
 
Back
Top