From owner-freebsd-questions@FreeBSD.ORG Fri Dec 5 12:36:04 2003 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 E6AB116A4CE for ; Fri, 5 Dec 2003 12:36:04 -0800 (PST) Received: from aibo.runbox.com (aibo.runbox.com [193.71.199.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id D77A643FBD for ; Fri, 5 Dec 2003 12:36:02 -0800 (PST) (envelope-from klimenta@futurebit.com) Received: from [10.9.9.9] (helo=fetch-bak.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.24) id 1ASMgD-0000yi-HI for freebsd-questions@FreeBSD.org; Fri, 05 Dec 2003 21:36:01 +0100 Received: from [12.33.76.83] (helo=srce) (Authenticated Sender=klimenta@runbox.com) by fetch-bak.runbox.com with asmtp (Exim 4.24) id 1ASMfp-0004P4-HL for freebsd-questions@FreeBSD.org; Fri, 05 Dec 2003 21:35:37 +0100 Message-ID: <003a01c3bb6f$7bdb9d20$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: References: <20031205200104.5819A16A504@hub.freebsd.org> <2695.206.169.45.183.1070655912.squirrel@mail.filmkern.com> Date: Fri, 5 Dec 2003 15:36:37 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Sender: 202020 Subject: Re: Proftpd 1.28 + FreeBSD 5.1 - SOLVED 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: Fri, 05 Dec 2003 20:36:05 -0000 > > I have a strange problem with proftpd 1.28. When I connect to the ftp > > server with a client (same problem from the inside/outside the network) > > I got that message "connected to abc.xyz.com" immediately, but after > > that, there is a lag for about 5 seconds before login prompt comes. > > After that everything is working normal. All other services (mail/www) > > are working fine. Is this an issue with a proftpd? IdentLookups off UseReverseDNS off in proftpd.conf solved the problem. Thanks to Denis R.