From owner-freebsd-questions@FreeBSD.ORG Tue May 22 14:29:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0A6016A400 for ; Tue, 22 May 2007 14:29:55 +0000 (UTC) (envelope-from betts@norden1.com) Received: from locutus.norden1.com (adsl-76-215-134-128.dsl.toldoh.sbcglobal.net [76.215.134.128]) by mx1.freebsd.org (Postfix) with ESMTP id 96E2613C4D1 for ; Tue, 22 May 2007 14:29:55 +0000 (UTC) (envelope-from betts@norden1.com) Received: from localhost (localhost.norden1.com [127.0.0.1]) by locutus.norden1.com (Postfix) with ESMTP id 7FCCA1700DA for ; Tue, 22 May 2007 10:29:51 -0400 (EDT) X-Virus-Scanned: amavisd-new at norden1.com Received: from locutus.norden1.com ([127.0.0.1]) by localhost (locutus.norden1.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DZEbPc7AxheJ for ; Tue, 22 May 2007 10:29:36 -0400 (EDT) Received: from webmail.norden1.com (localhost.norden1.com [127.0.0.1]) by locutus.norden1.com (Postfix) with ESMTP id 01FE71700B7 for ; Tue, 22 May 2007 10:29:35 -0400 (EDT) Received: from pool-71-244-236-14.chi01.dsl-w.verizon.net ([71.244.236.14]) (SquirrelMail authenticated user betts) by webmail.norden1.com with HTTP; Tue, 22 May 2007 10:29:36 -0400 (EDT) Message-ID: <50393.71.244.236.14.1179844176.squirrel@webmail.norden1.com> Date: Tue, 22 May 2007 10:29:36 -0400 (EDT) From: betts@norden1.com To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: Spamassassin not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 14:29:56 -0000 What MTA are you using? Postfix What method are you using to forward messages between the MTA and amavisd-new? This is part of the main.cf smtp-amavis unix - - y - 2 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes -o max_use=20 127.0.0.1:10025 inet n - n - - smtpd -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_delay_reject=no -o smtpd_client_restrictions=permit_mynetworks,reject -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o smtpd_data_restrictions=reject_unauth_pipelining -o smtpd_end_of_data_restrictions= -o mynetworks=127.0.0.0/8 -o smtpd_error_sleep_time=0 -o smtpd_soft_error_limit=1001 -o smtpd_hard_error_limit=1000 -o smtpd_client_connection_count_limit=0 -o smtpd_client_connection_rate_limit=0 Have you copied the appropriate plug-in .cf files for SA into `/usr/local/etc/mail/spamassassin`? Are the plugins being loaded in `/usr/local/etc/mail/spamassassin/init.pre`? I don't see any plugins in that directory. Where would I find those plugins or do I need to reinstall spamassassin with amavis-new? Thanks