[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: milter_read(spamassassin): timeout
From: |
Dan Nelson |
Subject: |
Re: milter_read(spamassassin): timeout |
Date: |
Wed, 18 Jun 2003 23:17:13 -0500 |
User-agent: |
Mutt/1.5.4i |
In the last episode (Jun 16), Frederic Bongat said:
> I use spamass-milter on Redhat 7.3 with sendmail (package
> sendmail-8.11.6-25.73), I have this problem :
>
> Jun 15 04:52:41 mailhost sendmail[16503]: h5F2mfb16503:
> milter_read(spamassassin): timeout
This likely means that the milter has died. If you can get a coredump,
a gdb stack trace would be useful. Also upgrading to a newer sendmail
(8.12.9 is the latest) couldn't hurt.
> and after my incoming mails are bloqued. My sendmail configuration
> works with :
>
> INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/local/spamass-sock,
> F=,T=C:15m;S:4m;R:4m;E:10m')dnl
Hm. With the above filter rule, if the milter if down, mail should get
passed through automatically. The F flag says what to do if the milter
cannot be reached. F= means let it through. F=R means reject, F=T
means return tempfail.
--
Dan Nelson
address@hidden