• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Single DNS for webmail (horde)

B

bigtank

Guest
Hi

It is usual under plesk to you a separate dns record for webmail for each domain.

Is it possible to use a single domain for all domains?

Exmaple:

I'm able to access a webmail account through a different domain.

Mailbox: [email protected]
Webmailurl: http://webmail.otherdom.net

This works with a shared ip address in plesk.

So how do I configure a single domain for webmail for all domains on the plesk system?


Thanx for help

bigtank ;)
 
Sure, As long as the user puts in the full email address, any webmail.???????.com on the server will work for all email address'.

Dean
 
Yes it's logically but how do I have to do to set for every domain the same webmail DNS?

I ask because I would use a ssl certificate to log in to horde webmail.
So I have to define a secound level domain name to generate a ssl
certificate and that's why I need a single domain name.

Thanx

bbb
 
@ ALL

I have the solution :)


Create a file "/etc/httpd/conf.d/webmail.conf" with the following content:

<Directory /usr/share/psa-horde>

RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://webmail.myserver.mydomain.com/$1 [R=301,L]

</Directory>


Than you will have SSL on and URL redirect to a single dns name :)


Grees

bigtank
 
Back
Top