View Single Post
  #22 (permalink)  
Old 06-19-2007, 04:51 AM
CatiaL CatiaL is offline
Active Member
 
Posts: 38
Default

unfortunatelly I am testing the whole procedure with an important account and I do not want to mess it up. Anyway I have created an account without setting the passwd then I have set min passwd lenght = 0 and I do not manage to log in with the zimbra web so I do not have a way to see if the password free login would work at all ....

Any idea? I do not believe that I am the only one getting this problem.

I think an how to from 0 to sync would not be bad for Zimbra Mobile. Already the fact that one needs a Rewrite Roule from to a specific path it is by far not straight forward.
By the way are my Rewrite Roules correct now or there is still something missing? It might even be that I still do miss something there ......

again my actual Rewrite Roules are:

Code:
        RewriteRule ^/$ https://webmail.domain.example/zimbra
        RewriteRule ^/Microsoft-Server-ActiveSync$ https://webmail.domain.example/zimbra/Microsoft-Server-ActiveSync
        RewriteRule ^/exchange$ https://webmail.domain.example/zimbra
        RewriteRule ^/Exchange$ https://webmail.domain.example/zimbra
        RewriteRule ^/owa$ https://webmail.domain.example/zimbra
        RewriteRule ^/OWA$ https://webmail.domain.example/zimbra
(I have realized there was a miss print in my previous post)

Last edited by CatiaL; 06-19-2007 at 04:55 AM..
Reply With Quote