I've set up SME Server 5.6. It is set to standalone server and is behind a firewall.
Webmail is set up to be a front-end for a Linunx-based Internet Appliance that serves as our e-mail server (IMAP).
Computers sitting behind the firewall can access Webmail by opening IE and typing
https://192.168.1.1/webmail and everything works as I hoped it would.
I'm having trouble getting things to work elegantly from outside the firewall. Currently when a user needs to get to Webmail from the road he opens IE and goes to:
https://123.123.123.123:1080 This takes him to a webpage with two links: LOGIN TO WEBMAIL and ACCESS MAILBOX.
The Login to Webmail link goes to
https://123.123.123.123:1080/horde/imp/login.php and clicking it takes him to the Webmail login page. After supplying a UserName and Password and clicking Log In the user gets a Page Not Found error and the URL is
https://123.123.123.123:1080/horde/imp/redirect.phpIf the user types "mailbox.php" over "redirect.php," they get access to their webmail. Or, they can hit their BACK button twice and click ACCESS MAILBOX which takes them to
https://123.123.123.123:1080/horde/imp/redirect.phpIt works ... but it isn't as pretty as I would like it to be.
Is there anything I can do to avoid the trip to the "redirect.php" URL? I've spent the morning looking through UseNet and the forum here, but I've yet to run across a solution that applies.
Thanks.