From owner-freebsd-hackers Thu Aug 29 10:32:21 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A814237B400 for ; Thu, 29 Aug 2002 10:32:19 -0700 (PDT) Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BB0943E6E for ; Thu, 29 Aug 2002 10:32:16 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.6.Beta0/8.12.6.Beta1) with ESMTP id g7THWC6X096969 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 29 Aug 2002 10:32:12 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.6.Beta0/8.12.6.Beta1/Submit) id g7THWBPF096966; Thu, 29 Aug 2002 10:32:11 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15726.23195.612802.320858@horsey.gshapiro.net> Date: Thu, 29 Aug 2002 10:32:11 -0700 From: Gregory Neil Shapiro To: "Dan Langille" Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: why does this sendmail connection take so long? In-Reply-To: <3D6DDDDF.7293.8DA46F18@localhost> References: <3D6D600A.589DDDCF@mindspring.com> <3D6DDDDF.7293.8DA46F18@localhost> X-Mailer: VM 7.03 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dan> [dan@xeon:~] $ echo 'hi there' | mail -v dan@m20.example.org dan> dan@m20.example.org... Connecting to localhost.example.org. via dan> relay... dan> dan> 220 xeon.example.org ESMTP Sendmail 8.12.5/8.12.5; Thu, 29 Aug 2002 dan> 08:32:14 -0400 (EDT) That's either IDENT or DNS. 1. Does the same delay happen if you do this: telnet localhost.example.org 25 2. Does the delay happen on every message? If the answers to question 1 is no and question 2 is yes, try: echo 'hi there' | /usr/sbin/sendmail -v -d8.8 dan@m20.example.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message