Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 1995 19:35:32 -0800
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        terry@cs.weber.edu
Cc:        hackers@FreeBSD.org
Subject:   Re: sendmail 8.6.9 - "Name server failure" problem (fwd)
Message-ID:  <199501260335.TAA02959@silvia.HIP.Berkeley.EDU>
In-Reply-To: <9501251537.AA18261@cs.weber.edu> (terry@cs.weber.edu)

next in thread | previous in thread | raw e-mail | index | archive | help
Just to confirm you that this patch fixed the exact same problem
(incoming mails sitting in the queue until explicitly cleared) I
reported a while ago in this list.  I'm running 2.0R.

Satoshi
---
 * > *** src/daemon.c-	Mon Apr 18 06:48:41 1994
 * > --- src/daemon.c	Tue Jan 24 19:38:06 1995
 * > ***************
 * > *** 1406,1411 ****
 * > --- 1406,1414 ----
 * >   	int saveretry;
 * >   
 * >   #if NAMED_BIND
 * > + 	/* need to make sure _res.retry is initialized before using it */
 * > + 	if ((_res.options & RES_INIT) == 0)
 * > + 		res_init();
 * >   	/* shorten name server timeout to avoid higher level timeouts */
 * >   	saveretry = _res.retry;
 * >   	_res.retry = 3;



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