postfix-users April 2010 archive
Main Archive Page > Month Archives  > postfix-users archives
postfix-users: Re: Bypassing content filter or mail filter if on

Re: Bypassing content filter or mail filter if one of them crashes out

From: Noel Jones <njones_at_nospam>
Date: Wed Apr 07 2010 - 12:46:28 GMT
To: postfix-users@postfix.org

On 4/7/2010 3:11 AM, Sharma, Ashish wrote:
> Noel,
>
> I tried the option of adding fallback relay, but I am getting connection refused in postfix logs.
>
> Here is my 'master.cf' setting:
>
> #Adding amavisfeed
> amavisfeed unix - - n - 2 lmtp
> -o lmtp_data_done_timeout=1200
> -o lmtp_send_xforward_command=yes
> -o disable_dns_lookups=yes
> -o max_use=20
> -o smtp_fallback_relay=[127.0.0.1]:10025

smtp_fallback_relay only works for smtp transports, not for
lmtp. You'll need to use smtp to feed amavisd-new if you want
any sort of fall-back.

   -- Noel Jones