From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85148 Path: news.gmane.org!not-for-mail From: Filipp Gunbin Newsgroups: gmane.emacs.gnus.general Subject: Re: SSLv3 vulnerability Date: Thu, 16 Oct 2014 21:29:49 +0400 Message-ID: References: <87lhogezbr.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413480628 31068 80.91.229.3 (16 Oct 2014 17:30:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2014 17:30:28 +0000 (UTC) Cc: ding@gnus.org To: Andreas Schwab Original-X-From: ding-owner+M33392@lists.math.uh.edu Thu Oct 16 19:30:22 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XeosU-0006ul-7p for ding-account@gmane.org; Thu, 16 Oct 2014 19:30:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XeosC-0005Ik-6D; Thu, 16 Oct 2014 12:30:00 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XeosA-0005IO-9a for ding@lists.math.uh.edu; Thu, 16 Oct 2014 12:29:58 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1Xeos9-0004Pj-94 for ding@lists.math.uh.edu; Thu, 16 Oct 2014 12:29:58 -0500 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1Xeos7-0000HR-6t for ding@gnus.org; Thu, 16 Oct 2014 19:29:55 +0200 Original-Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by gateway2.nyi.internal (Postfix) with ESMTP id 2810D209D2 for ; Thu, 16 Oct 2014 13:29:52 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Thu, 16 Oct 2014 13:29:52 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= x-sasl-enc:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=mesmtp; bh=KXGwJfQcJ2QK YiVz8F+nFAiFHaY=; b=IvR4sMuyIKjVWa7vAMV41kMYsdiY13Ca6U9EvUr74440 IRrgBCmdRl7HmqBw/j00+6FO3+FZQaLb0tBPdpa5AP0qvMeSIVvb9SA19NoCyi+4 4Ga8HN9juiB5//3a4BWjypBWSEfNah4HdI5Vpg3UWPLVEal8/itRULsM+GWANH0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:cc:subject:references :date:in-reply-to:message-id:mime-version:content-type; s= smtpout; bh=KXGwJfQcJ2QKYiVz8F+nFAiFHaY=; b=dpfxFgYww1FkiOyjjdlo q+8D85lku3f9lavBih94d6yRS8VlGkeW1fYNPk2jmzid9s5wFc37ynfYWqiuL1Ix Ep60nsM8PQUILvnMVSE6qw/bthVf6iUA6VnHv9Oe6qr5iGeqVGiM51nrWBU2CFVA HfZ+W7ZzGAAWT0+RaC2kFxY= X-Sasl-enc: PFAJ0DCCGzJacEV+f2F1ozQfo1yj4uj6AViTPovreqLs 1413480591 Original-Received: from fgunbin.local (unknown [94.25.218.10]) by mail.messagingengine.com (Postfix) with ESMTPA id 74631C00012; Thu, 16 Oct 2014 13:29:51 -0400 (EDT) In-Reply-To: <87lhogezbr.fsf@igel.home> (Andreas Schwab's message of "Thu, 16 Oct 2014 18:47:36 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (darwin) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85148 Archived-At: On 16/10/2014 20:47 +0400, Andreas Schwab wrote: > Filipp Gunbin writes: > >> Recently an SSL v3 vulnerability was discovered [1], so some mail >> servers (I know of fastmail.fm by the moment [2]) disabled / will disable it >> completely. >> >> Switching to TLS will help: >> >> (setq imap-ssl-program '("openssl s_client -quiet -tls1 -connect %s:%p")) > > Just use :stream tls or :stream starttls instead of :stream ssl. Thanks! Filipp