attribute mail , like:

filter = "(objectClass=uidObject and mail=* )";
This works great for me:

         <key>filter</key>
         <string>(objectClass='PostfixBookMailAccount' AND mailEnabled='TRUE' AND 
sogoEnabled='TRUE')</string>

Right, I believe the problem is the '*' wildcard I'm using. If there is another way to filter ldap based on the existence of an attribute (mail in this case), that would be a solution as well. I'm trying to avoid editing all my ldap entries to put a redundant field (sogoEnabled=True) for every entry that has mail=XXXX attribute.

Thanks,

Ben

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to