Gnus development mailing list
 help / color / mirror / Atom feed
* smtpmail and starttls
@ 2005-04-28 14:37 Andrew Raines
  2005-04-29  8:35 ` Simon Josefsson
  2005-04-29 18:08 ` STARTTLS and win32 (was: smtpmail and starttls) Andrew Raines
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Raines @ 2005-04-28 14:37 UTC (permalink / raw)


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)




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-29 18:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-28 14:37 smtpmail and starttls Andrew Raines
2005-04-29  8:35 ` Simon Josefsson
2005-04-29 15:12   ` Andrew Raines
2005-04-29 18:08 ` STARTTLS and win32 (was: smtpmail and starttls) Andrew Raines

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).