1

Topic: about sharing calendar to another domains in the same server

I have multiple domains in the iredmail-pro
How can i share across all domains hosted on same server via Sogo?


==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.6.3
- Deployed with iRedMail Easy or the downloadable installer? IredMail-Pro
- Linux/BSD distribution name and version:  Debian11
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Ldap
- 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.
====

----

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

2

Re: about sharing calendar to another domains in the same server

LDAP backend? ok, in /etc/sogo/sogo.conf, "SOGoUserResources = ()" section, remove "domainName=%d," in "baseDN =" line.

3

Re: about sharing calendar to another domains in the same server

I removed "domainName=%d,"  in the baseDN in the sogo.conf
Then i restarted sogo service.
But, In the Sogo panel for the calendar, I can not add an account that is in another domain in the server.

4

Re: about sharing calendar to another domains in the same server

Is there any solution about that ?


yavuzmaslak wrote:

I removed "domainName=%d,"  in the baseDN in the sogo.conf
Then i restarted sogo service.
But, In the Sogo panel for the calendar, I can not add an account that is in another domain in the server.

5

Re: about sharing calendar to another domains in the same server

Replace "bindDN" by "cn=vmail,dc=xx,dc=xx", and "bindPassword" by the password of "cn=vmail,dc=xx,dc=xx". So that it has required privilege to query accounts under other domains.