1

Topic: Mail List Problem

============ Required information ====
- iRedMail version: 0.8.7
- Store mail accounts in: LDAP
- Linux/BSD distribution name and version: Debian wheezy
- Related log if you're reporting an issue:
====

LDIF contain:

Domain1
alias@domain1 and group@domain1
user1@domain1 memberOfGroup all@domain1

Domain2
user1@domain2 memberOfGroup all@domain2

From iRedAdmin-Pro-LDAP-2.1.2 when I manage user1@domain2

Member of Mail Lists properties
alias@domain1 Warning: Account NOT exists.

Whats Wrong?

----

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

2

Re: Mail List Problem

In list of "Members of mailing lists", it just shows mailing list in the same domain. Why you got alias@domain1 in the list? Did you add 'memberOfGroup=alias@domain1' for this user (in domain2.com) with some LDAP client tool? maybe phpLDAPadmin?

iRedAdmin-Pro can correctly handle external mailing list members, so please just let iRedAdmin-Pro do it, don't update LDAP data manually yourself.

3

Re: Mail List Problem

Ok, but I create the new mail list. I can't add the external members. The error message is:

Error: {'matched': 'domainName=domain1.hu,o=domains,dc=domain1,dc=hu', 'desc': 'No such object'}

4

Re: Mail List Problem

The error message says you don't have this LDAP dn in your LDAP tree: domainName=domain1.hu,o=domains,dc=domain1,dc=hu.
So, do you have it?

5

Re: Mail List Problem

Yes, I create ldapadmin the  ou=Externals,domainName=domain1.hu,o=domains,dc=domain1,dc=hu LDAP tree and and it works perfectly.