Greetings, I know I've brought this up before. I still can't get it to work. Suppose I just want some basic mailing list-like functionality using qmail-ldap such as [EMAIL PROTECTED] going to a bunch of email addresses. I would think the following would allow it to work: dn: [EMAIL PROTECTED],dc=domain,dc=tld objectclass: top objectclass: qmailUser mail: [EMAIL PROTECTED] uid: nobody deliveryMode: forwardOnly deliveryMode: nombox mailForwardingAddress: [EMAIL PROTECTED] mailForwardingAddress: [EMAIL PROTECTED] But every attempt I've made simply fails. This kind of functionality is not documented anywhere and I've tried configuring my entries based on some entries that people have sent me, but it's still a no go. I've added several other attributes such as: accountStatus: active qmailUID: 65534 qmailGID: 65534 mailMessageStore: /tmp mailHost: host.domain.tld qmailDotMode: none But still "no mailbox here by that name. #5.1.1" I'll maybe pour through the code later tonight if I have time, but I'm changing jobs at the turn of the month and this kind of functionality would be nice to support before I leave. Any ideas why it wouldn't work now? d!