1

Topic: Howto show MailList-members

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Ubuntu 14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

Hallo,

is there a way to show/read the users of a mailList? Some LDAP-command?

Thanks in advance!

----

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

2

Re: Howto show MailList-members

Try this:

ldapsearch -x -D 'cn=vmail,dc=xx,dc=xx' -W -b "o=domains,dc=xx,dc=xx" "(memberOfGroup=[EMAIL_OF_YOUR_MAILING_LIST])"

Replace "[EMAIL_OF_YOUR_MAILING_LIST]" by the real email address of your mailing list.