Overview
Directory Harvesting module blocks emails that are sent to secondary Lotus Domino email addresses.
Environment
- GFI MailEssentials
- Lotus Domino
Root Cause
GFI MailEssentials needs to be configured to check the value of the Unique Identifier (UID) attribute in the Lotus Domino Lightweight Directory Access Protocol (LDAP) Directory.
Resolution
- Open Registry Editor. Choose Start > Run. Type
regedit
. - Browse to
[HKEY_LOCAL_MACHINE\SOFTWARE\GFI\MailEssentials\AntiSpam\Config]
. - Locate the string '
ldapmailobject
'. - Add the text in bold to the value of '
ldapmailobject
' so as to change the value data from:ldapmailobject = RFC822mailbox
toldapmailobject = RFC822maibox;uid
. - Browse to
[HKEY_LOCAL_MACHINE\SOFTWARE\GFI\MailEssentials\EmailSecurity\Config]
. - Locate the string '
ldapmailobject
'. - Add the text in bold to the value of '
ldapmailobject
' so as to change the value data from:ldapmailobject = RFC822mailbox
toldapmailobject = RFC822mailbox;uid
. - Restart the GFI MailEssentials services.