On Mon, Jan 06, 2003 at 11:51:35AM +0000, Jose Celestino wrote: > > The problem is that for each delivery attempt it successfuly delivers > the message to the maildir (ldap delivery) but gives a deferral for the > .qmail delivery (for instance deferral: /bin/sh:_/usr/bin/zbr: > _No_such_file_or_directory/) so the message stays on queue. > > This repeats later on giving the queue retrial, resulting in multiple > deliveries => duplicate messages. >
This is normal qmail behaviour. If you have a .qmail file of: # first line ./Maildir/ &[EMAIL PROTECTED] |exit 111 You will have the same result. It is not possible to make the delivery (via .qmail) atomic. -- :wq Claudio
