Thanks to all, it works!! I use: (&(objectclass=qmailuser)([EMAIL PROTECTED])) on filtermember attribute.
But why there are no dnsender, filtersender, rfc822sender attributes, like it wrote in QLDAPGROUP ? Regards, Edward PN -----Original Message----- From: Ted Zlatanov [mailto:[EMAIL PROTECTED] Sent: 09 Juni 2004 21:44 To: amendola maurizio Cc: [EMAIL PROTECTED] Subject: Re: help: howto send to all users on QLDAP ? On 9 Jun 2004, [EMAIL PROTECTED] wrote: > you can create a qmailgroup that it has how dnmember or rfc822member all > your user. How moderator, for safe a administrator mail. > To realized them you can generate a ldif, with ldapsearch, filtered by mail. > After this operations you can modified the ldif's file(substiute mail: with > rfc822member:,...) > I don't know if there are others methods. Alan Martins wrote the following about 6 weeks ago to this list: -------- You need ti implement the last qmail-ldap patch or add qmail-Group in your qmail-ldap schema. For set up a everybody mail, you need to set up an standart qmail-ldap user and add this to the user : objectClass: qmailGroup mailAlternateAddress: [EMAIL PROTECTED] filtermember: (&(!(objectclass=qmailGroup)([EMAIL PROTECTED]))) with filtermember, you can setup what you want, combinated with personals attributes, it's is very powerfull. -------- I haven't tried it, but it seems like a nice solution. Ted
