1

Topic: Help me to add the users from other servers to mailing list.

==== Provide basic information to help troubleshoot ====
- iRedMail version: 0.7.2
- Linux/BSD distribution name and version: Ubuntu 10.04,64-bit
- Any related log? Log is helpful for troubleshooting.
====
Hi,
I have created a mailing list like this "http://www.iredmail.org/wiki/index.php? … pLDAPadmin" and added required members.
Now, I want to use other users from gmail and yahoo to my mailing list which I have created.
Is it possible to do like that?


Regards
siddarths.g

----

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

2

Re: Help me to add the users from other servers to mailing list.

Of course you can add external users as mail list members.

Here's sample LDIF of object used to store external members:

dn: memberOfGroup=email-list@example.com,ou=Externals,domainName=example.com,o=domains,dc=iredmail,dc=org
accountstatus: active
enabledservice: mail
enabledservice: deliver
mail: user01@external.com
mail: user02@external.com
memberofgroup: email-list@example.com
objectclass: mailExternalUser

You need to create a object under ou=Externals.

You can easily manage internal and external members with iRedAdmin-Pro-LDAP. Screenshot:
http://screenshots.iredmail.googlecode.com/hg/iredadmin/maillist_profile_members.png
http://screenshots.iredmail.googlecode.com/hg/iredadmin/maillist_profile_add.png

3

Re: Help me to add the users from other servers to mailing list.

Thank you Zhang, It is working as expected.


Regards
siddartha.g