• 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.

Change webmail URL

Inside /etc/httpd/conf.d/zz010_psa_httpd.conf,

DocumentRoot /usr/share/psa-horde/
Alias /horde/ /usr/share/psa-horde/
Alias /imp/ /usr/share/psa-horde/imp/
ServerName webmail
ServerAlias webmail.*
UseCanonicalName Off
<Directory /usr/share/psa-horde>
<IfModule sapi_apache2.c>
--
DocumentRoot /usr/share/psa-horde/
Alias /horde/ /usr/share/psa-horde/
Alias /imp/ /usr/share/psa-horde/imp/
ServerName webmail
ServerAlias webmail.*
UseCanonicalName Off
SSLEngine on
SSLVerifyClient none

Change the webmail to the name that you want accordingly and restart apache.
 
since this is the most recent post concerning this issue...

the above solution is only temporarily. as soon as you add or remove a domain, the mentioned file is rewritten and the change is lost.

i've been searching for a couple of hours but cant find any config option to change this permanently in Plesk

if anyone knows a permanent solution, i'd appreciate the help

thanks

Jarl
 
I'm looking for the same thing.

My problem is very weird.

I have deleted all the contents from file:
zz010_psa_httpd.conf

My my server still working.
webmail.* still working.

So, That's not the only file.

I guess 8.1 doesn't use that file any more /
Any Idea ??

(Yes, I did reset Apache).
 
Back
Top