I have some problem figuring out whats wrong here. I mad two users plus
the rootdn:
...
rootdn "uid=climin,c=MAIL"
rootpw very_secret
# The mail information should only be readable if you authenticate!
access to dn="cn=.*" attr=mail,mailAlternateAddress
by users read
by * none
# Some things should only be visable to 'self'
access to dn="cn=(.*),ou=.*"
attr=mailHost,mailQuota,krbName,krb5PrincipalName,l
by self read
by * none
# Let the user modify it's password
access to attr=userPassword
by dn="uid=webmin,c=MAIL" write
by anonymous auth
by self write
# Some things should be editable by the owner, and viewable by
# authenticated users
access to dn="uid=(.*),.*"
attr=cn,sn,givenName,homePostalAddress,mobile,homePho
by self write
by users read
by * none
# The admin dn has full write access
access to *
by dn="uid=mailer,c=MAIL" read
by dn="uid=webmin,c=MAIL" write
by * read
...
When I use the mailer uid with qmail I can check users up on receiving
and sending mail. but when it comes to login via auth_pop it wont work.
Do I need to have write permissions to ldap to have auth_pop working? It
seems that way because when I use uid webmin there is no problems same
as if I give uid mailer '* write' rights.
what is the minimum access qmail-ldap needs to ldap to wror fully?
All else work perfectly fine. Thanks for the great work you did.
Also just want to give credit to the people on the list. coming form
the official qmail list a few months ago I must say I like the attitude
on this list a lot better :)
Thanks in advance
--
Morten Grunnet Buhl
Rules are made to control the fun.