Tks Claudio... You were right about the problem. For some reason, files
from /var/qmail/control were modified...
So... I still can't create the groups!
That's the error when ldapadd the group ldif:
ldap_add: Undefined attribute type (17)
additional info: filtermember: attribute type undefined
My ldif:
dn: [EMAIL PROTECTED],ou=usuarios,dc=domain,dc=com,dc=br
uid: [EMAIL PROTECTED]
objectClass: top
objectClass: inetOrgPerson
objectClass: qmailUser
objectClass: qmailGroup
cn: Financeiro
sn: Grupo
mailMessageStore: /home/qmail/maildirs//todos
mail: [EMAIL PROTECTED]
mailAlternateAddress: [EMAIL PROTECTED]
filtermember: (&([EMAIL PROTECTED])(departmentNumber=financeiro))
Thanks again ;)
Denis.
On Tue, 2004-03-09 at 19:44, Claudio Jeker wrote:
> On Tue, Mar 09, 2004 at 04:57:05PM -0300, Denis Galv�o wrote:
> > I'm trying to use the qmailGroup functionality... I have been asking
> > about some tips but I didn't aplied the qmail-ldap-1.03-20040301a.patch
> > before... So I didn't implemented these feature before...
> >
> > Now I have a qmail-1.03 patched, but I'm getting this errors when I
> > send email to the qmail-ldap users(at this time, without the
> > qmailGroup):
> >
> > @40000000404e1efa383970b4 starting delivery 52: msg 384910 to local
> > [EMAIL PROTECTED]
> > @40000000404e1efa38397c6c status: local 1/10 remote 0/255
> > @40000000404e1efa3947eecc delivery 52: deferral:
> > Error:_Invalid_credentials_(49)/
> >
>
> Hmm. This is a ldap error don't know how this is getting in the log
> without any other output but anyway Invalid_credentials means bad login DN
> passwd combo.
>
> > This is strange because before this patch, everything was great(without
> > the qmailGroup, of course).
> >
> > The strange thing is the syntax used by qmail to send mails:
> > [EMAIL PROTECTED]
> >
> > The right syntax should be:
> > [EMAIL PROTECTED]
> >
>
> Probably a old virtualdomains file lying around.
--
Denis Galv�o.