From owner-freebsd-questions@FreeBSD.ORG Tue Apr 20 05:47:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B1D16A4CE for ; Tue, 20 Apr 2004 05:47:20 -0700 (PDT) Received: from mxfep02.bredband.com (mxfep02.bredband.com [195.54.107.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F0543D1F for ; Tue, 20 Apr 2004 05:47:19 -0700 (PDT) (envelope-from z3l3zt@hackunite.net) Received: from mail.hackunite.net ([213.112.193.7] [213.112.193.7]) by mxfep02.bredband.com with SMTP <20040420124718.STXI9494.mxfep02.bredband.com@mail.hackunite.net>; Tue, 20 Apr 2004 14:47:18 +0200 Received: from 213.112.193.112 (SquirrelMail authenticated user z3l3zt@hackunite.net) by mail.hackunite.net with HTTP; Tue, 20 Apr 2004 14:47:30 +0200 (CEST) Message-ID: <1800.213.112.193.112.1082465250.squirrel@mail.hackunite.net> In-Reply-To: <40851774.6030709@debank.tv> References: <1061.213.112.193.118.1082382950.squirrel@mail.hackunite.net> <40851774.6030709@debank.tv> Date: Tue, 20 Apr 2004 14:47:30 +0200 (CEST) From: "Jesper Wallin" To: "Rob Evers" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Mailman-Approved-At: Wed, 21 Apr 2004 05:18:00 -0700 cc: freebsd-questions@freebsd.org Subject: Re: Postfix + MySQL + Courier-IMAP + SpamAssassin + ClamAV X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: z3l3zt@hackunite.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2004 12:47:20 -0000 > Jesper Wallin wrote: > >>Hello again dear list.. >> >>I have a working mail system which uses MySQL to authenticate. I have a virtual mail >>system and uses Courier-imapd to access my mails (with squirrelmail). I've been >> spending >>this afternoon to find good docs/guides how to get Postfix to work with SpamAssassin >> and >>ClamAV, all docs I've found are written for local mail directories which uses procmail >>to get the mails (so the mail is being scanned "by" procmail and not Postfix itself) .. >> >>I have no experience at all of getting either SpamAssassin up and running and same goes >>for ClamAV.. my goal is to get the postmaster send a mail like "A message sent from >>foo@bar contained a virus.. bla bla" and to get SpamAssassin remove spam with the >> number >>of false alarms as small as possible.. (yeah, it might be a dream, but that's how I >> want >>it.).. I would be very happy of someone had any nice guide/howto/documentation on how >> to >>make this work with Postfix using the MySQL authentication system as well as the >> virtual >>maildirs.. >> >> >>Regards, >>Jesper Wallin >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> >> >> > Have a look at amavisd-new, it's an excellent 'glue' between mail-server > and scanning programs (like spamassassin and clamav). > Lot's of documents can be found on how to install this combo. > > Rob Evers > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Hello again.. Yeah, I got it all working now with both SpamAssasin and ClamAV.. Finally I've got rid of half my spam and all the viruses.. ;) All thanks to this guide/howto: http://mail.x-si.org/articles/av.html Thanks! Regards, Jesper Wallin