we use ldap authentication but it mgiht be the same variable.
if you do
Code:
zmprov getDomain <your domain> | grep LdapURL
you should see a result like
Code:
zimbraAuthLdapURL: ldap://x.x.x.x:389
or something similar. you can change it by doing
Code:
zmprov modifyDomain <yourdomain> zimbraAuthLdapURL "ldap://x.x.x.x:389"
you'll want to use your port and ip. if you just run
Code:
zmprov getDomain <yourdomain>
you can see all the variables