all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: Authenticated SMTP with RMAIL under Windows
Date: Fri, 03 Sep 2004 12:39:55 +0900	[thread overview]
Message-ID: <b9y4qmg9g1g.fsf@jpl.org> (raw)
In-Reply-To: Xns9558D99FB1A80wssddcgisnet@207.69.189.194

>>>>> In <Xns9558D99FB1A80wssddcgisnet@207.69.189.194> Bob Babcock wrote:

> EarthLink says that they will be switching to "Authenticated SMTP (ASMTP)" 
> later this year.  Can emacs rmail do this under Windows 2000?  
> Alternatively, is there a proxy I can put between emacs and the network to 
> do this?  (I've already got a spam-filtering proxy on the pop side of the 
> connection.)  Thanks for any info.

One way is to use smtpmail.el which supports SMTP AUTH and
STARTTLS.  You can find a hint in the beginning of the
lisp/mail/smtpmail.el file.  My setting for that at home is as
follows:

(setq smtpmail-auth-credentials
      '(("mail.jpl.org" 25 "yamaoka" "password")))
(setq smtpmail-starttls-credentials
      '(("mail.jpl.org" 25 nil nil)))

Unfortunately those features aren't supported by the smtpmail.el
module which is contained in the released Emacs versions, and I
don't know when the next Emacs is released.

  reply	other threads:[~2004-09-03  3:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-03  1:23 Authenticated SMTP with RMAIL under Windows Bob Babcock
2004-09-03  3:39 ` Katsumi Yamaoka [this message]
2004-09-04 16:30   ` Bob Babcock

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=b9y4qmg9g1g.fsf@jpl.org \
    --to=yamaoka@jpl.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.