• 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

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