From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: W. Greenhouse Newsgroups: gmane.emacs.help Subject: Re: Gnus: Process SMTP not running Date: Sat, 17 May 2014 16:50:15 +0000 Message-ID: <8761l4pcxk.fsf@motoko.kusanagi> References: <32f1573b-5023-43ac-b0c1-0f2305cd1886@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1400345475 29305 80.91.229.3 (17 May 2014 16:51:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 May 2014 16:51:15 +0000 (UTC) To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Sat May 17 18:51:08 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 1WlhpD-0004wj-Na for geh-help-gnu-emacs@m.gmane.org; Sat, 17 May 2014 18:51:07 +0200 Original-Received: from localhost ([::1]:40905 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlhpD-00016S-CB for geh-help-gnu-emacs@m.gmane.org; Sat, 17 May 2014 12:51:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wlhot-00011B-SY for help-gnu-emacs-mXXj517/zsQ@public.gmane.org; Sat, 17 May 2014 12:50:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wlhom-0007dh-By for help-gnu-emacs-mXXj517/zsQ@public.gmane.org; Sat, 17 May 2014 12:50:47 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:58696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wlhom-0007dS-1o for help-gnu-emacs-mXXj517/zsQ@public.gmane.org; Sat, 17 May 2014 12:50:40 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wlhoi-0003Y8-Mn for help-gnu-emacs-mXXj517/zsQ@public.gmane.org; Sat, 17 May 2014 18:50:36 +0200 Original-Received: from manning2.torservers.net ([96.44.189.101]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 May 2014 18:50:36 +0200 Original-Received: from wgreenhouse by manning2.torservers.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 May 2014 18:50:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet-dbVV3NMTNubNLxjTenLetw@public.gmane.org X-Gmane-NNTP-Posting-Host: manning2.torservers.net X-Archive: encrypt User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:JEzt+vFgAvJT64jwnjPtzKosEDc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs-mXXj517/zsQ@public.gmane.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-mXXj517/zsQ@public.gmane.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.help:97731 Archived-At: gnustestingacc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org writes: > Obviously the connection quit, an the SMTP process does not find a > connection. I wonder why the certificates are not accepted by my (?) > system. I would believe that the certificates are valid, because they > are from google and I think these guys are capable of creating valid > certificates. > > thx for your help > > > > PS: I use debian sid, emacs version 23.4.1, and have gnutls-bin > installed. Try port 465 rather than 587 for the SMTP connection, e.g. (setq smtpmail-smtp-server "smtp.gmail.com" smtpmail-stream-type 'ssl smtpmail-smtp-service 465) Perhaps you need a certificate update for your system--or an update in general; the current Emacs for sid is 24.3 and not 23.4, which is the Emacs in wheezy. I would also recommend attempting to verify this certificate on another system, just to be safe. -- Reply to list only, please. Off-list replies will be filtered and deleted.