I found the problem ...
I am running qmail-ldap + maildrop...
The /var/qmail/rc file:
qmail-start �| /var/qmail/bin/maildrop�
My /etc/maildroprc file:
DEFAULT="./Maildir"
DEFAULT_DEF="/var/qmail/maildirs"
The qmail-local wait for "./Maildir/" ... and the maildrop with Maildir
compatibility wait for "./Maildir". The qmail-local get the DEFAULT
("./Maildir"), it undertand like a Maildir file... instead like a
Maildir directory ....
How can I do? any idea? What C code must be modify? The maildrop code or
qmail-ldap code? any idea?
Federico Edelman Anaya wrote:
> Hi! ...
> The dirmaker create the user home dir in
> /var/qmail/maildirs/DOMAIN/USER/
>
> But, it create the Maildir file instead the Maildir directory... any
> idea?