Not sure if my first post got through, so here's a resend...
Here's my info so far:

clamav.conf has this (commented lines omitted):

LogFile /var/log/clamd.log
LogTime
LogVerbose
LocalSocket /var/run/clamd.sock
StreamSaveToDisk
MaxDirectoryRecursion 15
ScanMail
ScanArchive
ArchiveMaxFileSize 10M
ArchiveMaxRecursion 5
ArchiveMaxFiles 1000
ClamukoScanOnOpen
ClamukoScanOnClose
ClamukoScanOnExec
ClamukoIncludePath /home
ClamukoMaxFileSize 1M
ClamukoScanArchive

I guess I could comment out the Clamuko lines since it's not installed,
but other than that everything looks okay to me.

The clamd.log has this so I know it's running:

Thu Sep  4 12:03:50 2003 -> +++ Started at Thu Sep  4 12:03:50 2003 
Thu Sep  4 12:03:50 2003 -> Log file size limited to 1048576 bytes. 
Thu Sep  4 12:03:50 2003 -> Verbose logging activated. 
Thu Sep  4 12:03:50 2003 -> Reading databases from /usr/share/clamav 
Thu Sep  4 12:03:50 2003 -> Protecting against 9489 viruses. 
Thu Sep  4 12:03:50 2003 -> Unix socket file /var/run/clamd.sock 
Thu Sep  4 12:03:50 2003 -> Setting connection queue length to 15 
Thu Sep  4 12:03:50 2003 -> Listening daemon: PID: 3060 
Thu Sep  4 12:03:50 2003 -> Maximal number of threads: 5 
Thu Sep  4 12:03:50 2003 -> Archive: Archived file size limit set to
10485760 bytes. 
Thu Sep  4 12:03:50 2003 -> Archive: Recursion level limit set to 5. 
Thu Sep  4 12:03:50 2003 -> Archive: Files limit set to 1000. 
Thu Sep  4 12:03:50 2003 -> Archive support enabled. 
Thu Sep  4 12:03:50 2003 -> Mail files support enabled. 
Thu Sep  4 12:03:50 2003 -> ThreadWatcher: Started in process 3062 
Thu Sep  4 12:03:50 2003 -> Self checking every 3600 seconds. 
Thu Sep  4 12:03:50 2003 -> Timeout set to 180 seconds. 
Thu Sep  4 12:03:50 2003 -> SelfCheck: Database status OK. 
Thu Sep  4 12:03:50 2003 -> SelfCheck: Integrity OK

sendmail.mc has this (dnl comment lines omitted):

divert(-1)
include(`/usr/share/sendmail-cf/m4/cf.m4')
VERSIONID(`linux setup for Red Hat Linux')dnl
OSTYPE(`linux')
define(`confDEF_USER_ID',``8:12'')dnl
undefine(`UUCP_RELAY')dnl
undefine(`BITNET_RELAY')dnl
define(`confAUTO_REBUILD')dnl
define(`confTO_CONNECT', `1m')dnl define(`confTRY_NULL_MX_LIST',true)dnl
define(`confDONT_PROBE_INTERFACES',true)dnl
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
define(`ALIAS_FILE', `/etc/aliases')dnl define(`UUCP_MAILER_MAX',
`2000000')dnl define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
define(`confPRIVACY_FLAGS',
`authwarnings,novrfy,noexpn,restrictqrun')dnl
define(`confAUTH_OPTIONS', `A')dnl FEATURE(`no_default_msa',`dnl')dnl
FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(`mailertable',`hash -o /etc/mail/mailertable.db')dnl
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable.db')dnl
FEATURE(redirect)dnl FEATURE(always_add_domain)dnl
FEATURE(use_cw_file)dnl FEATURE(use_ct_file)dnl
FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl
FEATURE(`access_db',`hash -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl
EXPOSED_USER(`root')dnl
MAILER(smtp)dnl
MAILER(procmail)dnl
Cwlocalhost.localdomain
FEATURE(`dnsbl', `relays.ordb.org', `"550 Email rejected due to sending
server misconfiguration - see
http://www.ordb.org/faq/\#why_rejected";')dnl
INPUT_MAIL_FILTER('clmilter','S=local:/var/run/clmilter.sock, F=,
T=S:4m;R:4m')dnl define('confINPUT_MAIL_FILTERS', 'clmilter')dnl

A "ps aux" command shows these processes running:

root      3055  0.0  0.0  9664  480 pts/3    S    12:03   0:00
/usr/sbin/clamav-milter -blo /var/run/clmilter.sock
root      3056  0.0  0.0  9664  480 pts/3    S    12:03   0:00
/usr/sbin/clamav-milter -blo /var/run/clmilter.sock
root      3057  0.0  0.0  9664  480 pts/3    S    12:03   0:00
/usr/sbin/clamav-milter -blo /var/run/clmilter.sock
root      3060  0.0  1.3 10232 7020 ?        S    12:03   0:00
/usr/sbin/clamd
root      3061  0.0  1.3 10232 7020 ?        S    12:03   0:00
/usr/sbin/clamd
root      3062  0.0  1.3 10232 7020 ?        S    12:03   0:00
/usr/sbin/clamd
root      3093  0.0  0.3  4616 1828 ?        S    12:04   0:00 sendmail:
accepting connections

As for logs when mail comes in, the mail log shows an incoming mail was
delivered, and I can see new mail, but no headers are added or modified,
and clamd.log shows no changes either. Does any of this help? Thanks
everyone for your help and suggestions to even get this far for a newbie
like me *pained grin*

-----Original Message-----
From: Ludek Finstrle [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 04, 2003 6:48 AM
To: [EMAIL PROTECTED]
Subject: Re: [Clamav-users] Problems making ClamAV with Milter


> allowed me to make and install the package, and follow the rest of the
> instructions in the clamav documentation to make some changes to the 
> sendmail.cf, I've restarted sendmail and sent some test attachments 
> (using the /clamav-0.60/test/test1 file) and it doesn't seem to do 
> anything to the email, am I missing a step? A scan of /var/mail using

What about logs? Add LogVerbose to clamav.conf and watch a log when you
send a mail.

You have to post here your clamav.conf and changes in sendmail.cf. We
can't help you without it.

Luf


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to