Re: [Clamav-users] milter errors

2004-08-22 Thread Nigel Horne
Scott Grayban wrote: I did see this in the syslog also... Aug 21 16:26:16 webcp clamav-milter[14068]: clamfi_header: Received: (from [EMAIL PROTECTED]) ^Iby removed (8.12.11/8.12.11/Submit) id i7LM4E5M032621; ^ISat, 21 Aug 2004 15:04:14 -0700 Aug 21 16:26:16 webcp clamav-milter[14068]:

Re: [Clamav-users] milter errors

2004-08-22 Thread Nigel Horne
Scott Grayban wrote: Hi, I installed clamav but I am getting errors with it. Milter: data, reject=451 4.7.1 Please try again later Any ideas? TIA Version of operating system? output of clamav-milter --version? what runtime arguments are you giving to clamav-milter? What did you put into

[Clamav-users] Unusual Problem

2004-08-22 Thread Doug Hardie
I have two mail servers. One is used by users sending mail, the other receives mail. When a user sends me mail it goes through both servers. Both are running sendmail with clamav-milter and clamav. Normally I see the following header elements in such mail: X-Virus-Scanned: clamd / ClamAV

Re: [Clamav-users] milter errors

2004-08-22 Thread Scott Grayban
--- Nigel Horne [EMAIL PROTECTED] wrote: Version of operating system? Mandrake 10 output of clamav-milter --version? ClamAV version 0.75.1, clamav-milter version 0.75c what runtime arguments are you giving to -lo clamav-milter? what about it? What did you put into sendmail.mc?

Re: [Clamav-users] milter errors

2004-08-22 Thread Joe Maimon
snip INPUT_MAIL_FILTER(`clamav-milter', `S=local:/clamav/clmilter.sock,F=, T=S:4m;R:4m')dnl define(`confINPUT_MAIL_FILTERS', `clamav-milter')dnl You need to pass the proper socket path to the milter as its startup arguments snip LocalSocket /clamav/clmilter.sock Sendmail need one socket

Re: [Clamav-users] milter errors

2004-08-22 Thread Scott Grayban
--- Joe Maimon [EMAIL PROTECTED] wrote: snip INPUT_MAIL_FILTER(`clamav-milter', `S=local:/clamav/clmilter.sock,F=, T=S:4m;R:4m')dnl define(`confINPUT_MAIL_FILTERS', `clamav-milter')dnl You need to pass the proper socket path to the milter as its startup arguments snip

Re: [Clamav-users] milter errors

2004-08-22 Thread Scott Grayban
--- Joe Maimon [EMAIL PROTECTED] wrote: snip INPUT_MAIL_FILTER(`clamav-milter', `S=local:/clamav/clmilter.sock,F=, T=S:4m;R:4m')dnl define(`confINPUT_MAIL_FILTERS', `clamav-milter')dnl You need to pass the proper socket path to the milter as its startup arguments snip