Quoting Victor Duchovni <victor.ducho...@morganstanley.com>:
On Tue, Mar 24, 2009 at 04:46:06PM +0700, ke...@auditsi.com wrote:
my question is, if some process (not because upgrading) in my
content-filter error, the mail then will be relayed to the 2nd instance
with no filter at all?
Is there option to control it for temporary?
Use a separate transport (not "smtp") for sending mail to the filter,
and in master.cf set:
master.cf:
scan unix ... smtp
-o smtp_fallback_relay=$pre_filter_fback_relay
scan unix ... smtp
-o smtp_fallback_relay=$post_filter_fback_relay
main.cf:
pre_filter_fback_relay=
post_filter_fback_relay=[fallback.example.com]
thanks Victor, I'll try this and get back to the list soon