From owner-freebsd-questions@FreeBSD.ORG Mon Aug 23 14:39:10 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 9A21616A4CE for ; Mon, 23 Aug 2004 14:39:10 +0000 (GMT) Received: from out010.verizon.net (out010pub.verizon.net [206.46.170.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31AC243D1F for ; Mon, 23 Aug 2004 14:39:10 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.160.193.218]) by out010.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040823143909.GFJP14383.out010.verizon.net@[192.168.1.3]>; Mon, 23 Aug 2004 09:39:09 -0500 Message-ID: <412A017F.5020201@mac.com> Date: Mon, 23 Aug 2004 10:38:55 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Kraft References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out010.verizon.net from [68.160.193.218] at Mon, 23 Aug 2004 09:39:08 -0500 cc: freebsd-questions@freebsd.org Subject: Re: sendmail from 4.10-STABLE firewall 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: Mon, 23 Aug 2004 14:39:10 -0000 Joe Kraft wrote: > I'm using a 4.10-STABLE based firewall, which is happily chugging along. > It's sending it's daily messages to a local account via sendmail, which > I check by logging in using an ssh connection. [ ... ] > 3) Is there a way to convince sendmail to send to something like > foo@10.0.0.55? I could just put that in my existing aliases file and > not have to install anything more. The key part of your request is answered by using IP addrs in square brackets, which will not require DNS MX or A lookups. So, add something like: foo@[10.0.0.55] ...to the ~/.forward file of root or wherever the mail is going to now. Yes, you could put this in the aliases, or even use a mailertable to redirect all local mail to the other system. -- -Chuck