Bummer
Posts: 6
Score: 0
Joined: 5/19/2008
Status: offline
|
Hi Marcio, Yes, I followed them perfectly. Originally I couldn't get the external login to work either. For instance, the settings for login.js is below. Since my mail server is on a dedicated box, I have it accessed at port 80. ---------------------------------- this.sServerURL = 'proxy.php'; this.sClientUrl = 'http://MyMailServer.com/'; ---------------------------------- But the above would NOT work. To get it to work, I had to use the below. ---------------------------------- this.sServerURL = 'proxy.php'; this.sClientUrl = 'http://MyMailServer.com/webmail/'; ---------------------------------- Other than that, everything else is the way it should be. It appears that it's not forwarding the way it should. I have filled out a ticket and the guys there don't know anything either.
|