1

Topic: Global address book of all accounts fro

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.6.1 MARIADB edition
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version:  Linux Debian 11
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MYSQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro?  YES
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi,
At present, everyone gets a global address book containing only contacts from a given domain.
How to make this book include contacts from other specified domains?
My corporation has several domains, and I would like everyone to get all addresses from all our domains in the global book

----

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

2

Re: Global address book of all accounts fro

Try to comment out "SOGoEnableDomainBasedUID" and "DomainFieldName" parameters inside "SOGoUserSources = ()" block in /etc/sogo/sogo.conf:

SOGoUserSources = (
        {
            # ... omit other lines here ...

            isAddressBook = YES;
            displayName = "Domain Address Book";
            SOGoEnableDomainBasedUID = YES;
            DomainFieldName = "domain";

            # ... omit other lines here ...