From owner-freebsd-questions@FreeBSD.ORG Wed Feb 25 14:03:43 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 22C2B16A4CE for ; Wed, 25 Feb 2004 14:03:43 -0800 (PST) Received: from out001.verizon.net (out001pub.verizon.net [206.46.170.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id C943043D31 for ; Wed, 25 Feb 2004 14:03:42 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([68.161.120.219]) by out001.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040225220342.OAQF25581.out001.verizon.net@mac.com>; Wed, 25 Feb 2004 16:03:42 -0600 Message-ID: <403D1BBA.9060802@mac.com> Date: Wed, 25 Feb 2004 17:03:38 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Marco Greene (Home)" References: <000801c3fbea$32c49950$f6c8a8c0@pepstep> In-Reply-To: <000801c3fbea$32c49950$f6c8a8c0@pepstep> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out001.verizon.net from [68.161.120.219] at Wed, 25 Feb 2004 16:03:41 -0600 cc: "'List, FreeBSD Questions'" Subject: Re: Sendmail in a DMZ 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: Wed, 25 Feb 2004 22:03:43 -0000 Marco Greene (Home) wrote: > This is probably a stupid question...but I have a FreeBSD 4.9 server, which > does not have access to a DNS server. However, I need to send mail from it. > I have a relay host setup in the same subnet which I have tested works with > telnet mailhost 25...and then giving it the sendmail commands.... This borders on the edge of "don't try to make this configuration work"-- sendmail really, really wants to be able to perform DNS lookups. You might be able to use the FEATURE(nocanonify) to get what you want, although you will have to modify both the normal and the submit .mc files. -- -Chuck