From owner-freebsd-questions@FreeBSD.ORG Mon May 26 18:22: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 B1AC337B401 for ; Mon, 26 May 2003 18:22: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 2CA0343F93 for ; Mon, 26 May 2003 18:22: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 19KTAq-000ANn-00 for freebsd-questions@freebsd.org; Tue, 27 May 2003 11:22:44 +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 19KTAp-000ANg-00 for freebsd-questions@freebsd.org; Tue, 27 May 2003 11:22: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 19KTAp-0005BQ-8Q for freebsd-questions@freebsd.org; Tue, 27 May 2003 11:22:43 +1000 Received: (from ajt@localhost)h4R1MgbL019927 for freebsd-questions@freebsd.org; Tue, 27 May 2003 11:22:42 +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:22:42 +1000 From: Andrew Thomson To: freebsd-questions@freebsd.org Message-ID: <20030527012242.GD15113@athomson.prv.au.itouchnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Checked: Scanned for any viruses and unauthorized attachments at mx1.au.itouchnet.net X-iScan-ID: 39911-1053998563-86237@mx1.au.itouchnet.net version $Name: REL_2_0_2 $ Subject: 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:22:48 -0000 I'm not totally down with sendmail as I use exim most of the time. However I can't be bothered changing it for this particular host. I'm trying to route all email to a domain to another mail server on my local network. I've setup the following: cat /etc/mail/mailertable domain smtp:192.168.0.8 What I was hoping for was that any mail to domain would be sent via the host mentioned. When I then send mail, I can see that it picks up my entry, however it has issues.. May 27 11:20:51 host sm-mta[90308]: h4R1Koe0090306: to=, ctladdr= (80/80), delay=00:00:01, xdelay=00:00:00, mailer=smtp, pri=30364, relay=192.168.0.8, dsn=5.1.2, stat=Host unknown (Name server: 192.168.0.8: host not found) I don't care, I just want it to deliver to this smtp host! Any tips? cheers, ajt.