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

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