From owner-freebsd-current Fri Nov 8 08:52:54 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA21859 for current-outgoing; Fri, 8 Nov 1996 08:52:54 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA21836; Fri, 8 Nov 1996 08:52:46 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id JAA12255; Fri, 8 Nov 1996 09:42:43 -0700 From: Terry Lambert Message-Id: <199611081642.JAA12255@phaeton.artisoft.com> Subject: Re: Compile error To: kdupuis@dcs.stu.rpi.edu (Kenneth J. Dupuis) Date: Fri, 8 Nov 1996 09:42:42 -0700 (MST) Cc: freebsd-current@FreeBSD.org, freebsd-stable@FreeBSD.org In-Reply-To: from "Kenneth J. Dupuis" at Nov 7, 96 11:26:25 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > I just grabbed the latest -current via FTP and compiled it with no > problems. Its been up and running on a heavily-used server for about 3 > hours now. The only thing I can notice is that it takes a long time to > close a TCP/IP port that sendmail was using. It says that the connection > is "ESTABLISHED" long after the email has been delivered. > > Due to this problem and a lot of "open" ports I grabbed -stable and tried > to compile it. About 3/4 of the way through it exits with this error: > > param.c - timezone value does not match > > That's the best I can remember it right now. Anyone heard of this and > know a way to fix it? Is this inbound or outbound sendmail connections? For inbound connections, if your clients are WINSOCK machines, this is a well known problem with Microsoft engineers being unable (or unwilling) to read IETF documents and distinguish connection close packets from abort packets. If it's outbound, it's because the remote side did not do a correct teardown after the in-band "QUIT" was sent and acknowledged (in which case: "is the SMTP server running on an MS OS?"). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.