Gnus development mailing list
 help / color / mirror / Atom feed
From: Bill White <billw@mchsi.com>
Cc: ding@lists.math.uh.edu
Subject: Re: status of smtp authentication?
Date: Wed, 24 Nov 2004 23:01:26 -0600	[thread overview]
Message-ID: <m3oehmplnd.fsf@mchsi.com> (raw)
In-Reply-To: <b9yfz2y3c9v.fsf@jpl.org> (Katsumi Yamaoka's message of "Thu, 25 Nov 2004 11:14:52 +0900")

On Wed Nov 24 2004 at 20:14, Katsumi Yamaoka <yamaoka@jpl.org> said:

>>>>>> In <m34qjeemva.fsf@mchsi.com> Bill White wrote:
>
>> What's the current status of smtp authentication in cvs gnus?  My
>> employer has recently instituted authentication and I haven't been
>> able to get cvs gnus to do it.
>
>> Last I heard (a few months ago), a file needed to be patched and other
>> gyrations needed to be performed to handle authentication.
>
> There's no necessity to modify any Lisp modules since 2002-05-09
> if you are using Emacs CVS.  See the beginning of the smtpmail.el
> file, which can be found in the /some.where/21.3.50/lisp/mail/
> directory.  My setting is similar to the following:
>
> (setq message-send-mail-function 'smtpmail-send-it)
> (setq smtpmail-default-smtp-server "mail.jpl.org")
> (setq smtpmail-local-domain "jpl.org")
> (setq smtpmail-sendto-domain "jpl.org")
> (setq smtpmail-debug-info t)
> (setq smtpmail-auth-credentials
>       '(("mail.jpl.org" 25 "yamaoka" "password")))
> (setq smtpmail-starttls-credentials
>       '(("mail.jpl.org" 25 nil nil)))

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.

Thanks -

bw
-- 
Bill White . billw@mchsi.com . http://members.wri.com/billw
"No, ma'am, we're musicians."



  parent reply	other threads:[~2004-11-25  5:01 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 [this message]
2004-11-25  5:30     ` Katsumi Yamaoka
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=m3oehmplnd.fsf@mchsi.com \
    --to=billw@mchsi.com \
    --cc=ding@lists.math.uh.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).