View Single Post
  #29 (permalink)  
Old 02-15-2008, 01:20 PM
quanah quanah is offline
Zimbra Employee
 
Posts: 572
Default

Quote:
Originally Posted by zlex View Post
Hello Quanah,

Ok, i have executet the following lines:
what happend now?
Well, you didn't say you set the search queries:

Code:
print ZMPROV "mcf zimbraReverseProxyMailHostQuery $zimbraReverseProxyMailHostQuery\n";
print ZMPROV "mcf zimbraReverseProxyPortQuery $zimbraReverseProxyPortQuery\n";
print ZMPROV "mcf zimbraReverseProxyDomainNameQuery $zimbraReverseProxyDomainNameQuery\n";


etc...
So it can't find the users when they go to log in. Those queries must be set. As I said previously, they don't depend on current environment variables, those variables are escaped so they can appear literally in the database.

You need to add those.
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
Reply With Quote