Mittwoch, 9. Februar 2011
Connecting ASSP to a Lotus Domino LDAP02/09/2011 12:46 PM
After some trial and error, I finally managed to connect ASSP (Anti Spam Smtp Proxy), which I consider to be an brilliant piece of software fighing SPAM, to my IBM Lotus Domino R8.5.2 Server's LDAP!
Here is the configuration that works for me:
LDAP Filter for Local Domains: (&(objectClass=dominoPerson)(uid=*DOMAIN))
LDAP Filter for Local Addresses: (&(objectClass=dominoPerson)(|(uid=EMAILADDRESS)(mail=EMAILADDRESS)))
(LDAP Root container for Local Domains and LDAP Root container for Local Addresses are left empty in my configuration, but you are free to enter an LDAP-searchbase like C=YOURCOUNTRYCODE,O=YOURORGANISATION if you like.)
Hope that helps!