Do the home directories exist? If not, did you compile with AUTOHOMEDIRMAKE?
Did you create a dirmaker script and put it in the control file?
http://www.lifewithqmail.com/ldap/#Basic%20Setup
8.1.1.25. dirmaker
If you compiled the autohomedirmake-feature, this contains the FULL path to
your script which creates missing homedirs. The scrpit is executed under the
affected user's uid/gid, so if your homedirs are in /home and the homdir for
joe (system uid joe) should be created, joe MUST have write permissions to
/home. This feature is most usefull in virtual user environments where all
users are mapped to an single system uid/gid pair, let's say
virtual/virtual. Then only virtual needs write permissions in /home. The
script gets the path for the to be created homedir as first parameter and
aliasempty as second one. A sample script:
#!/bin/sh
mkdir -m 700 -p $1
> From: Yildiray Ozen <[EMAIL PROTECTED]>
> Date: Thu, 26 Apr 2001 06:53:18 -0700 (PDT)
> To: [EMAIL PROTECTED]
> Subject: Maildir
>
> helppp
>
> My Qmail and LDAP working well. But I have a problem
> for creating the Maildir directories. Everytime I
> create a user entry on LDAP, I have to open a Maildir
> directory by myself. I compiled Qmail with Autodirmake
> patch and configured dirmaker files but it doesn't
> work.
> I want Qmail to create Maildir directory by itself. Is
> that possible?
>
> Thank you SO much
>
> Dry
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
>