From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Safonov Newsgroups: gmane.emacs.help Subject: Gnus pop3 ssl problem Date: Thu, 27 Nov 2014 16:14:12 +0300 Message-ID: <87wq6gzsyj.fsf@asafonov.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417102602 2001 80.91.229.3 (27 Nov 2014 15:36:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2014 15:36:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 27 16:36:36 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xu17T-0007hd-Mf for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Nov 2014 16:36:35 +0100 Original-Received: from localhost ([::1]:40281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu17T-0005Hk-3s for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Nov 2014 10:36:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtytt-0001j7-Sa for help-gnu-emacs@gnu.org; Thu, 27 Nov 2014 08:14:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xtytm-0005vG-9d for help-gnu-emacs@gnu.org; Thu, 27 Nov 2014 08:14:25 -0500 Original-Received: from mailout-warwickshire.gigahost.dk ([77.74.192.84]:56461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtytm-0005uh-3V for help-gnu-emacs@gnu.org; Thu, 27 Nov 2014 08:14:18 -0500 Original-Received: from mailout.gigahost.dk (mailout.gigahost.dk [89.186.169.112]) by mailout-warwickshire.gigahost.dk (Postfix) with ESMTP id 6A007F61AF8 for ; Thu, 27 Nov 2014 13:14:15 +0000 (UTC) Original-Received: from smtp.gigahost.dk (smtp.gigahost.dk [89.186.169.107]) by mailout.gigahost.dk (Postfix) with ESMTP id 1707A25E1091 for ; Thu, 27 Nov 2014 13:14:14 +0000 (UTC) Original-Received: by smtp.gigahost.dk (Postfix, from userid 1000) id 1483C466056C; Thu, 27 Nov 2014 13:14:14 +0000 (UTC) X-Screener-Id: 0ff165228a2b2360702166e8155640271a70b86c Original-Received: from localhost.localdomain (unknown [109.172.98.110]) by smtp.gigahost.dk (Postfix) with ESMTPSA id C96BA46602C4 for ; Thu, 27 Nov 2014 13:14:13 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 77.74.192.84 X-Mailman-Approved-At: Thu, 27 Nov 2014 10:36:19 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101240 Archived-At: Hello, guys I've got an issue with emacs 24.4 and gnus tryin to connect to my Gmail via POP3 My .gnus file for pop3 account looks like this: (setq mail-sources '((pop :server "pop.gmail.com" :port 995 :user "me@asafonov.org" :password "******" :stream ssl))) When gnus is trying to connect it uses gnutls. And I'm getting an error Mail source (pop :server pop.gmail.com :port 995 :user me@asafonov.org:password ******** :stream ssl) error (USER me@asafonov.org not valid). Continue? (yes or no) I am sure my login and password are correct, I can execute gnutls manually [asafonov@localhost ~]$ gnutls-cli --insecure -p 995 pop.gmail.com ... +OK Gpop ready for requests USER me@asafonov.org +OK send PASS PASS ****** +OK Welcome. But it seems like gnus is failing to complete this step. My OS is Fedora 20, Emacs 24.4 built from source code Any suggestions? Thanks in advance