From owner-freebsd-questions@FreeBSD.ORG Tue Mar 30 23:18:04 2004 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 3577916A4CE for ; Tue, 30 Mar 2004 23:18:04 -0800 (PST) Received: from mx1.au.itouchnet.net (nat2.au.itouchnet.net [144.135.23.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA9943D1D for ; Tue, 30 Mar 2004 23:18:02 -0800 (PST) (envelope-from andrewjt@applecomm.net) Received: from nobody by mx1.au.itouchnet.net with scanned_ok (Exim 3.36 #1) id 1B8Zza-000EXw-00 for freebsd-questions@freebsd.org; Wed, 31 Mar 2004 17:18:30 +1000 Received: from [192.168.13.111] (helo=[192.168.13.111]) by mx1.au.itouchnet.net with esmtp (Exim 3.36 #1) id 1B8ZzZ-000EXp-00 for freebsd-questions@freebsd.org; Wed, 31 Mar 2004 17:18:29 +1000 From: Andrew Thomson To: freebsd-questions@freebsd.org In-Reply-To: <1080712745.721.1.camel@itouch-1011.prv.au.itouchnet.net> References: <1080707901.6758.18.camel@itouch-1011.prv.au.itouchnet.net> <1080710652.6758.22.camel@itouch-1011.prv.au.itouchnet.net> <1080712745.721.1.camel@itouch-1011.prv.au.itouchnet.net> Content-Type: text/plain Message-Id: <1080717296.721.22.camel@itouch-1011.prv.au.itouchnet.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 31 Mar 2004 17:14:56 +1000 Content-Transfer-Encoding: 7bit X-Checked: Scanned for any viruses and unauthorized attachments at mx1.au.itouchnet.net X-iScan-ID: 55916-1080717510-99757@mx1.au.itouchnet.net version $Name: REL_2_0_2 $ Subject: Re: freebsd 5.2.1 and exim 4.30 problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 07:18:04 -0000 On Wed, 2004-03-31 at 15:59, Andrew Thomson wrote: > On Wed, 2004-03-31 at 15:24, Andrew Thomson wrote: > > On Wed, 2004-03-31 at 14:38, Andrew Thomson wrote: > > > I have a bit of strange problem and I'm nearly at my witts end as to > > > what the cause of the problem is. > > > > > > Basically I installed a 5.2-RELEASE box and setup my new mailserver. > > > Then used portupgrade to upgrade any newer versions of software > > > installed. > > > > > > I then cvsup'ed to 5.2.1-p4 and now things aren't working too well. > > > > > > mx2# telnet 0 25 > > > Trying 0.0.0.0... > > > Connected to 0. > > > Escape character is '^]'. > > > 220 mx2 ESMTP Exim 4.30 Wed, 31 Mar 2004 14:27:14 +1000 > > > 421 mx2 lost input connection > > > Connection closed by foreign host. > > > > > > I always get this "connection closed" business before I can send any > > > commands through! > > > > > > The problem is that everything works on my desktop, which is a > > > 5.2.1-p4/exim 4.30 combo - thus proving everything should work fine. Well, we're getting closer!! The problem is reproduceable. Install exim-ldap2-4.30_2 on freebsd 5.2.1 This will obviously install openldap-client-2.1.28_1 if your ports are up to date! Then start exim and try a telnet on port 25.. I noticed some interesting commits on the openldap21-server however potentially someone more knowledgeable may have some thoughts on this matter! Regards, ajt.