OverLocker Опыта нет, ибо не приветствую привязку к АД, но это имхо. В последних версиях Mdaemon в списках рассылки можно привязать к АД.
Navigation: Lists Menu > Mailing Lists > Mailing List Editor > Active Directory
Как привязать к группе в AD почитай здесь
http://lists.altn.com/WebX?128@@.5985ce78 там привязка к группе в целом для Mdaemon, но в списке рассылки будет все аналогично. Главное понять принцип и правильно прописать строку поиска.
Код: Here is an example of a setup that worked for me:
1. In AD, on the root, I created an OU called "tester".
(NOTE: In AD, my domain is named "test.com")
2. Inside the "tester" OU, I created a new group called "mdusers".
3. In the "mdusers" group, I added two members: One found in the "Users" folder and one found in the "tester" OU.
4. In MDaemon, I used the following settings in the Active Directory | Options settings:
Base entry DN: dc=test,dc=com
Search Filter: (&(objectClass=User)(objectCategory=person)(memberOf=cn=mdusers,ou=tester,dc=test,dc=com)
Bind DN: Administrator
Password: (provided password for Administrator account)
Search Scope: Base DN and all children
Use secure authentication: Enabled
Use SSL authentication: Disabled
Page Size: 1000
4. Clicked Ok