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:mouss (use@free.fr)
Date:Oct 14, 2005 3:34:58 pm
List:net.sourceforge.lists.courier-maildrop

Jorge Salamero Sanz a écrit :

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

This tells postfix to only provide one recipient at a time.

in postfix configuration ...

The user may receive a second mail while one is being stored.

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