Date: Mon, 20 Jun 2011 14:31:41 -0400 From: Mark Moellering <mark@msen.com> To: freebsd-questions@freebsd.org Subject: Re: (email) server connection problem : Help Message-ID: <4DFF920D.1070300@msen.com> In-Reply-To: <6F6E7BB1-96ED-4A0A-9EB9-475A6FF19536@mac.com> References: <4DFF7DBF.4030504@msen.com> <6F6E7BB1-96ED-4A0A-9EB9-475A6FF19536@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DFF920D.1070300>