• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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