From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 05:22:21 2005 Return-Path: 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 EE33416A4CE for ; Wed, 2 Feb 2005 05:22:21 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CFF843D41 for ; Wed, 2 Feb 2005 05:22:21 +0000 (GMT) (envelope-from jeff@kreska.org) Received: from hacking.kicks-ass.org ([67.163.98.154]) by comcast.net (rwcrmhc12) with ESMTP id <200502020522210140038ml3e>; Wed, 2 Feb 2005 05:22:21 +0000 Received: from ecs2400.jeff.com (ecs2400.jeff.com [192.168.0.8]) by hacking.kicks-ass.org (8.13.2/8.13.2) with ESMTP id j125LBIS000826 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 1 Feb 2005 23:22:20 -0600 (CST) (envelope-from jeff@kreska.org) Received: from ecs2400.jeff.com (localhost.jeff.com [127.0.0.1]) by ecs2400.jeff.com (8.13.2/8.13.1) with ESMTP id j125LAKv061801 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 1 Feb 2005 23:21:10 -0600 (CST) (envelope-from jeff@kreska.org) Received: (from www@localhost) by ecs2400.jeff.com (8.13.2/8.13.1/Submit) id j125LAE9061800; Tue, 1 Feb 2005 23:21:10 -0600 (CST) (envelope-from jeff@kreska.org) X-Authentication-Warning: ecs2400.jeff.com: www set sender to jeff@kreska.org using -f Received: from 192.168.0.2 (SquirrelMail authenticated user jkreska) by mail.kreska.org with HTTP; Tue, 1 Feb 2005 23:21:10 -0600 (CST) Message-ID: <2424.192.168.0.2.1107321670.squirrel@mail.kreska.org> In-Reply-To: References: <4.3.2.7.0.20000804101940.00afbf58@mail.johnturner.com> Date: Tue, 1 Feb 2005 23:21:10 -0600 (CST) From: "Jeff Kreska" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Sendmail woes w 5.3R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jeff@kreska.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 05:22:22 -0000 I recently upgraded to 5.3R and can't seem to get sendmail configured correctly. when I telnet to localhost 25 I get an immediate ESMTP response, but when I telnet to mailhost 25 where mailhost is the real name it takes some amount of time before the ESMTP response is displayed. If I comment out the following line from the mc file then the telnet to localhost 25 is slow also: DAEMON_OPTIONS(`Name=IPv6, Family=inet6') I tried define(`confTO_IDENT',`0s')dnl with no luck. I thought it might be related to IDENT. I have done nslookup mailhost gives me the ip, and nslookup ip gives me mailhost. Any pointer or suggestions would be greatly appreciated. -- Regards, Jeff