On Tue, 27 Sep 2005, dzamin wrote:
>
> I removed the queue_only option and placed a defer router after the dspam
> router. With this, all messages that come into smtp are processed by dspam
> router and than deferred by defer_router, remaining on the incoming queue to
> the mailscanner job.

This is not reliable, because there is a race between Exim passing the
message through dspam and MailScanner pulling the message off the queue.
You will need three instances of Exim, an incoming one which does the
dspam processing, a queue-only one from which mailscanner picks up the
messages, and an outgoing one.

Tony.
-- 
<[EMAIL PROTECTED]>   <[EMAIL PROTECTED]>   http://dotat.at/   ${sg{\N${sg{\
N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
\N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to