• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Subdomains

Webroy

Regular Pleskian
I dont know if i am correct here but here is my problem

I have got a domainname where i put in a catch all like this:

Created a vhost.conf put in ServerAlias *.domainname.nl

This works fine because alle pages are going to the mainpage....

Except 1 page 1 want to work is also going to the mainpage: webmail....

Is there something where i can exclude the webmail from the wildcard so i can still use that?
 
Yeah, this is a very unpleasant change when upgrading to Plesk 9. Suddenly all domains that use webmail and have ServerAlias *.example.com setup cannot use webmail on their domain anymore. I guess the problem is that the Horde Apache configuration is loaded after the domain's Apache configuration (see the files in /etc/httpd/conf.d/).
 
me too

Hello,

any update about this problem????

1 year after last post and have same issue


regards
 
I have a solution but I don't know how many time will be working. Because I have changed /etc/httpd/conf.d/zzz_horde_vhost.conf and I don't know how plesk updates affect this file change.

simply change:

ServerName horde.webmail
ServerAlias horde.webmail.*


with:
ServerName webmail
ServerAlias webmail.*


both <VirtualHost xxx.xxx.xxx.xxx:80> and <VirtualHost xxx.xxx.xxx.xxx:443>


It works for me

regards
 
Back
Top