Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: status of smtp authentication?
Date: Thu, 25 Nov 2004 14:30:44 +0900	[thread overview]
Message-ID: <b9y4qje337f.fsf@jpl.org> (raw)
In-Reply-To: <m3oehmplnd.fsf@mchsi.com>

>>>>> In <m3oehmplnd.fsf@mchsi.com> Bill White wrote:

> I've tried this with my information to no avail.  I can send mail to
> addresses within my employer's domain (as before), but not outside it.
> Does it matter that our mail clients are required to use SSL to
> authenticate?  Would I need some extra settings to handle that?

> The relevant error from my SMTP trace is:

> 550 5.7.1 <billw@mchsi.com>... Relaying denied. Proper authentication required.

Sending the EHLO command may show a hint.  To do that, connect
to the port 25 of the smtp server using telnet, and type:

EHLO hostname
(where `hostname' should be replaced with the name of your host)

and then:

QUIT

Here's a session I logged:

bash-2.05a$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220-mail.example.com ESMTP Exim 4.42 #1 Thu, 25 Nov 2004 00:23:32 -0500
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
EHLO localhost
250-mail.example.com Hello localhost [127.0.0.1]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
QUIT
221 mail.example.com closing connection
Connection closed by foreign host.

This server supports `AUTH PLAIN LOGIN' and `STARTTLS'.  I'm
sorry I don't know how to deal with protocols other than them.



  reply	other threads:[~2004-11-25  5:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-25  1:30 Bill White
2004-11-25  2:14 ` Katsumi Yamaoka
2004-11-25  3:00   ` Bill White
2004-11-25  5:01   ` Bill White
2004-11-25  5:30     ` Katsumi Yamaoka [this message]
2004-11-25 13:16     ` David Edmondson
2004-11-25 14:02       ` Simon Josefsson

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=b9y4qje337f.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --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).