Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Charles Collicutt <charles.collicutt@holyblasphemy.org>
Subject: SMTP-AUTH and STARTTLS
Date: Sun, 13 Feb 2005 01:42:29 +0000	[thread overview]
Message-ID: <m2brap1bi2.fsf@juniper.local> (raw)

[-- Attachment #1: Type: text/plain, Size: 1049 bytes --]

Hi,

I am currently trying to configure Gnus to authenticate to my SMTP
server so that I can use the same server regardless of where I happen to
be at the time. I am using Gnus v5.11 from the Emacs CVS (mostly because
I'm using Mac OS X and the CVS seems to be the only place to get a
decent version of Emacs for OS X.) I'm sending my mail with smtpmail.el
but I have a couple of problems.

Despite the fact that my SMTP server advertises CRAM-MD5, smtpmail
always authenticates with LOGIN. This wouldn't be so bad if it used TLS
but it refuses to do that either, so it sends my password in plaintext,
which is not good.

I have the following in my .gnus:

(setq message-send-mail-function 'smtpmail-send-it
      smtpmail-smtp-server "smtp.mydomain.net"
      smtpmail-auth-credentials
      '(("smtp.mydomain.net" 25 "myusername" "mypassword"))
      smtp-starttls-credentials
      '(("smtp.mydomain.net" 25 nil nil)))

Could anybody help me to see where I've gone wrong?

Thank you very much.

-- 
Charles Collicutt

[-- Attachment #2: Type: application/pgp-signature, Size: 185 bytes --]

             reply	other threads:[~2005-02-13  1:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-13  1:42 Charles Collicutt [this message]
2005-02-13 11:43 ` Emily Jackson
2005-02-13 13:35   ` Charles Collicutt
2005-03-21 18:49     ` Simon Josefsson
2006-03-13 22:22       ` Jamie Riden
2006-03-25 15:21         ` dvd

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=m2brap1bi2.fsf@juniper.local \
    --to=charles.collicutt@holyblasphemy.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).