1

Topic: Active directory integration Tutorial

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: centos 7 (fully updated)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): installed ldap then changed it to AD DC samba 4.3.4
- Web server (Apache or Nginx): nginx
- Manage mail accounts with iRedAdmin-Pro? NO
- Related log if you're reporting an issue:
====

http://www.iredmail.org/docs/active.directory.html

If you do those step it doesnt work this is because since you integrated iredpd it fails

you got to modify /opt/iredapd/settings.py and change

ldap_uri = "ldap://ad.domain.com:389"
ldap_basedn = "cn=users,dc=domain,dc=com"
ldap_binddn = "vmail@domain.com"
ldap_bindpw = "password"

regards

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Active directory integration Tutorial

With AD integration, iRedAPD is useless, because it relies on iRedMail LDAP scheme file.

I will update document with this info.

3

Re: Active directory integration Tutorial

just to be clear you just remove from /opt/iredapd/settings.py

plugins = [..., 'amavisd_wblist', ...]
plugins = [..., 'greylisting', ...]

that's it?

regards

4

Re: Active directory integration Tutorial

To disable iRedAPD, please follow our tutorial here:
http://www.iredmail.org/docs/manage.ire … le-iredapd

5

Re: Active directory integration Tutorial

thank you