Hi, Is it possible to have webmail on port 443 to ? in some places the customer firewall don´t have other ports then 80/443 open maybe 8080 If this can be done, how do i do that? Thanks rgds //Marcus
Without HTTPS? Add a line Listen 443 to your Apache.conf and use the address like: http://webmail.mydomain.tld:443 This way you talk regular HTTP on port 443. Perhaps you did mean HTTPS, in which case you should get a certificate that is accepted by the users desktop (ie not all business environments accept CACert certs or selfsigned certs). There's probably a nice tutorial somehwere over here for adding a SSL-site, so I'll let someone else point to it.. Paul
Webmail is configured by default on port 81 aka, https://mail.domain.com:81/webmail and i would like https://mail.domain.com/webmail if both works thats fine for me =) rgds //Marcus
You can either create a new (SSL) web site for mail.domain.com and install a webmail package manually in that web site, or you can use Apache's reverse proxy feature. This tutorial should give you the idea: http://www.howtoforge.com/apache_reverse_proxy_ispconfig