1

Topic: Spliting ldap and mail servers

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Debian 8 Jessie
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  OPENLDAP
- Web server (Apache or Nginx): nginx
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====
Hi,
Is this possible to split ldap and mail into 2 separate servers?
Thanks

----

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

2

Re: Spliting ldap and mail servers

Sure. Let's say you are trying with iRedMail-0.9.4:

*) install iRedMail on a server with openldap backend, it will generate file "iRedMail-0.9.4/runtime/ldap_init.ldif".

*) setup openldap on another server, with required ldap schema files. Import file "iRedMail-0.9.4/runtime/ldap_init.ldif" (copy it from iRedMail server)

*) on iRedMail server, update config files which require ldap query to use new ldap server address.

Of course you should take care of firewall rules also.