4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] courier-maildrop rule...
FromSent OnAttachments
Jorge Salamero SanzOct 14, 2005 4:36 am 
Jay LeeOct 14, 2005 7:38 am 
Jorge Salamero SanzOct 14, 2005 7:58 am 
moussOct 14, 2005 3:34 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] courier-maildrop rules in mysql dbActions...
From:Jorge Salamero Sanz (ben@cauterized.net)
Date:Oct 14, 2005 7:58:29 am
List:net.sourceforge.lists.courier-maildrop

On Friday 14 October 2005 16:37, Jay Lee wrote:

This should pull the rules out of mysql each time, write them to myfilter file, execute and then remove the rules.  The one problem I can see with this code is two deliveries by maildrop to the same account in which case myfilter will get hit, so you should figure out a way to make the name unique each time, that way two maildrop processes will not be contending for the same file.

but the problem of concurrence doesn't exist with:

virtual_transport = maildrop maildrop_destination_recipient_limit = 1

in postfix configuration ...

though how this impact in the delivery performance ? it is possible the concurrence in the mail delivery ?