Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <sj@extundo.com>
Cc: "(ding)" <ding@gnus.org>
Subject: Re: smtp authentication (sendmail relay)
Date: 17 Dec 2000 19:41:35 +0100	[thread overview]
Message-ID: <ilulmteki00.fsf@localhost.localdomain> (raw)
In-Reply-To: <m33dfnatxd.fsf@peorth.gweep.net>

Stainless Steel Rat <ratinox@peorth.gweep.net> writes:

> | In fact, not really sure where those smtp negotiations get handled.
> 
> If newsguy is doing what I suspect they are doing, they don't.
> Authenticated SMTP hooks into POP authentication.

There is SMTP AUTH (rfc 2554) and SMTP STARTTLS (rfc 2246 + 2595) too,
they are better than the POP cludge.

Harry might use telnet to find out if it's supported by the server or
not, just say "ehlo foo" to the server, and notice if STARTTLS or AUTH
CRAM-MD5 is part of the response.

$ telnet test.smtp.org 25
Trying 209.220.147.188...
Connected to test.smtp.org.
Escape character is '^]'.
220 test.smtp.org ESMTP Sendmail 8.11.2.Beta1 ready at Sun, 17 Dec 2000 10:38:48 -0800 (PST); see http://test.smtp.org/
ehlo foo
250-test.smtp.org Hello slipsten.extundo.com [195.42.214.241], pleased to meet you
250-ENHANCEDSTATUSCODES
250-EXPN
250-VERB
250-8BITMIME
250-SIZE
250-DSN
250-ONEX
250-ETRN
250-XUSR
250-AUTH DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
250-STARTTLS
250 HELP




  reply	other threads:[~2000-12-17 18:41 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-17  8:29 Harry Putnam
2000-12-17  9:06 ` Kai Großjohann
2000-12-17 16:53   ` Harry Putnam
2000-12-17 19:44     ` Kai Großjohann
2000-12-19  0:13       ` Harry Putnam
2000-12-19  1:51         ` Glenn Shiffer
2000-12-19  2:41           ` Harry Putnam
2000-12-17 10:51 ` jas
2000-12-17 16:34 ` Stainless Steel Rat
2000-12-17 18:41   ` Simon Josefsson [this message]
2000-12-17 21:01     ` Harry Putnam
2000-12-17 21:14       ` Kai Großjohann
2000-12-17 22:45         ` Colin Walters
2000-12-17 23:06           ` Lloyd Zusman
2000-12-17 21:24       ` Lloyd Zusman
2000-12-17 22:15         ` Harry Putnam
2000-12-17 22:26           ` Lloyd Zusman
2000-12-17 23:31             ` Harry Putnam
2000-12-17 23:41               ` Lloyd Zusman
2000-12-17 23:02           ` Lloyd Zusman
2000-12-18  7:49           ` Steinar Bang
2000-12-17 21:29   ` Harry Putnam
2000-12-17 21:45     ` Lloyd Zusman
2000-12-17 23:03       ` Harry Putnam
2000-12-17 23:20         ` Lloyd Zusman
2000-12-17 23:27         ` Russ Allbery

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=ilulmteki00.fsf@localhost.localdomain \
    --to=sj@extundo.com \
    --cc=ding@gnus.org \
    /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).