On Tue, Jan 20, 2009 at 07:25:20PM +0100, postfix wrote: > I have milter/dkim filter installed on a rhel4 linux server. > I noticed a delay between dkim-filter and qmgr processes when the > traffic becomes important. > > Jan 20 12:35:04 fe2 dkim-filter[3380]: 9E463127A68 "DKIM-Signature" > header added > Jan 20 12:43:14 fe2 postfix/qmgr[20888]: 9E463127A68: > from=<jairo.ab...@foo.com>, size=11787, nrcpt=1 > > Is it possible to speed up dkim filter?
It is not clear that the delay you are reporting is the result of the DKIM milter. How big is your incoming queue? Is your system CPU, disk or network starved? The queue manager serially imports mail from the incoming queue. Messages are elgible for import as soon as cleanup processing is complete. What we don't know here is when cleanup (including milter) processing completed. We also don't know whether trivial-rewrite is using any high-latency lookup tables, whether the queue manager is not getting enough CPU or disk I/O, whether the active queue is full, ... You need to identify the cause of the delay first. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.