From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: Please excuse this XEmacs user's desperation: smtpmail.el over SSL Date: Wed, 31 Mar 2010 08:39:45 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87zl1obof2.fsf@lifelogs.com> References: <3af47939-f589-4102-8b84-6724f8a18e1e@y17g2000yqd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273001531 21362 80.91.229.12 (4 May 2010 19:32:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 19:32:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 04 21:32:09 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9Nqb-0002GY-1z for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 21:32:02 +0200 Original-Received: from localhost ([127.0.0.1]:55658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9NqY-000766-Am for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 15:31:58 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!feeder.erje.net!news2.arglkargh.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-X-Trace: news.albasani.net UuzS6nTjubKC+aH4eQjk5BGh5TCV11nunG3Oy3VTqoXdVFQSY9u5TAI8J+GYc4k/CMXk8DX7AK3LSKZLtm2YTg4sXRCo7zAxNOPd+ElHnvD389eoRC1JUxDHSijVpyqB Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Wed, 31 Mar 2010 13:39:45 +0000 (UTC) X-User-ID: EyFXldovS3CPFSULpLrUJ6C56D9cOTjWAyBK1yRBuvE= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:g26JKOGMF2JF9BEmdN0Y1KI4LdI= sha1:PwgT4LZK81pF3ANPEMCVcHYHd18= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-NNTP-Posting-Host: Zn/Xny3jaRPEgmZXDumCN6Jzk+j9VTi/gbH1AAfofKQ= Original-Xref: usenet.stanford.edu gnu.emacs.help:177617 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:73094 Archived-At: On Mon, 29 Mar 2010 19:02:05 -0700 (PDT) edburns wrote: e> (setq starttls-use-gnutls t) e> (setq starttls-gnutls-program "gnutls-cli") e> (setq send-mail-function 'smtpmail-send-it e> message-send-mail-function 'smtpmail-send-it e> smtpmail-starttls-credentials e> '(("stbeehive.oracle.com" 465 nil nil)) e> smtpmail-auth-credentials e> (expand-file-name "~/.authinfo") e> smtpmail-default-smtp-server "stbeehive.oracle.com" e> smtpmail-smtp-server "stbeehive.oracle.com" e> smtpmail-smtp-service 465 e> smtpmail-debug-info t) e> (require 'smtpmail) Can you connect to the server with gnutls-cli from the command line? If yes, can you use open-network-stream to do the same from within Emacs? Ted