From owner-freebsd-isp@FreeBSD.ORG Tue Oct 25 09:32:52 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EF4316A420 for ; Tue, 25 Oct 2005 09:32:52 +0000 (GMT) (envelope-from ernie@puremail.eis.net.au) Received: from puremail.eis.net.au (puremail.eis.net.au [203.12.171.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F25843D48 for ; Tue, 25 Oct 2005 09:32:51 +0000 (GMT) (envelope-from ernie@puremail.eis.net.au) Received: from puremail.eis.net.au (localhost.eis.net.au [127.0.0.1]) by puremail.eis.net.au (8.13.4/8.13.4) with ESMTP id j9P9Wl70000717 for ; Tue, 25 Oct 2005 19:32:47 +1000 (EST) (envelope-from ernie@puremail.eis.net.au) Received: (from ernie@localhost) by puremail.eis.net.au (8.13.4/8.13.4/Submit) id j9P9Wlwt000716 for freebsd-isp@freebsd.org; Tue, 25 Oct 2005 19:32:47 +1000 (EST) (envelope-from ernie) From: User Ernie Message-Id: <200510250932.j9P9Wlwt000716@puremail.eis.net.au> To: freebsd-isp@freebsd.org Date: Tue, 25 Oct 2005 19:32:47 +1000 (EST) X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Subject: DSPAM and Sendmail X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 09:32:52 -0000 I am trying to get the DSPAM 3.6.0 port running as an SMTP relay gateway receiving/filtering mail for several hosting servers. I am using FreeBSD 5.4-STABLE and sendmail. On the DSPAM website it only gives examples for either DSPAM as Mlocal delivery, or using Postfix as a relay. I am not familiar with the FreeBSD dual sendmail instance setup, so I can't get my head around how to configure Sendmail to listen to port 25 and do it's usual RBL checks I have set up, then pass mail to DSPAM, then finaly have DSPAM pass it back to sendmail to forward it to the correct mail hosting server. Has anyone done this, or can anyone suggest what to try? I had a look at the perl dspampd script but with no instructions I was stuck there as well. I also posted the question to the DSPAM mail list last week and got no replies. - Ernie.