From owner-freebsd-security Fri Oct 5 12:14: 9 2001 Delivered-To: freebsd-security@freebsd.org Received: from mail.wlcg.com (mail.wlcg.com [198.92.199.5]) by hub.freebsd.org (Postfix) with ESMTP id EA52D37B401 for ; Fri, 5 Oct 2001 12:14:04 -0700 (PDT) Received: from localhost (rsimmons@localhost) by mail.wlcg.com (8.11.6/8.11.6) with ESMTP id f95JDSc98111; Fri, 5 Oct 2001 15:13:29 -0400 (EDT) (envelope-from rsimmons@wlcg.com) Date: Fri, 5 Oct 2001 15:13:25 -0400 (EDT) From: Rob Simmons To: Ng Pheng Siong Cc: Subject: Re: Amavis + Linux scanners In-Reply-To: <20011006004613.B1992@madcap.dyndns.org> Message-ID: <20011005150751.F96869-100000@mail.wlcg.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 We are running Amavis with Sophos and Sendmail. Sophos is natively compiled. If you want to run it on 4.x you will need the Compat 3x libs. Other than that, it works great. Also, you can cron the following script to update your virus identities automatically: #!/bin/sh idesite="http://www.sophos.com/downloads/ide/" idedir="/usr/local/sav" fetch="/usr/bin/fetch" ${fetch} -q -o - "${idesite}list.txt" | cut -c 37- | while read d ; do ${fetch} -m -q -o ${idedir} "${idesite}${d}" done Of all the antivirus companies, Sophos seems to be the most aware of FreeBSD. Robert Simmons Systems Administrator http://www.wlcg.com/ On Sat, 6 Oct 2001, Ng Pheng Siong wrote: > Hi, > > I'm looking at running Amavis with Postfix. The Amavis site pointed to > several scanner products which predictably offer Linux but not FreeBSD > versions. > > Has anyone run Amavis on FreeBSD with Linux scanners? Any caveats, gotchas, > better option? > > TIA. Cheers. > -- > Ng Pheng Siong * http://www.post1.com/home/ngps > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-security" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7vgZYv8Bofna59hYRAxGlAKCuDhZFthSanqbvzYhnTF6Hbi0pdgCcDXcj +9c/3WhViraSVZLTAhOhlB8= =gJvM -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message