[Solved this off-list as follows.]

> The LDAP Filter line contains the following:

> (|(othermailbox=smtp$${recipient_email})(othermailbox=smtp:${recipient_email
> })(proxyaddresses=smtp$${recipient_email})(proxyaddresses=smtp:${recipient_e
> mail})(mail=${recipient_email})(userPrincipalName=${recipient_email}))

This  can  be  greatly simplified, as IMail uses the mail attribute to
store addresses, so

   (mail=${recipient_email})

should suffice as the filter. The search base should be

       ou=people,o=example.com

where example.com is the OHN of your IMail virtual host.

Also, the username is probably

      cn=admin,o=example.com

rather  than just admin. Exchange can use unqualified logins, but this
is  abnormal.  You  don't need to log in successfully, though; you can
read  the  LDAP directory without logging in. However, if it craps out
because  of a failed login you may wish to leave username and password
blank to force an anonymous connection.

Try that and let me know,

Sandy


------------------------------------
Sanford Whiteman, Chief Technologist
Broadleaf Systems, a division of
Cypress Integrated Systems, Inc.
e-mail: [EMAIL PROTECTED]
------------------------------------


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to