Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Yuri D'Elia <wavexx@users.sf.net>
To: info-gnus-english@gnu.org
Subject: Re: Multiple sources and accounts with GNUS
Date: Tue, 21 Dec 2010 20:14:21 +0100	[thread overview]
Message-ID: <20101221201421.bc2b1b75.wavexx@users.sf.net> (raw)
In-Reply-To: <ieo11h$gav$1@quimby.gnus.org>

On Mon, 20 Dec 2010 17:42:25 +0100
Richard Riley <rileyrg@googlemail.com> wrote:

> My code above  selects the msmtp profile to use based on the From
> address which, im turn, is set by gnus-posting-styles but hopefully you
> can adjust as appropriate.
> 
> Googling up the key vars above and msmtp should provide the info you
> need.

msmtp is a nice solution, but I don't really want to store the password on disk (typing at every message is not a nice solution either).

I tried to go with the smtpmail route, but failed quickly.

I have an SMTP server that requires encryption via STARTTLS on port 25.
The following minimal configuration:

  smtpmail-debug-info t
  smtpmail-debug-verb t
  smtpmail-auth-credentials '(("smtp.server" 25 "me" nil))
  smtpmail-starttls-credentials '(("smtp.server", 25, nil, nil))
  smtpmail-smtp-server "smtp.server")

asks for my credentials, but it doesn't actually call STARTTLS (I can verify it from the SMTP trace).

Ideas?

  reply	other threads:[~2010-12-21 19:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.7.1292862320.13743.info-gnus-english@gnu.org>
2010-12-20 16:42 ` Richard Riley
2010-12-21 19:14   ` Yuri D'Elia [this message]
2010-12-21 19:49     ` Tassilo Horn
2010-12-22 11:25       ` Yuri D'Elia
2010-12-22 12:21         ` Tassilo Horn
2010-12-22 17:39           ` Yuri D'Elia
2010-12-23  8:22             ` Alberto Luaces
2010-12-23  8:35             ` Tassilo Horn
     [not found]           ` <mailman.3.1293039604.895.info-gnus-english@gnu.org>
2011-01-02  7:50             ` Lars Magne Ingebrigtsen
     [not found]   ` <mailman.7.1292958880.30697.info-gnus-english@gnu.org>
2010-12-22 13:58     ` Richard Riley
2010-12-20 14:29 Yuri D'Elia
2010-12-20 20:44 ` Tassilo Horn
2010-12-20 22:24 ` Joseph Gay
     [not found] ` <mailman.0.1292877887.26867.info-gnus-english@gnu.org>
2010-12-21 14:20   ` Stephen Leake
2010-12-21 16:22     ` Tassilo Horn

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=20101221201421.bc2b1b75.wavexx@users.sf.net \
    --to=wavexx@users.sf.net \
    --cc=info-gnus-english@gnu.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).