From owner-freebsd-questions Fri Jan 3 14:38:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16ABC37B401; Fri, 3 Jan 2003 14:38:20 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E5D643EC5; Fri, 3 Jan 2003 14:38:19 -0800 (PST) (envelope-from swear@attbi.com) Received: from localhost.localdomain ([12.242.158.67]) by sccrmhc03.attbi.com (sccrmhc03) with ESMTP id <2003010322381800300ldf7ue>; Fri, 3 Jan 2003 22:38:18 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.12.6/8.12.6) with ESMTP id h03MeVT4064751; Fri, 3 Jan 2003 14:40:31 -0800 (PST) (envelope-from swear@attbi.com) Received: (from jojo@localhost) by localhost.localdomain (8.12.6/8.12.6/Submit) id h03MeP2v064750; Fri, 3 Jan 2003 14:40:25 -0800 (PST) (envelope-from swear@attbi.com) To: freebsd-current@freebsd.org Cc: Terry Lambert , Valentin Nechayev , freebsd-questions@freebsd.org Subject: [resolution] Re: sendmail (Re: 5.0-RC2 informal PR: 90 sec sendmail delay) References: <3E1352BC.4043921B@mindspring.com> <20030101145232.A391@zardoc.esmtp.org> <3E13D095.FC52B758@mindspring.com> From: swear@attbi.com (Gary W. Swearingen) Date: 03 Jan 2003 14:40:25 -0800 In-Reply-To: Message-ID: Lines: 35 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (cc'd to -questions, where I first post my problem, with no luck) Valentin Nechayev writes: > I fix it with: > define(`confDIRECT_SUBMISSION_MODIFIERS',`CC u')dnl > For now I has no such problem at my home machine. > Yes, this solution isn't intuitive. Thanks. I tried that and some other things (eg service.switch). Even read the book and help files some more. Terry's suggestion regarding "expensive" seemed like the opposite of what I needed (I was trying to keep the msg out of the queues) and I had no luck trying to disable some DNS which he hinted at. I got my first good clue after adding level 15 logging to see an 80-sec delay between MUA-launched sendmail and the MTA daemon. I then used level-99 logging to find Jan 3 13:43:56 localhost sendmail[63611]: h03Lgf6p063607:\ makeconnection (localhost.localdomain. [IPv6:::1]) \ failed: Operation timed out with localhost.localdomain. I shoulda considered that one big config difference between my 4.7 config and 5.0 is custom kernel without IPv6 on 4.7 and still using GENERIC kernel with IPv6 on 5.0! I do have ::1 localhost localhost.localdomain in my /etc/hosts, but there's apparently something else wrong. Is there a quick way to disable IPv6? While I figure that out or rebuild my kernel, I got a quick fix by changing, in my "submit.mc", this FEATURE(`msp') to this FEATURE(`msp',`[127.0.0.1]') To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message