On Tue, Sep 13, 2005 at 07:31:21PM -0400, Dan Melomedman wrote: > I don't understand it. Why does qmail-ldap change the normal .qmail > behavior? Namely, .qmail files are parsed, the programs specified in > .qmail files are run, but despite the exit code being '99' for those > programs, an additional delivery is made into the Maildir. This is not > standard qmail-local behavior. Looks like a bug to me.
If you have qmailDotMode set to dotonly you get the old behaviour. The qmail-ldap way of doing deliveries based on LDAP entries is a bit different to stock .qmail handling. The processing is controlled by deliveryMode. By default all delivery methods are done (local, forwards and program) so you need to use nolocal, noforward or noprogram to disable some of the deliveries. This was done because it makes frontends easier. -- :wq Claudio
