• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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