From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87770 Path: news.gmane.org!.POSTED!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.gnus.general Subject: Re: new (?) version of the old nnml problem Date: Fri, 20 Oct 2017 17:57:48 +0200 Message-ID: <86376d24n7.fsf@zoho.com> References: <86wp3p28u5.fsf@zoho.com> <86shed284o.fsf@zoho.com> <86o9p127p4.fsf@zoho.com> <8760b9kewf.fsf@ericabrahamsen.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1508515263 28867 195.159.176.226 (20 Oct 2017 16:01:03 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 20 Oct 2017 16:01:03 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m35984@lists.math.uh.edu Fri Oct 20 18:00:56 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048034.atla03.us.yomura.com ([107.189.48.34]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e5Zj3-0005ep-07 for ding-account@gmane.org; Fri, 20 Oct 2017 18:00:45 +0200 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048034.atla03.us.yomura.com (Halon) with ESMTPS id ca455b35-b5af-11e7-8a16-b499baa2b07a; Fri, 20 Oct 2017 16:00:27 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1e5Zie-0002Vb-PA; Fri, 20 Oct 2017 11:00:20 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1e5Zic-0002Ur-Ad for ding@lists.math.uh.edu; Fri, 20 Oct 2017 11:00:18 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1e5Zib-0004WB-3u for ding@lists.math.uh.edu; Fri, 20 Oct 2017 11:00:18 -0500 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1e5ZiZ-0007SJ-RY for ding@gnus.org; Fri, 20 Oct 2017 18:00:15 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1e5ZiM-00016y-Qq for ding@gnus.org; Fri, 20 Oct 2017 18:00:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 40 Original-X-Complaints-To: usenet@blaine.gmane.org Mail-Copies-To: never Cancel-Lock: sha1:O2Lu7GxmIzDPQi5Kt145gDMIb1I= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87770 Archived-At: Eric Abrahamsen wrote: > Maybe confirm that POP access works from the > command line first? > > https://unix.stackexchange.com/questions/201818/checking-pop-mail-account-using-terminal Error according to socat, works with openssl. test-zoho () { local server=pop.zoho.com local port=995 socat - OPENSSL:${server}:${port} echo "socat done" openssl s_client -quiet -connect ${server}:${port} echo "openssl done" } $ test-zoho 2017/10/20 17:54:09 socat[29967] E SSL_connect(): error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed socat done depth=2 C = US, O = "thawte, Inc.", OU = Certification Services Division, OU = "(c) 2006 thawte, Inc. - For authorized use only", CN = thawte Primary Root CA verify return:1 depth=1 C = US, O = "thawte, Inc.", OU = Domain Validated SSL, CN = thawte DV SSL CA - G2 verify return:1 depth=0 CN = *.zoho.com verify return:1 +OK POP3 mx.zohomail.com v1.0 server ready <10427.1508514850321@mx.zohomail.com> user XYZ +OK pass ABC +OK quit +OK mx.zohomail.com Service closing transmission channel openssl done -- underground experts united http://user.it.uu.se/~embe8573