From owner-freebsd-questions@FreeBSD.ORG Tue Oct 30 21:48:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 726E016A421 for ; Tue, 30 Oct 2007 21:48:03 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4620513C4BC for ; Tue, 30 Oct 2007 21:48:02 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id A13847F88 for ; Tue, 30 Oct 2007 17:48:00 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by lilypad.shadypond.com (Postfix) with ESMTP id 0FBC0B83F for ; Tue, 30 Oct 2007 21:48:00 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline X-Length: 1401 X-UID: 4 Date: Tue, 30 Oct 2007 21:47:48 +0000 Message-Id: <200710302147.49043.lists-fbsd@shadypond.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: telnet mydomain.ild 465 : connection closed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2007 21:48:03 -0000 On Tuesday 30 October 2007 09:18:17 dhaneshk k wrote: > telnet localhost 465 > Trying ::1... > telnet: connect to address ::1: Connection refused > Trying 127.0.0.1... > Connected to localhost.sun.iosn.net. > Escape character is '^]'. > //// upto this line oly I am getting out put not showing the line > 220 host.domain.tld ESMTP Postfix > > Q1 : when I tested with the EHLO test.com command telnet connection > closed immediately why this ? Look at /etc/hosts The line that is at the top is in IPv6 format? If so, move it down so it appears below the line that says: 127.0.0.1 localhost (I sent this a while ago but it did not appear to have actually been sent; apologies if it posts twice) I think that will fix the problem. I have sent this twice, but I never saw it post.