From owner-freebsd-questions@FreeBSD.ORG Mon Jun 20 18:31:28 2011 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 D1256106566C for ; Mon, 20 Jun 2011 18:31:28 +0000 (UTC) (envelope-from mark@msen.com) Received: from shell.msen.com (msen.com [148.59.86.2]) by mx1.freebsd.org (Postfix) with ESMTP id A88BF8FC08 for ; Mon, 20 Jun 2011 18:31:28 +0000 (UTC) X-Sent-To: freebsd-questions@freebsd.org Received: from [192.168.1.106] (c-68-40-255-141.hsd1.mi.comcast.net [68.40.255.141]) (authenticated bits=0) by shell.msen.com (8.14.3/8.14.3) with ESMTP id p5KIVRVD077190 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Mon, 20 Jun 2011 14:31:27 -0400 (EDT) (envelope-from mark@msen.com) Message-ID: <4DFF920D.1070300@msen.com> Date: Mon, 20 Jun 2011 14:31:41 -0400 From: Mark Moellering User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4DFF7DBF.4030504@msen.com> <6F6E7BB1-96ED-4A0A-9EB9-475A6FF19536@mac.com> In-Reply-To: <6F6E7BB1-96ED-4A0A-9EB9-475A6FF19536@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: Pass (sender authenticated); receiver=msen.com; client-ip=68.40.255.141; envelope-from= Received-SPF: Pass (sender authenticated); receiver=msen.com; client-ip=68.40.255.141; helo=[192.168.1.106] X-Milter: Spamilter (Reciever: shell.msen.com; Sender-ip: 68.40.255.141; Sender-helo: [192.168.1.106]; ) Cc: Subject: Re: (email) server connection problem : Help 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: Mon, 20 Jun 2011 18:31:29 -0000 On 20-Jun-11 2:00 PM, Chuck Swiger wrote: > On Jun 20, 2011, at 10:05 AM, Mark Moellering wrote: >> I cannot log into the server via either ssl for email or ssh on the two domains that are .org and .info >> The connection is refused. Here is an example copied from a console; >> >> shell$ ssh -l LoginName mail.anadarkohs60.com >> The authenticity of host 'mail.domain_4.com(xx.yy.zzb.174)' can't be established. >> DSA key fingerprint is {snip} >> Are you sure you want to continue connecting (yes/no)? no >> Host key verification failed. > By telling it no here, you've instructed SSH to treat the host key as invalid; the connection will be closed. > >> shell$ ssh -l LoginName mail.domain_3.org >> ssh: connect to host mail.domain_3.org port 22: Connection refused >> shell$ > There's no such domain as mail.domain_3.org in the public DNS. > > Presumably you've changed this information; all I can conclude is that whichever IP address the actual name resolves to isn't running SSH (or it's not listening on that particular IP, or a firewall is blocking it, etc). > > Regards, I changed it but here are the actual hostnames: <<<<<<< current version ::1 localhost 127.0.0.1 localhost mail.class-creator.net 69.41.171.69 mail.class-creator.net mail 69.41.172.100 mail.saline1990.com 69.41.172.249 mail.pioneer86.com 69.41.172.62 mail.grissomhigh1981.org 69.41.172.174 mail.anadarkohs60.com 69.41.172.180 mail.porthuronhighschool.info ======= DNS checks out. I think I am running ssl. I am checking postfix and dovecot. The odd thing is the ssh. I looked at some old troubleshooting tips and ran netstat -anf inet and this is what it returned Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address (state) tcp4 0 52 69.41.171.69.22 68.40.255.141.54052 ESTABLISHED tcp4 0 0 69.41.171.69.3306 68.40.255.141.53928 ESTABLISHED tcp4 0 0 69.41.171.69.3306 68.40.255.141.53927 ESTABLISHED tcp4 0 0 69.41.171.69.3306 68.40.255.141.53925 ESTABLISHED tcp4 0 0 *.22 *.* LISTEN tcp4 0 0 *.587 *.* LISTEN tcp4 0 0 *.25 *.* LISTEN tcp4 0 0 *.995 *.* LISTEN tcp4 0 0 *.110 *.* LISTEN tcp4 0 0 *.3306 *.* LISTEN udp4 0 0 127.0.0.1.123 *.* udp4 0 0 69.41.172.180.123 *.* udp4 0 0 69.41.172.174.123 *.* udp4 0 0 69.41.172.62.123 *.* udp4 0 0 69.41.172.249.123 *.* udp4 0 0 69.41.172.100.123 *.* udp4 0 0 69.41.171.69.123 *.* udp4 0 0 *.123 *.* udp4 0 0 *.514 *.* Thanks for your help Mark