Re: Disable Connection Cache for local filters

2010-05-26 Thread Wietse Venema
Harakiri: > > scan unix - - n - 10 smtp > > -o smtp_send_xforward_command=yes > > -o disable_mime_output_conversion=yes > > -o smtp_generic_maps= > > -o smtp_connection_cache_on_demand=no > I tested it with -o smtp_connection_cache_on_demand=no

Re: Disable Connection Cache for local filters

2010-05-26 Thread Harakiri
--- On Wed, 5/19/10, Wietse Venema wrote: > From: Wietse Venema > Subject: Re: Disable Connection Cache for local filters > To: "Postfix users" > Date: Wednesday, May 19, 2010, 7:16 AM > Harakiri: > > However, i would like to disable this for local > fil

Re: Disable Connection Cache for local filters

2010-05-19 Thread Wietse Venema
Harakiri: > However, i would like to disable this for local filters > (anti/spam/virus) because sometimes they may get confused and do > not support this behaviour. This is an example from http://www.postfix.org/FILTER_README.html, with an extra command-line option to turn off connection caching f

Disable Connection Cache for local filters

2010-05-19 Thread Harakiri
Does the following http://www.postfix.org/CONNECTION_CACHE_README.html apply to : When postfix sents a RSET smtp command, and delivers a new mail using the same connection ? I understand that by default it will use smtp_connection_cache_on_demand on a high queue (what number exactly?). Howeve