View Single Post
  #15 (permalink)  
Old 06-18-2007, 09:33 AM
CatiaL CatiaL is offline
Active Member
 
Posts: 38
Default one step further

I did it. I have added:

Code:
       RewriteRule ^/exchange$ https://webmail.domain.example/zimbra
        RewriteRule ^/Exchange$ https://webmail.domain.example/zimbra
        RewriteRule ^/Microsoft-Server-ActiveSync$ https://webmail.domain.example/zimbra
        RewriteRule ^/owa$ https://webmail.domain.example/zimbra
        RewriteRule ^/OWA$ https://webmail.domain.example/zimbra
and I got one step furter.
After the connection, on the telephone I get a white screen for quite a long time. Then the connection breaks up with the error (the test is done with SSL):

Code:
0x8500200c              Synchronization timed out waiting for user input
I entered the correct passwd in the server setup and I have checked the "save the passwd".

What's wrong now?
Reply With Quote