From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 00:14:47 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 7566F16A4CE for ; Wed, 16 Mar 2005 00:14:47 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31D5543D2D for ; Wed, 16 Mar 2005 00:14:47 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id j2G0Eki1007032; Tue, 15 Mar 2005 16:14:46 -0800 (PST) Received: from [10.1.1.245] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)j2G0EhQa014717; Tue, 15 Mar 2005 16:14:46 -0800 (PST) In-Reply-To: <20050316000330.GA84087@thought.org> References: <20050316000330.GA84087@thought.org> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Tue, 15 Mar 2005 19:14:43 -0500 To: Gary Kline X-Mailer: Apple Mail (2.619.2) cc: FreeBSD Mailing List Subject: Re: "Connection refused" 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, 16 Mar 2005 00:14:47 -0000 On Mar 15, 2005, at 7:03 PM, Gary Kline wrote: > I must have bumped into this before, but it still stumps me. > What would my sendmail on sage/ns1.thought.org get a > "Connection refused" from my major server, tao.thought.org? > Mail is queued in ns1. DNS for that address is broken, so sendmail on the other machine is unable to get a valid a record to make a connection, so you get "connection refused": 5-pi% dig tao.thought.org. ; <<>> DiG 9.3.0 <<>> tao.thought.org. ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21895 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;tao.thought.org. IN A ;; AUTHORITY SECTION: thought.org. 600 IN SOA ns1.thought.org. hostmaster.thought.org. 2005021201 3600 300 2419200 3600 -- -Chuck