Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Apr 2010 18:50:21 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        David Allen <the.real.david.allen@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Sendmail Five Second Greeting Delay
Message-ID:  <4BB62E5D.5030400@infracaninophile.co.uk>
In-Reply-To: <p2y2daa8b4e1004020533u16d3c5a5hc48eb7ec4ceea7b8@mail.gmail.com>
References:  <201004011751.27767.npapke@acm.org>	 <4BB58AC2.50009@infracaninophile.co.uk> <p2y2daa8b4e1004020533u16d3c5a5hc48eb7ec4ceea7b8@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 02/04/2010 13:33:09, David Allen wrote:
> Secondly, it seems the cause of the OP's problem was a delay associated
> with an IDENT query.  Specificially
> 
>   confTO_IDENT     Timeout.ident   [5s] The timeout waiting for a
>        response to an IDENT query.
> 
> If he had local DNS configured, there would be no query, and therefore no
> issue, but setting the timeout to 0 seconds using

Ident queries like this will cause a delay if the other side doesn't
respond respond to the ident query.  That's typical behaviour for most
machines that run firewalls nowadays.  Given that ident is broken as
designed (see rant in other post) turning it off is a good idea in my book.

Note that the 5s delay produced by ident-flail doesn't prevent ultimate
delivery of the message.  FEATURE('greet_pause', ...) does when the
other side is rude enough not to play by the rules.

As far as I know, the ident protocol doesn't depend on the availability
of DNS -- mind you, SMTP really really does depend on working DNS, so it
would be pretty broken anyhow.

>   define(`confTO_IDENT', 0s)
> 
> does remove the delay, but not the underlying problem.

Should disable use of the ident protocol with sendmail.

	Cheers,

	Matthew

- -- 
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAku2Ll0ACgkQ8Mjk52CukIybUQCfUS1juVDpbmEVuZ1K9LhZGiBo
PxwAoJSXWMl0wPqIx/co7cNjp2dNXyoU
=+PB0
-----END PGP SIGNATURE-----



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