From owner-freebsd-questions@FreeBSD.ORG Tue Oct 30 17:01:35 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 E8F3D16A49E for ; Tue, 30 Oct 2007 17:01:35 +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 C345E13C48D for ; Tue, 30 Oct 2007 17:01:35 +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 CA4A3812B for ; Tue, 30 Oct 2007 13:01:33 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by lilypad.shadypond.com (Postfix) with ESMTP id 6A597B83F for ; Tue, 30 Oct 2007 17:01:32 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Tue, 30 Oct 2007 17:01:24 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710301701.24746.lists-fbsd@shadypond.com> 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 17:01:36 -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 think that will fix the problem.