Topic: Problem with mailing list user's on new addition
==== Required information ====
- iRedMail version: 1.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: Centos
- Related log if you're reporting an issue:
====
Hi Zhang,
We are facing issues with the mailing list for users. Assume there is a mailing list like "abc-ops@mail.xxx.com" which has users added to it. Alais name for the domain is defined as "abc-ops@xxx.com". Now on adding a new user to this mailing list, removes one or many user's randomly from the existing list.
Note: I am able to view all the user's through the UI. Whereas while execuing the below commands user's are missing
For eg..,
On executing the below command (Using actual domain name) all the users (including the newly added one) is listed.
for cf in $(ls *.cf); do echo $cf; postmap -q abc-ops@mail.xxx.com ldap:./${cf}; done
If we run the below command (using alias name), few existing users are missing in the list
for cf in $(ls *.cf); do echo $cf; postmap -q abc-ops@xxx.com ldap:./${cf}; done
Note: We also re-created the mailing list & re-enabled the alias name for the domain mail.xxx.com
Thanks
Soundarajan
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.