Re: [exim] restarting spamd makes spam slip through?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: exim-users
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] restarting spamd makes spam slip through?
John Horne schrieb:
> On Wed, 2006-08-09 at 15:17 +0200, "Cédric MARCOUX (sprimont)" wrote:
>> use the defer_ok clause to set exim to don't care about health of
>> spamassassin and clamd
>>
> We already use 'defer_ok'. It doesn't seem to help in this case.


That is exactly your problem. 'defer_ok' tells exim that it is ok, if
spamd doesn't react in time, e.g. because it is down.

If you don't want exim to deliver mail if spamd is down, get rid of the
'defer_ok' qualifier. Exim then tells the offering mta to resend the
message at a later point in time.

The same holds true for virus scanner usage, of course. You don't want
any 'defer_ok' qualifier there neither.

HTH,
Patrick Eisenacher