From owner-freebsd-questions@FreeBSD.ORG Tue Apr 20 05:28:46 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 BB62A16A4CE for ; Tue, 20 Apr 2004 05:28:46 -0700 (PDT) Received: from flappie.debank.tv (flappie.debank.tv [212.206.127.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E10843D53 for ; Tue, 20 Apr 2004 05:28:44 -0700 (PDT) (envelope-from rob@debank.tv) Received: from localhost (localhost.debank.tv [127.0.0.1]) by flappie.debank.tv (Postfix) with ESMTP id 742EA528C; Tue, 20 Apr 2004 14:28:42 +0200 (CEST) Received: from flappie.debank.tv ([127.0.0.1]) by localhost (flappie.debank.tv [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25780-01; Tue, 20 Apr 2004 14:28:39 +0200 (CEST) Received: from debank.tv (node-d-09e5.a2000.nl [62.195.9.229]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by flappie.debank.tv (Postfix) with ESMTP id 7F5D95266; Tue, 20 Apr 2004 14:28:38 +0200 (CEST) Message-ID: <40851774.6030709@debank.tv> Date: Tue, 20 Apr 2004 14:28:36 +0200 From: Rob Evers User-Agent: Mozilla Thunderbird 0.5 (X11/20040407) X-Accept-Language: en-us, en MIME-Version: 1.0 To: z3l3zt@hackunite.net References: <1061.213.112.193.118.1082382950.squirrel@mail.hackunite.net> In-Reply-To: <1061.213.112.193.118.1082382950.squirrel@mail.hackunite.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at debank.tv 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2004 12:28:46 -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