• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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