From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60224 Path: news.gmane.org!not-for-mail From: Andrew Raines Newsgroups: gmane.emacs.gnus.general Subject: smtpmail and starttls Date: Thu, 28 Apr 2005 09:37:24 -0500 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114699649 939 80.91.229.2 (28 Apr 2005 14:47:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Apr 2005 14:47:29 +0000 (UTC) Original-X-From: ding-owner+M8752@lists.math.uh.edu Thu Apr 28 16:47:27 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DRAHd-0006tp-5Z for ding-account@gmane.org; Thu, 28 Apr 2005 16:46:29 +0200 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 1DRAJB-00041J-00; Thu, 28 Apr 2005 09:48:05 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DRAJ7-00041E-00 for ding@lists.math.uh.edu; Thu, 28 Apr 2005 09:48:01 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DRAIq-0001ic-RY for ding@lists.math.uh.edu; Thu, 28 Apr 2005 09:47:45 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DRAIn-0002qB-00 for ; Thu, 28 Apr 2005 16:47:41 +0200 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DRABN-00064i-IR for ding@gnus.org; Thu, 28 Apr 2005 16:40:01 +0200 Original-Received: from a169079.n1.vanderbilt.edu ([129.59.169.79]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Apr 2005 16:40:01 +0200 Original-Received: from aaraines by a169079.n1.vanderbilt.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Apr 2005 16:40:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 34 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: a169079.n1.vanderbilt.edu X-PGP-Key: http://foobox.com/~aar/pubkey.asc Mail-Copies-To: never User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:msiUoWmKn1l2suI3OnzwbN4SXpU= X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60224 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60224 I'm using Gnus 5.11 on Emacs 21.3.50/win32 (2005-01-30), with the OEM smtpmail.elc. When submitting a message to an SMTP server advertising STARTTLS, smtpmail never issues the verb in response. I've poked around in smtpmail-via-smtp, and if I comment out one line (below), smtpmail issues the verb, but then Emacs hangs while trying to call starttls.exe. (if (and do-starttls (smtpmail-find-credentials smtpmail-starttls-credentials host port) (member 'starttls supported-extensions) ---> ;; (numberp (process-id process))) My starttls.exe binary is in c:\WINDOWS, which is in exec-path, which should be findable by Emacs: (executable-find "starttls") <--- C-j "c:/WINDOWS/starttls.exe" Does anybody use smtpmail and STARTTLS on windows-nt successfully? My relevant .gnus.el portion: (setq smtpmail-smtp-service 587 send-mail-function 'smtpmail-send-it message-send-mail-function 'smtpmail-send-it smtpmail-debug-info t smtpmail-smtp-server "smtp.raines.ws" smtpmail-starttls-credentials '(("smtp.raines.ws" 587 nil nil))) Thanks for any help. -- aaraines@pobox.com (Andrew A. Raines)