Torgeir Veimo wrote: > Is it possible to make "deliverymode: localdelivery" really mean > "deliverymode:localdeliveryonly"? > > I am retrieving LDAP attributes from a remote database, and user can > toggle between forward and local pop account. If they have had > forwarding in the past and change to localdelivery, the > forwardingAddress attribute is still in LDAP, since I update the LDAP > server with ldif import for add/update, thus it isn't removed > automatically
so use "replace: deliveryMode" instead of "add: deliveryMode" in your ldif import... d!
