Ok, I've used the zmsetserver command, but now my LDAP tree appears to be very broken:
Jun 23 19:08:26 server postfix/trivial-rewrite[24685]: warning: dict_ldap_connect: Unable to bind to server
ldap://zimbra.domain.com:389 as uid=zmpostfix,cn=appaccts,cn=zimbra: 49 (Invalid credentials)
Using ldapsearch I confirmed that I do not know the password to the zmpostfix account. So I tried to reset it using the following:
# ldapmodify -H ldap://zimbra.domain.com:389 -x -D 'cn=config' -W
Enter LDAP Password:
dn: uid=zmpostfix,cn=appaccts,cn=zimbra
changetype: modify
replace: userPassword
userPassword: password
modifying entry "uid=zmpostfix,cn=appaccts,cn=zimbra"
ldapmodify: No such object (32)
matched DN: cn=zimbra
As you can see, this doesn't work.
Any suggestions? |