+++ Vijay Kumar [linux-india] <20/09/01 16:33 +0530>:
> I am running a linux box which runs Postfix for the mails. 
> How can I implement virus scanning on incoming and outgoing mails ?? 
> The postfix site gives  us information about Amavis and AVPCheck. 
> Apart from this can anybody give me more options for the above please ?? 

Use amavis - and use any other antivirus software you need (nai uvscan,
kaspersky avp etc) along with amavis.  It is quite straightforward - though
compiling the two will be royally painful on linux.

On freebsd - 

# cd /usr/ports/security/vscan
make install clean

# cd /usr/ports/security/uvscan-dat
make install clean

[the two above for nai uvscan]

# cd /usr/ports/security/amavis-perl
# make install clean

        -suresh

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to