View Single Post
  #30 (permalink)  
Old 02-16-2008, 03:49 AM
zlex zlex is offline
Member
 
Posts: 13
Default

Quote:
Originally Posted by quanah View Post
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.
Hello Quanah,

Ok, have understand it now

Quote:
zimbra@lxpop3e:/root$ zmprov gcf zimbraReverseProxyDomainNameQuery
zimbraReverseProxyDomainNameQuery: \(\&\(zimbraVirtualIPAddress=${IPADDR}\)\(objectCl ass=zimbraDomain\)\)
zimbra@lxpop3e:/root$ zmprov gcf zimbraReverseProxyPortQuery
zimbraReverseProxyPortQuery: \(\&\(zimbraServiceHostname=\${MAILHOST}\)\(object Class=zimbraServer\)\)
zimbra@lxpop3e:/root$ zmprov gcf zimbraReverseProxyMailHostQuery
zimbraReverseProxyMailHostQuery: \(\|\(zimbraMailDeliveryAddress=${USER}\)\(zimbraM ailAlias=${USER}\)\)
is that correct now?
But after restart Zimbra same issue. Account information not available.
I do not find the enviroment variables IPADDR and MAILHOST for user zimbra or root on any servers, so how should find the proxy the servers? must i set this directly?
Mailhosts i think are the Mailbox servers but what is the virtual IP Address?

I believe to give up, because i think i am standing on the powerline to my brain.

-ZLEX-

Last edited by zlex; 02-16-2008 at 04:58 AM..
Reply With Quote