From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62168 Path: news.gmane.org!not-for-mail From: Joerg Plate Newsgroups: gmane.emacs.gnus.general Subject: starttls.el does not use gnutls-cli Date: Mon, 06 Mar 2006 11:30:06 +0100 Message-ID: <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 1141659867 31390 80.91.229.2 (6 Mar 2006 15:44:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Mar 2006 15:44:27 +0000 (UTC) Original-X-From: ding-owner+m10696@lists.math.uh.edu Mon Mar 06 16:44:25 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 1FGHsb-0001CR-N2 for ding-account@gmane.org; Mon, 06 Mar 2006 16:44:14 +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 1FGHsR-00019m-00; Mon, 06 Mar 2006 09:44:03 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FGCyy-0000RV-00 for ding@lists.math.uh.edu; Mon, 06 Mar 2006 04:30:28 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FGCyu-0002yc-Hm for ding@lists.math.uh.edu; Mon, 06 Mar 2006 04:30:28 -0600 Original-Received: from moutng.kundenserver.de ([212.227.126.186]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FGCyp-00070R-00 for ; Mon, 06 Mar 2006 11:30:19 +0100 Original-Received: from [85.176.65.212] (helo=psyche.kn-bremen.de.patterner.de) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis), id 0ML21M-1FGCyn3Rmj-0002EK; Mon, 06 Mar 2006 11:30:18 +0100 Original-To: ding@gnus.org User-Agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.19 (linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:299b2591976c3d82be0d3d13ffba3802 X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62168 Archived-At: 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.