> > A small sample from the ldif file before I ldbm it:
> >
> > dn: cn=John Smith
> > cn: John Smith
> > sn: Smith
> > objectClass: qmailUser
> > objectClass: person
> > mail: [EMAIL PROTECTED]
> > mailHost: mail.budget.co.nz
> > mailMessageStore: /home/jsmith/Mailbox/
> > qmailUser: jsmith
> > qmailUID: 666
> > qmailGID: 666
> > uid: jsmith
> > userPassword: xxxxxxxxxxx


After hours and hours of messing around with source code and inserting all
sorts of debugging info that was never meant to be, I've found the problem,
and there's a small problem with the Qmail-LDAP documentation on the web
page.

In the example LDIF file, is says that mailMessageStore should be
/usr/home/opi/maildir/.  In my case, this appears to be wrong, as
qmail-pop3d attempts to chdir to the maildir provided on the command line,
which it is already in, courtesy of checkpassword.  I fixed the problem
completely by undoing all my changes and changing every occurrence of
mailMessageStore to exclude the Mailbox portion.


I'm a little disappointed that noone on the qmail-ldap list was even able to
reply to my query, much less help with this obviously minor screwup...  but
perhaps someone can benefit from my frustration.

Reply via email to