From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58064 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: SMTP + SSL with gnus 5.10 Date: Tue, 06 Jul 2004 13:47:07 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <858ydxo6w6.fsf@servant.blindglobe.net> <1089113811.40ea8ed339542@webmail.imag.fr> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1089114457 29443 80.91.224.253 (6 Jul 2004 11:47:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2004 11:47:37 +0000 (UTC) Original-X-From: ding-owner+M6605@lists.math.uh.edu Tue Jul 06 13:47:27 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BhoQ3-0003aV-00 for ; Tue, 06 Jul 2004 13:47:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BhoPt-0001zu-00; Tue, 06 Jul 2004 06:47:17 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BhoPp-0001zp-00 for ding@lists.math.uh.edu; Tue, 06 Jul 2004 06:47:13 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BhoPp-00023d-3H for ding@lists.math.uh.edu; Tue, 06 Jul 2004 06:47:13 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 8E24E3A0039 for ; Tue, 6 Jul 2004 06:47:11 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BhoPm-0000L3-00 for ; Tue, 06 Jul 2004 13:47:10 +0200 Original-Received: from c494102a.s-bi.bostream.se ([217.215.27.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Jul 2004 13:47:10 +0200 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Jul 2004 13:47:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 22 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:KP9zVpW2BzVGYj/xls3HmSL/zcw= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58064 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58064 Matthieu MOY writes: > Quoting "A.J. Rossini" : > >> I have it working for the latest Emacs + released gnus (not CVS). It >> was a bit of a pain to setup until I realized my folly. > > Can I have hints on what you did ? > > (I've posted a link about an xemacs patch because that's what I found on the > net, but I'm using GNU Emacs 21.2). > > I've tried installing smtpmail.el and starttls.el from CVS Emacs on my 21.2 > Emacs, I've installed starttls too, and now, all I'm able to get is : > > > Process SMTP segmentation Fault (core dumped) Looks like starttls crashes. Try removing starttls and installing GNUTLS instead. Then smtpmail.el will use it instead.