I would like to create email groups under a qmail-ldap installation. I created a sample group [EMAIL PROTECTED] in which I wanted [EMAIL PROTECTED] and [EMAIL PROTECTED] to receive a copy of mail sent to [EMAIL PROTECTED], I created an ldif for the test group and tried sending mail to it but I got an error.
The sample ldif. dn: [EMAIL PROTECTED],ou=mysampledomain.com,ou=organisations,dc =mysampledomain,dc=com cn: Test sn: Group objectClass: top objectClass: person objectClass: qmailGroup mail: [EMAIL PROTECTED] mailAlternateAddress: [EMAIL PROTECTED] mailAlternateAddress: [EMAIL PROTECTED] mailMessageStore: [EMAIL PROTECTED]/testgroup2 filtermember: (&(objectclass=qmailGroup)([EMAIL PROTECTED])) The error. When I do a " tail -f /var/log/qmail/current|tai64nlocal" I see the error "LDAP_attribute_is_not_given_but_mandatory._(#5.3.5)" And I receive an email reading Hi. This is the qmail-send program at arccnet.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. <testgroup2@ mysampledomain.com >: LDAP attribute is not given but mandatory. (#5.3.5) --- Below this line is a copy of the message. What attributes am I missing or what errors/omissions are there in my ldif. Allan.
