Hi All....
Well I'm using the qmail-ldap and the qmail-ldap-controls patch in my
server, now I need to work with lists, and I preferred the EZMLM, obvious. I
have worked with EZMLM and QMAIL but never used it with the ldap patches, my
doubt is this:
1) I need to set the "qmailDotMode" to "dotonly" - DONE
2) I need to set the "accountStatus" to "nopop" - DONE
3) I need to create the ".qmail"s file, generated with the ezmlm-make - DONE
All these steps are related with the QMAIL+EZMLM operation. But it
doesn't work with the LDAP patch. I read about DASH-EXT in the patches
documentation but I don't understant what is wrong. I already have activated
this flag in $LDAPFLAGS, and it still not working.
I trace the LDAP functions and found this:
SRCH "dn=bogus"
filter:
(&(objectClass=qmailUser)(|(mail=list-test@domain)(mailAlternateAddress=list
-test@domain)))
attrs: uid qmailUID ..... qmailDotMode
SRCH "dn=bogus" 2 0 0 0 0
filter:
(&(objectClass=qmailUser)(|(mail=list-catchall@domain)(mailAlternateAddress=
list-catchall@domain)))
attrs: uid qmailUID ..... qmailDotMode
SRCH "dn=bogus"
filter:
(&(objectClass=qmailUser)(|(mail=catchall@domain)(mailAlternateAddress=catch
all@domain)))
attrs: uid qmailUID ..... qmailDotMode
PS: I have change the "domain" and the "dn", remove some attributes, for
best reading....
Well, my mail server is working fine, all my users recieve mails but the
lists don't work. I understant that the "plus sign" used in the users file
is not applied in LDAP, but LDAP have something similar? How can I use lists
with LDAP? I need to create a user called list-catchall in my LDAP database
and in his HOMEDIR I will put the ".qmail"s files?
Thanks for All,
Leonardo Fialho
PS: Sorry for my poor english....