OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: 2nd content filter?

From: Dan Ferris (danusrsbin.com)
Date: Thu Dec 02 2004 - 16:38:26 CST


Yeah, it's possible.

I currently do

postfix ----> amavisd_new ----> postfix ----> procmail -----> postfix
-----> deliver

and it works really well.

Dan

Robin Lynn Frank wrote:
> We currently have clamsmtp/clamav running as an after queue content
> filter. It listens on 127.0.0.1:10025 and re-injects on
> 127.0.0.1:10026. All mail goes thru it and it works fine.
>
> There are a limited number of addresses we'd like to run thru something
> like spampd, but then go to the clamsmtp. Is it possible, for example
> to have the second content filter listen on 127.0.0.1:10024 and
> re-inject on 127.0.0.1:10025 ? I assume I could invoke the second
> content filter via an access map domain.dom FILTER 127.0.0.1:10024 ?
>
> Or am I missing something? :-(