info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple sources and accounts with GNUS


From: Richard Riley
Subject: Re: Multiple sources and accounts with GNUS
Date: Wed, 22 Dec 2010 14:58:48 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Yuri D'Elia <wavexx@users.sf.net> writes:

> 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?
>

I would love to see a solution of msmtp working with gpg-agent. There is
one out there somewhere but 'twas a tad convoluted.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]