Hi, On Wed, 2005-12-07 at 16:09 +0700, Rony wrote: > this is error meesage.. > > Hi. This is the qmail-send program at mail.bercacomputel.com. > I'm afraid I wasn't able to deliver your message to the following addresses. > This is a permanent error; I've given up. Sorry it didn't work out. > > <[EMAIL PROTECTED]>: > LDAP attribute is not given but mandatory. (#5.3.5) >
What are the LDAP attributes of this group? You probably missed out to set the qmailUid and qmailGid attributes. A sample LDIF of a group will look like this: cn=grpmail,ou=Group,dc=example,dc=com objectClass: top objectClass: posixGroup objectClass: qmailGroup objectClass: qmailUser cn: grpmail gidNumber: 1035 qmailUID: 1000 qmailGID: 1035 mail: [EMAIL PROTECTED] mailAlternateAddress: [EMAIL PROTECTED] uid: grpmail homeDirectory: /home/grpmail/ mailMessageStore: /home/grpmail/Maildir/ Hope this helps. Srinidhi. PS: Please search the Qmail-LDAP mailing list archives. You might get specific answers to your questions / problems.