Thanks for the reply. Actually I had not created this 2 files ldapgrouplogin and ldapgrouppassword
After creating and entering the user login id and password into those 2 files it started working //Remy On Wed, 2009-01-28 at 12:46 +0000, Hugo Monteiro wrote: > 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: a...@example1.com, b...@example1.com, c...@example1.com etc... > > > > when an email is sent to group-em...@example1.com all the members should > > receive the email, But the header will only mentions > > group-em...@example1.com > > > > so when one of the recipient click on the reply button the reply email > > should be group-em...@example1.com > > > > //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: group-em...@domain.com > homeDirectory: /home/users/lists/group-email > mailMessageStore: /home/users/lists/group-email/Maildir/ > qmailUID: 64010 > qmailGID: 65534 > mailAlternateAddress: catchall-group-em...@domain.com > dnmember: uid=user1,ou=Users,dc=domain,dc=com > dnmember: uid=user2,ou=Users,dc=domain,dc=com > > > > Regards, > > Hugo Monteiro. > ------------------------------------------------------------------------------ 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.