Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: Re: smtpmail and starttls
Date: Fri, 29 Apr 2005 10:35:12 +0200	[thread overview]
Message-ID: <ilu8y32m14v.fsf@latte.josefsson.org> (raw)
In-Reply-To: <uvf67t1az.fsf@mid.packer.its.vanderbilt.edu> (Andrew Raines's message of "Thu, 28 Apr 2005 09:37:24 -0500")

Andrew Raines <aaraines@pobox.com> writes:

> 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?

Interesting, can you find out what (process-id process) return at that
point?  Perhaps process-id's on Windows aren't numbers?  The test is
intended to see if the process is a external process (starttls) or
internal network connection (plain tcp).



  reply	other threads:[~2005-04-29  8:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-28 14:37 Andrew Raines
2005-04-29  8:35 ` Simon Josefsson [this message]
2005-04-29 15:12   ` Andrew Raines
2005-04-29 18:08 ` STARTTLS and win32 (was: smtpmail and starttls) Andrew Raines
  -- strict thread matches above, loose matches on Subject: below --
2003-10-30 13:58 bogofilter config Jake Colman
2003-10-30 15:23 ` Ted Zlatanov
2003-10-30 15:35   ` Jake Colman
2003-10-30 15:40     ` Jake Colman
2003-10-30 15:54       ` Ted Zlatanov
2003-10-30 16:56         ` Jake Colman
2003-10-31 16:30           ` Ted Zlatanov
2003-10-31 17:32             ` Jake Colman
2003-10-31 18:51               ` Ted Zlatanov
2003-10-31 19:51                 ` Jake Colman
2003-11-01  3:08                   ` Ted Zlatanov
2003-11-07  6:39                     ` smtpmail and starttls John Owens
2003-11-07 16:50                       ` Simon Josefsson
2003-11-07 17:33                         ` John Owens
2003-11-08  1:38                           ` Simon Josefsson
2003-11-14  2:18                             ` John Owens
2003-11-07 20:12                         ` John Owens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ilu8y32m14v.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).