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

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