Hello David,
I think you need to use -DAUTOHOMEDIRMAKE in order for it to run your external
script. I believe -DAUTOMAILDIRMAKE only creates the maildir (ie. cur,new,and
tmp) and doesn't actually run the external script.
Could be wrong though ;) I enabled them both and the homedir/maildir (which
are the same for my installation) does get created by the dirmaker script.
-neil
Quoting David Rodriguez Fernandez <[EMAIL PROTECTED]>:
> Hi again.
> I have configured qmail to work with LDAP and store the configuration
in
> an LDAP tree.
>
> I have addedd to the Makefile MDIRMAKE=-DAUTOMAILDIRMAKE
> but don't tries to make the directory.
>
> I have added an attribute to LDAP:
> dirMaker: /var/qmail/customdirmaker
>
> and
> # cat /var/qmail/customdirmaker
> #!/bin/sh
> /bin/mkdir -p -m 700 $1
>
>
>
> Any suggestions?
>
>
>
>
> P.D.:
> Sorry I'm not a native speaker.
>
>