Koozali.org: home of the SME Server

It's possible to use http for webmail instead https?

Offline linuxhelp

  • *
  • 173
  • +0/-0
    • Linux PC & Server Support
It's possible to use http for webmail instead https?
« on: August 07, 2008, 11:34:15 AM »
Hello

is it possible to modify webmail to run with http://serverip/webmail?
(cause 443 is blocked by some company's proxys only the port 80 is opened)
how must i set it?

thanks for help
Linux PC & Server Support
http://www.linuxonlinehelp.de
.. i Love SME..

Offline mmccarn

  • *
  • 2,656
  • +10/-0
Re: It's possible to use http for webmail instead https?
« Reply #1 on: August 07, 2008, 12:53:49 PM »
If you do this, the company running the proxy will harvest all of the usernames and passwords that are used to check webmail from behind their proxy.  Are you sure this is OK?

Offline mmccarn

  • *
  • 2,656
  • +10/-0
Re: It's possible to use http for webmail instead https?
« Reply #2 on: August 07, 2008, 12:57:06 PM »
Are there any other ports that are open through this proxy other than port 80?  If they allow traffic on port 110 (pop3), for example, you might be able to setup a port forwarding rule on your SME from port 110 to port 443, then have your problem users access webmail at https://your-sme-server:110/webmail.

This way you wouldn't have to destroy the security of your server...