[EMAIL PROTECTED] wrote: > What I am trying to do, is create an email alias which is delivered to > multiple users. I tried to use the normal .qmail alias files, which > only delivers internal mail sent to the alias. > > I appreciate all of the help that is given. > Thank you, > Josh > Thats a group or a list.
Extend a qmailUser-Object with the qmailGroup-ObjectClass. Set the deliveryMode-Attribute to forwardonly Add the users who should receive mail sent to this address as either dnmember-Attributes (if they are already in your Directory) or rfc822member-Attributes (for plain email-addresses, outside your domains). There are many additional built-in mailing-list functions included in qmail-ldap. Take a look at the qmailGroup ObjectClass definition at http://www.qmail-ldap.org/wiki/Qmail.schema- *filtermember is just one of my favorites. Hope this helps Greetings Alain *
