From owner-freebsd-questions@FreeBSD.ORG Mon May 26 18:55:47 2003 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 A1CAF37B401 for ; Mon, 26 May 2003 18:55:47 -0700 (PDT) Received: from mx1.au.itouchnet.net (nat2.au.itouchnet.net [144.135.23.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98AA043F3F for ; Mon, 26 May 2003 18:55:46 -0700 (PDT) (envelope-from ajthomson@optushome.com.au) Received: from nobody by mx1.au.itouchnet.net with scanned_ok (Exim 3.36 #1) id 19KTgl-000B5x-00 for freebsd-questions@freebsd.org; Tue, 27 May 2003 11:55:43 +1000 X-TLS: TLSv1:DES-CBC3-SHA:168 athomson.prv.au.itouchnet.net -> mx1.au.itouchnet.net Received: from athomson.prv.au.itouchnet.net ([192.168.13.55]) by mx1.au.itouchnet.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #1) id 19KTgl-000B5q-00; Tue, 27 May 2003 11:55:43 +1000 Received: from localhost ([127.0.0.1] helo=athomson.prv.au.itouchnet.net) by athomson.prv.au.itouchnet.net with esmtp (Exim 4.20) id 19KTgl-0005I5-5r; Tue, 27 May 2003 11:55:43 +1000 Received: (from ajt@localhost)h4R1tfJV020340; Tue, 27 May 2003 11:55:41 +1000 (EST) X-Authentication-Warning: athomson.prv.au.itouchnet.net: ajt set sender to ajthomson@optushome.com.au using -f Date: Tue, 27 May 2003 11:55:41 +1000 From: Andrew Thomson To: Dan Nelson Message-ID: <20030527015541.GE15113@athomson.prv.au.itouchnet.net> References: <20030527012242.GD15113@athomson.prv.au.itouchnet.net> <20030527013302.GA4442@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030527013302.GA4442@dan.emsphone.com> User-Agent: Mutt/1.4.1i X-Checked: Scanned for any viruses and unauthorized attachments at mx1.au.itouchnet.net X-iScan-ID: 42649-1054000543-21280@mx1.au.itouchnet.net version $Name: REL_2_0_2 $ cc: freebsd-questions@freebsd.org Subject: Re: sendmail static host for domain 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: Tue, 27 May 2003 01:55:47 -0000 Thanks Dan, That was exactly what I was after.. works a treat now! Regards, ajt. On Mon, May 26, 2003 at 08:33:02PM -0500, Dan Nelson wrote: > Put the IP in square brackets; otherwise sendmail will try to do MX > lookups on the domain named "192.168.0.8". You can put []'s around > anything to force sendmail to talk directly with that host instead of > using MXes.