Re: group email ids
Hugo Monteiro <[email protected]>
| Newsgroups | gmane.mail.qmail.ldap |
|---|---|
| Message-ID | <[email protected]> |
Mario Remy Almeida wrote: > Hi All, > > Can someone tell me how to configure a group email id in qmail-ldap > for eg: > > group-email1 > members: [email protected], [email protected], [email protected] etc... > > when an email is sent to [email protected] all the members should > receive the email, But the header will only mentions > [email protected] > > so when one of the recipient click on the reply button the reply email > should be [email protected] > > //Remy > > > ------------------------------------------------------------------------------ > Disclaimer and Confidentiality > > > This material has been checked for computer viruses and although none has > been found, we cannot guarantee that it is completely free from such problems > and do not accept any liability for loss or damage which may be caused. > Please therefore check any attachments for viruses before using them on your > own equipment. If you do find a computer virus please inform us immediately > so that we may take appropriate action. This communication is intended solely > for the addressee and is confidential. If you are not the intended recipient, > any disclosure, copying, distribution or any action taken or omitted to be > taken in reliance on it, is prohibited and may be unlawful. The views > expressed in this message are those of the individual sender, and may not > necessarily be that of ISA. > > Hello Mario, You could use something like this: dn: uid=group-email,ou=Lists,dc=domain,dc=com objectClass: inetOrgPerson objectClass: qmailUser objectClass: qmailGroup objectClass: top sn: Group Email cn: Group Email uid: group-email mail: [email protected] homeDirectory: /home/users/lists/group-email mailMessageStore: /home/users/lists/group-email/Maildir/ qmailUID: 64010 qmailGID: 65534 mailAlternateAddress: [email protected] dnmember: uid=user1,ou=Users,dc=domain,dc=com dnmember: uid=user2,ou=Users,dc=domain,dc=com Regards, Hugo Monteiro. -- ci.fct.unl.pt:~# cat .signature Hugo Monteiro Email : [email protected] Telefone : +351 212948300 Ext.15307 Web : http://hmonteiro.net Centro de Informática Faculdade de Ciências e Tecnologia da Universidade Nova de Lisboa Quinta da Torre 2829-516 Caparica Portugal Telefone: +351 212948596 Fax: +351 212948548 www.ci.fct.unl.pt [email protected] ci.fct.unl.pt:~# _