ldap-vam.cf hello,
I have down a migration of zimbra opensource 4.5.5 to zimbra open source 4.5.9 on CentoS 4.3 all was ok.
but a problem arrived, after I have change the configuration files like the one I used before.
I have down changes in the zmmta.cf to use an ldap for the virtual aliases:
POSTCONF virtual_alias_maps hash:/etc/zimbraiufm/group.aliases,ldap:/opt/zimbra/conf/ldap-vam.cf
I changed my ldap-vam.cf too
server_host = ldap://azimbra.###.fr:389
server_port = 389
search_base =
query_filter = (&(|(zimbraMailDeliveryAddress=%s)(zimbraMailAlias=% s)(zimbraMailCatchAllAddress=%s)(zimbraMailCanonic alAddress=%s))(zimbraMailStatus=enabled))
result_attribute = zimbraMailDeliveryAddress,zimbraMailForwardingAddr ess,zimbraPrefMailForwardingAddress,zimbraMailCatc hAllForwardingAddress
version = 3
bind = no
timeout = 30
I have restart my Zimbra
everything work well with the new version
24 hours later the file ldap-vam.cf lost (zimbraMailCanonicalAddress=%s) in the query filter
no trace int logs...
do you have an explanantion on how this part of the filter could disapear ?
thank you for helping me |