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

permanent webmail redirect

N

neilh@

Guest
Hi,
I would like to change my default mail clients. All created domains must use the new client.

so webmail.domain.com must point to it.

I understand you cannot modify zz010_psa_httpd.conf for a permanent solution.

The next best option would be to create a vhost.conf file and add it to the default skeleton ?

This is my current temporary solution.

-Snipit from zz010_psa_httpd.conf-
<VirtualHost \
64.13.254.61:80 \
>
DocumentRoot /var/rc/
Alias /rc/ /var/rc/
ServerName webmail
ServerAlias webmail.*
<Directory /var/rc>
Order allow,deny
Allow from all
</Directory>

</VirtualHost>


What would i need to add to a global vhost.conf file to achieve the same thing ? ( notice my mail client is in /var/rc and not a subdomain )


I am surprised there is not more documentation for this. I would think it would be common to want to change the default mail client....

Help is appreciated.
 
Back
Top