• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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