Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2002 10:32:11 -0700
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>
To:        "Dan Langille" <dan@langille.org>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: why does this sendmail connection take so long?
Message-ID:  <15726.23195.612802.320858@horsey.gshapiro.net>
In-Reply-To: <3D6DDDDF.7293.8DA46F18@localhost>
References:  <3D6D600A.589DDDCF@mindspring.com> <3D6DDDDF.7293.8DA46F18@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
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> <insert 75s delay here>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15726.23195.612802.320858>