From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62182 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: starttls.el does not use gnutls-cli Date: Tue, 07 Mar 2006 14:42:49 +0100 Message-ID: References: <87d5gz6f2p.fsf@psyche.kn-bremen.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141739068 26951 80.91.229.2 (7 Mar 2006 13:44:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Mar 2006 13:44:28 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m10710@lists.math.uh.edu Tue Mar 07 14:44:24 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FGcTe-00048S-I7 for ding-account@gmane.org; Tue, 07 Mar 2006 14:43:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FGcTZ-000408-00; Tue, 07 Mar 2006 07:43:45 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FGcSq-000403-00 for ding@lists.math.uh.edu; Tue, 07 Mar 2006 07:43:00 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FGcSm-0004Yc-Dv for ding@lists.math.uh.edu; Tue, 07 Mar 2006 07:43:00 -0600 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FGcSl-0002Lq-00 for ; Tue, 07 Mar 2006 14:42:55 +0100 Original-Received: from latte.josefsson.org (jas@yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id k27Dgpj7032397 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Mar 2006 14:42:52 +0100 Original-To: Joerg Plate OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:060307:ding@gnus.org::uAC/VvIsKhsuFeXf:3k+/ X-Hashcash: 1:21:060307:plate@patterner.de::EvaDdiSrDjHyIH1u:5km0 In-Reply-To: <87d5gz6f2p.fsf@psyche.kn-bremen.de> (Joerg Plate's message of "Mon, 06 Mar 2006 11:30:06 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on yxa-iv X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62182 Archived-At: Joerg Plate writes: > Hello-hello > > I'm trying to use STARTTLS for sending eMail. > > starttls.el looks for "starttls" but cannot find it > (because it is not installed), but it does not use > gnutls-cli (which is installed). > > (setq smtpmail-default-smtp-server "smtp.$NAME.de") > (setq smtpmail-smtp-server "smtp.$NAME.de") > (setq smtpmail-smtp-service 587) > (setq smtpmail-auth-credentials '(("smtp.$NAME.de" 587 "user" "password"))) > (setq smtpmail-starttls-credentials '(("smtp.$NAME.de" 587 nil nil))) > > (which, according to the documentation, should work...) > > And it works with port 25, so servername, user & password are correct. What happens when you try to send an e-mail with this configuration? How do you know gnutls-cli is not used?