Gnus development mailing list
 help / color / mirror / Atom feed
From: John Owens <owens.aa@ece.ucdavis.edu>
Subject: smtpmail and starttls
Date: Thu, 06 Nov 2003 22:39:17 -0800	[thread overview]
Message-ID: <xyqr80kn0mi.fsf_-_@samba2.ece.ucdavis.edu> (raw)
In-Reply-To: <4n65i46b1l.fsf@lockgroove.bwh.harvard.edu>

I am trying to get smtpmail with queueing working with starttls. This
is on OS X 10.3, for the record.

The server is saying STARTTLS but it doesn't seem to be doing anything
on my client. I have credentials (no certs) set for starttls but
nothing for auth (since I want starttls).

I've altered the machine names just to avoid any spam below (replace
ude with edu).

Any suggestions anyone may have would be appreciated.

JDO

==========

220 strat.ece.ucdavis.ude ESMTP Sendmail 8.12.8/8.12.8; Fri, 31 Oct
2003 18:19:46 -0800
EHLO fanta.ece.ucdavis.ude
250-strat.ece.ucdavis.ude Hello fanta.ece.ucdavis.ude [169.237.74.29],
pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-EXPN
250-VERB
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH LOGIN PLAIN
250-STARTTLS
250-DELIVERBY
250 HELP
VERB
250 2.0.0 Verbose mode
MAIL FROM:<jowens@ece.ucdavis.ude> SIZE=323
250 2.1.0 <jowens@ece.ucdavis.ude>... Sender ok
RCPT TO:<jowens@graphics.stanford.ude>
550 5.7.1 <jowens@graphics.stanford.ude>... Relaying denied. Proper
authentication required.
QUIT
221 2.0.0 strat.ece.ucdavis.ude closing connection

==========

(setq user-full-name "John Owens"
      user-mail-address "jowens@ece.ucdavis.ude"
      smtpmail-default-smtp-server "strat.ece.ucdavis.ude"
      smtpmail-smtp-server "strat.ece.ucdavis.ude"
      smtpmail-smtp-service 587
      smtpmail-starttls-credentials
      '(("strat.ece.ucdavis.ude" 587 nil nil))
      starttls-program "/usr/local/bin/starttls"
      mail-host-address "ece.ucdavis.ude"
      smtpmail-local-domain nil
      smtpmail-sendto-domain nil
      smtpmail-smtp-service "smtp"
      smtpmail-code-conv-from nil
      smtpmail-queue-mail t
      send-mail-function 'smtpmail-send-it
      message-send-mail-function 'smtpmail-send-it
      smtpmail-debug-info t ; only to debug problems
      smtpmail-debug-verb t ; only to debug problems
      vm-frame-per-composition     nil
      )

==========

[fanta:~] jowens% which starttls
/usr/local/bin/starttls
[fanta:~] jowens% starttls
starttls (starttls) 0.9
Copyright (C) 1999 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

Usage: starttls [options] host port

Options:

 --cert-file [file]      specify certificate file
 --key-file [file]       specify private key file
 --verify [level]        set verification level
[fanta:~] jowens% find /usr/local -name starttls\* -print
/usr/local/bin/starttls
/usr/local/share/emacs/21.3.50/lisp/gnus/starttls.el
/usr/local/share/emacs/21.3.50/lisp/gnus/starttls.elc
/usr/local/share/emacs/site-lisp/starttls.el
/usr/local/share/emacs/site-lisp/starttls.elc




  parent reply	other threads:[~2003-11-07  6:39 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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-03 14:46                     ` Jake Colman
2003-11-07  6:39                     ` John Owens [this message]
2003-11-07 16:50                       ` smtpmail and starttls 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
2005-04-28 14:37 Andrew Raines
2005-04-29  8:35 ` Simon Josefsson
2005-04-29 15:12   ` Andrew Raines

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=xyqr80kn0mi.fsf_-_@samba2.ece.ucdavis.edu \
    --to=owens.aa@ece.ucdavis.edu \
    /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).