On 14 Feb 2006, at 8:55 AM, Matthias Kilian wrote:

Hi,

anyone else running clamav-milter on -stable seeing this in
/var/log/message?  I'm not sure wether it's just my own problem,
some general clamav error or OpenBSD specific.

No, I don't see this.

Feb 14 12:08:44 server sm-mta[8366]: k1E18ghg008366: Milter add: header: X-Virus-Scanned: ClamAV 0.88/1286/Mon Feb 13 22:41:56 2006 on server.macforum.org.au Feb 14 12:22:27 server sm-mta[27587]: k1E1MPse027587: Milter add: header: X-Virus-Scanned: ClamAV 0.88/1286/Mon Feb 13 22:41:56 2006 on server.macforum.org.au

OpenBSD 3.8-stable (GENERIC) #0: Mon Jan  9 21:39:21 EST 2006
    [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD Athlon(tm) 64 Processor 3200+ ("AuthenticAMD" 686-class, 512KB L2 cache) 2.01 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, CFLUSH,MMX,FXSR,SSE,SSE2,SSE3
cpu0: AMD Powernow: FID VID TTP TM STC
real mem  = 1073258496 (1048104K)
avail mem = 972591104 (949796K)
using 4278 buffers containing 53764096 bytes (52504K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(5f) BIOS, date 07/25/05, BIOS32 rev. 0 @ 0xfb620



Feb 14 12:14:53 relayer sm-mta[24770]: k1E1Eox7024770: Milter add: header: X-Virus-Scanned: ClamAV 0.88/1286/Mon Feb 13 22:41:56 2006 on relayer.ljh-campbelltown.com.au Feb 14 12:14:53 relayer sm-mta[24770]: k1E1Eox7024770: Milter add: header: X-Virus-Status: Clean


OpenBSD 3.8-stable (GENERIC) #0: Mon Jan  9 21:39:21 EST 2006
    [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD Athlon(tm) Processor ("AuthenticAMD" 686-class, 256KB L2 cache) 1.31 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,F XSR
real mem  = 268017664 (261736K)
avail mem = 237674496 (232104K)
using 3297 buffers containing 13504512 bytes (13188K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(21) BIOS, date 05/28/01, BIOS32 rev. 0 @ 0xfb3f0
apm0 at bios0: Power Management spec V1.2


/etc/rc.conf.local

clamav_milter="--max-children=2 -loNH -U /var/clamav/quarantine -- pidfile=/var/clamav/clamav-milter.pid local:/var/clamav/clamav- milter.sock"
freshclam="-d -c 2 -l /var/clamav/freshclam.log"


/etc/rc.local

# Start ClamAV
if [ -f /etc/clamd.conf -a -f /etc/freshclam.conf ]; then
        rm -f /var/clamav/*.pid /var/clamav/*.sock > /dev/null
        if [ X"${clamd}" != X"NO" -a -x /usr/local/sbin/clamd ]; then
                echo -n ' clamd'; /usr/local/sbin/clamd ${clamd}
                sleep 1
if [ X"${clamav_milter}" != X"NO" -a -x /usr/local/ sbin/clamav-milter ]; then echo -n ' clamav-milter'; /usr/local/sbin/ clamav-milter ${clamav_milter}
                fi
        fi
if [ X"${freshclam}" != X"NO" -a -x /usr/local/bin/ freshclam ]; then echo -n ' freshclam'; /usr/local/bin/freshclam $ {freshclam}
        fi
fi





Ian McWilliam



Reply via email to