[Pkg-exim4-users] Easiest way to install antivirus and antispam on Exim 4.5 and debian

Jose de Jesus Gutierrez Ramirez jgtez@previtep.com.mx
Fri, 10 Jun 2005 16:28:11 -0500


Hi Andreas,

Thanks, I've installed clamav and exim4-daemon-heavy packages, but I have a
question, clamd must be running as a daemon? I don't see the file
/var/run/clamav/clamd.ctl, or it doesn't matter and exim start the process
each time he needs it?

TIA

Jesus Gutierrez

-----Mensaje original-----
De: pkg-exim4-users-admin@lists.alioth.debian.org
[mailto:pkg-exim4-users-admin@lists.alioth.debian.org]En nombre de
Andreas Barth
Enviado el: Viernes, 10 de Junio de 2005 01:45 p.m.
Para: Jose de Jesus Gutierrez Ramirez
CC: pkg-exim4-users@lists.alioth.debian.org
Asunto: Re: [Pkg-exim4-users] Easiest way to install antivirus and
antispam on Exim 4.5 and debian


* Jose de Jesus Gutierrez Ramirez (jgtez@previtep.com.mx) [050610 20:20]:
> I've just installed Exim 4.5 on debian, I'd like to know what it's the
> easiest way to install antivirus and antispam, and which packages are the
> most used.

exim4-daemon-heavy includes the exiscan extensions for filtering.

I use something like
   deny message   = This message contains malformed MIME ($demime_reason)
        demime    = *
        condition = ${if >{$demime_errorlevel}{2}{1}{0}}

   deny message   = This message contains an attachment of a type we don't
accept (.$found_extension)
        demime    = bat:com:pif:prf:scr:vbs

.ifdef MALWARE_SCANNING
   deny message   = This message contains a virus or other harmful content
($malware_name)
        demime    = *
        malware   = *
.endif

in my acl_check_data (together with an installed clamav and
av_scanner = clamd:/var/run/clamav/clamd.ctl
MALWARE_SCANNING =
in the main sections, and it works well. Spamassassin can be integrated
similar.


Cheers,
Andi

_______________________________________________
Pkg-exim4-users mailing list
Pkg-exim4-users@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users