Quote:
Originally Posted by Mark_NL
f.e.
Code:
<VirtualHost 1.2.3.4:443>
VirtualDocumentRoot /path/to/your/webmail
ServerName webmail.yourdomain.tld
SSLEngine On
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateKeyFile /path/to/your/ssl/cert/server.key
SSLCertificateFile /path/to/your/ssl/cert/server.cert
</VirtualHost>
With my current config without the SSL or Virtual Host, I access webmail only by going to www.mydomain.tld/webmail.
Your webmail will now be available through: https://webmail.yourdomain.tld
|
Oh so now with this entry I can access my webmail server with an alias? Even if my server hostname is not 'webmail', I should still be able to do some kind of redirect from
https://www.yourdomain.tld >>
https://webmail.yourdomain.tld?
Right now w/o the SSL or Virtual Host config, I access my webmail via http as
www.mydomain.tld/webmail.