From owner-freebsd-questions@FreeBSD.ORG Thu Apr 14 00:24:41 2005 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 12E7A16A4CE for ; Thu, 14 Apr 2005 00:24:41 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9809D43D45 for ; Thu, 14 Apr 2005 00:24:40 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: by wproxy.gmail.com with SMTP id 49so435227wri for ; Wed, 13 Apr 2005 17:24:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=UE9w6WIN5uvw8bu5/CqKvfD1/K/ygoFh5zTckaoceJOaiWSSxYnOltYaI3Mo/OuOdl8ei13uTJVo2obJZp8BNLhjS7HAelx7Ma9DPSxINnGhSxZ71MnAwpIQYP8xSAJlJl5IGqNKDf98AU6eJVq9JfJnqWuhkmrD45QBPRKjDZs= Received: by 10.54.20.21 with SMTP id 21mr11822wrt; Wed, 13 Apr 2005 17:24:40 -0700 (PDT) Received: from ?192.168.5.63? ([216.202.42.5]) by mx.gmail.com with ESMTP id 40sm577641wrl.2005.04.13.17.24.39; Wed, 13 Apr 2005 17:24:40 -0700 (PDT) Message-ID: <425DB72F.9010608@gmail.com> Date: Wed, 13 Apr 2005 17:19:59 -0700 From: Kurt Buff User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Routing question? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kurt.buff@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2005 00:24:41 -0000 Looks like I sent the first copy from an old address. Sorry if this dupes... All, I have a FreeBSD 5.3 box running postfix/amavisd-new/spamassassin/clamav. Currently, we have two entrances to our network, one is the Watchguard FBIII for our T1, the other is a PC running Win2k and Winproxy, serving our DSL line. The PC is starting to flake out, and I'd like to replace it with a Wachguard SOHO that we have laying around. The default gateway for the FreeBSD box is pointed at the WG FBIII, as that's the way most of our email comes through. What the PC with Winproxy does is accept inbound email connections to our secondary MX, and presents them to the FreeBSD box. I'm assuming that the Winproxy program was doing something funky to make all of this happen, but I'm really set on replacing it. This has been working for a year or two, but lately the Winproxy program on the PC is falling over several times a day. It's not a hardware error - all other programs on the machine work just fine, but Winproxy is dieing. When I hook up the SOHO, I can't get emails through the DSL line. Does anyone out there know what I can do to set up the FreeBSD box so that email coming through on the DSL line can be handled? One other detail that might affect the answers given - there are two IP addresses on the NIC in the FreeBSD box. One of those addresses handles the inbound emails (applying all of the savvy of amavis/spamassassin/clamav) and the other handles outbound mail, and no mail scanning happens to mail through that IP address. Thoughts? Sneers? Kurt