On Wed, Jun 05, 2002 at 12:14:36PM +0200, cboecker wrote:
> I got qmail-ldap-control working fine.
> One user got dotmode ldapwithprog
> deliveryprogram is spezified.
> 
> the program is a perl-script which returned
> exit 100 if senderadress is [EMAIL PROTECTED]
> 
> If I send a mail to the user from [EMAIL PROTECTED]
> in the log I see
> 
> delivery 9782: failure:
> 
> [EMAIL PROTECTED] than gets a bouncemessage
> so everything looks fine
> 
> but also the message was delivered to the account
> of the local user!!!!
> 
> where is my problem??
> 
This is a know problem if you have deliverymode localdelivery.
The localdelivery is done befor the programdelivery.

I changed this behaviour in our repository.
In the upcomming patch the delivery will be:
   1. reply (deliveryMode: reply)
   2. delivery programs (deliveryProgramPath)
   3. forwards (mailForwardingAddress)
   4. localdeliver (deliveryMode: localdelivery)

then your problem should be fixed.

Note: The next patch should be released soon.
-- 
:wq Claudio

Reply via email to