From owner-freebsd-questions@FreeBSD.ORG Tue Jun 14 19:39:58 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 CD36E1065673 for ; Tue, 14 Jun 2011 19:39:58 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout018.mac.com (asmtpout018.mac.com [17.148.16.93]) by mx1.freebsd.org (Postfix) with ESMTP id B657A8FC13 for ; Tue, 14 Jun 2011 19:39:58 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp018.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LMS006IFPAL9150@asmtp018.mac.com> for freebsd-questions@freebsd.org; Tue, 14 Jun 2011 12:39:58 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.148,0.0.0000 definitions=2011-06-14_08:2011-06-14, 2011-06-14, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1106140156 From: Chuck Swiger In-reply-to: <395256.88650.qm@web160107.mail.bf1.yahoo.com> Date: Tue, 14 Jun 2011 12:39:57 -0700 Message-id: References: <395256.88650.qm@web160107.mail.bf1.yahoo.com> To: Unga X-Mailer: Apple Mail (2.1084) Cc: freebsd-questions@freebsd.org Subject: Re: Thunderbird 3.1.10 Connection Refused 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, 14 Jun 2011 19:39:58 -0000 On Jun 14, 2011, at 11:28 AM, Unga wrote: > I need to access an IMAP server at mail.server.com:45000. And the server uses a self-signed certificate. The registered port for IMAPS is 993/tcp. Unless you have very good reasons for running IMAP server on a non-standard port, you should run it on the default location. Anyway: openssl s_client -connect mail.server.com:45000 ...is likely to be informative. Regards, -- -Chuck