Go to file
ensc 0b8f60eedb updated 2009-04-15 14:14:27 +00:00
.cvsignore Upgrade to 0.95.1 (#495039) 2009-04-10 20:17:31 +00:00
ChangeLog-rpm.old updated 2009-03-08 11:38:36 +00:00
Makefile removed CVS tags 2008-06-21 14:55:11 +00:00
README.fedora updated 2009-03-08 14:49:39 +00:00
clamav-0.92-open.patch 0.92 on all active branches 2007-12-21 18:06:29 +00:00
clamav-0.92-private.patch merged with F-8 2008-01-01 13:19:16 +00:00
clamav-0.95-cliopts.patch updated 2009-03-08 11:38:36 +00:00
clamav-0.95rc1-umask.patch updated 2009-03-08 13:24:07 +00:00
clamav-milter.sysv updated 2009-03-08 13:24:07 +00:00
clamav-milter.upstart updated 2009-03-08 14:49:39 +00:00
clamav-notify-servers merged with F-8 2008-01-01 13:19:16 +00:00
clamav-update.cron trimmed down MAILTO list of cronjob to 'root' again; every well configured 2008-04-14 18:35:02 +00:00
clamav-update.logrotate auto-import changelog data from clamav-0.71-0.fdr.2.rh80.src.rpm 2004-11-08 04:10:52 +00:00
clamav.spec updated 2009-04-15 14:14:27 +00:00
clamd-README typo 2005-06-21 07:26:54 +00:00
clamd-gen merged with F-8 2008-01-01 13:19:16 +00:00
clamd-wrapper updated 2009-03-08 13:24:07 +00:00
clamd.SERVICE.init - build the package with '--disable-zlib-vcheck' because RH is unable to 2005-02-03 08:40:44 +00:00
clamd.logrotate auto-import changelog data from clamav-0.71-0.fdr.2.rh80.src.rpm 2004-11-08 04:10:52 +00:00
clamd.scan.upstart updated 2009-03-08 13:24:07 +00:00
clamd.sysconfig auto-import changelog data from clamav-0.71-0.fdr.2.rh80.src.rpm 2004-11-08 04:10:52 +00:00
freshclam-sleep merged with F-8 2008-01-01 13:19:16 +00:00
freshclam.sysconfig fixed typo 2005-09-17 08:59:16 +00:00
lastver updated 2009-03-25 22:03:44 +00:00
sources Upgrade to 0.95.1 (#495039) 2009-04-10 20:17:31 +00:00
verinfo updated 2009-02-25 08:58:23 +00:00

README.fedora

A clamav-milter setup consists of the following three components:

* the clamav-milter itself

  --> this is provided by the 'clamav-milter' package plus (alternatively)
      'clamav-milter-upstart' or 'clamav-milter-sysvinit'

  The main configuration is in /etc/mail/clamav-milter.conf and MUST
  be changed before first use.

  The -sysvinit package is managed by the traditional tools, but
  -upstart requires modification of /etc/event.d/clamav-milter to
  enable automatic startup.  See comments there for more details.

* a clamav scanner daemon

  --> this package is called 'clamav-scanner' plus (alternatively)
      'clamav-scanner-upstart' or 'clamav-scanner-sysvinit'

  The daemon is configured by /etc/clamd.d/scan.conf (which MUST be
  edited before first use).

  The -sysvinit package is managed by the traditional tools, but
  -upstart requires modification of /etc/event.d/clamd.scan to enable
  automatic startup.  See comments there for more details.

* the MTA (sendmail/postfix)

  --> you should know how to install this...

  When communicating across unix sockets with the clamav-milter, it is
  suggested to use the /var/run/clamav-milter/clamav.sock path.  You
  have to add something like

    INPUT_MAIL_FILTER(`clamav', `S=local:/var/run/clamav-milter/clamav.sock, F=, T=S:4m;R:4m')dnl

  to your sendmail.mc.



It is suggested that components communicate through TCP sockets as
this eases setup.  Please add corresponding packet filter rules!