Disabling Addresses in CanIt
From Roaring Penguin
Contents
Under Development
At times it is necessary on CanIt to block recipient email addresses in your system. There are a number of scenarios where this is required.
Verification Server Recipient Validation
Active Directory Recipient Validation
Modify your LDAP search query to exclude deactivated accounts. The magical LDAP query to do this is not at all intuitive:
http://forums.devshed.com/ldap-programming-76/ldapsearch-for-ad-disabled-accounts-466619.html
So you take your existing query for streaming: (existing_query)
and wrap it with:
(&(existing_query)(!userAccountControl:1.2.840.113556.1.4.803:=2))
Block Recipients
In the webui, on the Rules->Block Recipients page you can enter a list of email addresses and CanIt will not accept email for them.