1

Topic: how to create user groups or aliases

how to create user groups or aliases

I need to know the way of creating a user group for the same email address you list @ mydomain you send a copy of mail to user1 @ mydomain user2 @ mydomain user3 @ mydomain @ mydomain usuario4

again thanks and best regards from Cuba

----

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

2

Re: how to create user groups or aliases

http://demo.iredmail.org/

Full-featured version  you can group user.

if you use the ldap as backend.

if you use mysql, just in postfix admin setting.

3

Re: how to create user groups or aliases

I'm use the ldap as backend.

4 (edited by lmthong 2009-10-03 14:23:28)

Re: how to create user groups or aliases

Use ldapadmin, login with dn="cn=Manager,dc=xxx,dc=yyy"
Go to:
dc=xxx,dc=yyy
--> o=domains
-----> domainName=aaa.bbb
---------> ou=Group
-------------->Create new entry here --> Select Default in Templates list

1. Select create mailList in ObjectClasses
2. RDN: mail(mail)
- mail: <groupname>@<aaa.bbb>
- accountStatus: active
- cn: <firstmember@aaa.bbb>
- hasMember: yes
3. Two ways to Addmore user:
a/ Modify cn of mail=<groupname>@<aaa.bbb>, add more
b/ Modify memberOfGroup of the user entry who going to be member, add more

You can define the other group based on an existed groups, by submit add <existedGroup>@<aaa.bbb> to cn of mail=<newGroup>@<aaa.bbb>

5 (edited by satan 2009-10-14 00:52:40)

Re: how to create user groups or aliases

a/ Modify cn of mail=<groupname>@<aaa.bbb>, add more <- this one doesn't work for me (I'm running iRedMail 0.5.0-rc1), but second one worked 10x