From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: Re: emacs MUAs with working smtp authentication? Date: Fri, 01 Sep 2006 10:58:46 -0400 Message-ID: <44F84AA6.7070101@speakeasy.net> References: <1156912134.588551.151490@m73g2000cwd.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157122770 25467 80.91.229.2 (1 Sep 2006 14:59:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Sep 2006 14:59:30 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 01 16:59:27 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GJAUB-0006C8-Id for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 16:59:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJAUB-000192-2k for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 10:59:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJATz-00017h-5z for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 10:58:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJATu-00017B-OL for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 10:58:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJATu-000178-Gl for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 10:58:54 -0400 Original-Received: from [69.17.117.9] (helo=mail7.sea5.speakeasy.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GJAdl-0004aj-Vn for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 11:09:06 -0400 Original-Received: (qmail 29919 invoked from network); 1 Sep 2006 14:58:52 -0000 Original-Received: from dsl093-011-017.cle1.dsl.speakeasy.net (HELO [192.168.0.27]) (gebser@[66.93.11.17]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 1 Sep 2006 14:58:52 -0000 User-Agent: Thunderbird 1.5.0.5 (X11/20060725) In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37109 Archived-At: Eli Zaretskii wrote: >> .... >> > >> Third, the documentation. Take... >> >> ;;(setq smtpmail-starttls-credentials >> ;; '(("YOUR SMTP HOST" 25 "~/.my_smtp_tls.key" "~/.my_smtp_tls.cert"))) >> >> >> So, whats .my_smtp_tls.key then? Where does it come from? How do I get >> it? Can I use gnutls to generate it? I have no idea at all. Further >> investigation suggests that actually you can leave this blank, and it >> should still work. The documentation could be made considerably clearer by speaking in terms of SERVER and CLIENT rather than simply HOST. > ....