FortiMail
FortiMail provides advanced, multi-layer protection against the full spectrum of email-borne threats
iyotov
Staff
Staff
Article Id 195864
Description
In the FortiMail LDAP profiles the default user query of the Active Directory schema is:

(&(|(objectClass=user)(objectClass=group)(objectClass=publicFolder))(|(proxyAddresses=smtp:$m)(mail=$m)))

This will not find the dynamic lists, because their "objectClass" is not user or group, but “msExchDynamicDistributionList”

Solution
Adding the object class msExchDynamicDistributionList to the user query will resolve.

(&(|(objectClass=user)(objectClass=group)(objectClass=msExchDynamicDistributionList)(objectClass=publicFolder))(|(proxyAddresses=smtp:$m)(mail=$m)))

iyotov_FD39963_tn_FD39963-1.jpg

Contributors