Quantcast
Channel: iRedMail
Viewing all articles
Browse latest Browse all 14126

Problem with mailing list user's on new addition

$
0
0

==== 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


Viewing all articles
Browse latest Browse all 14126

Trending Articles