Quote:
Originally Posted by quanah 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-