Re: mutt and plaintext passwords : muttrc encryption ?
- To: mutt-users@xxxxxxxx
- Subject: Re: mutt and plaintext passwords : muttrc encryption ?
- From: Kyle Wheeler <kyle-mutt@xxxxxxxxxxxxxx>
- Date: Mon, 28 Jul 2008 16:31:06 -0500
- Comment: DomainKeys? See http://domainkeys.sourceforge.net/
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=memoryhole.net; h=date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; s=default; bh=JWGuCJf2Fklo3eogaqP0eUYANjI=; b=lLk5 O9OE7tt72nSo6mzEZdOEBIG0PjftoX7QYlG0FDsUhpEJr/PHUel7TtNnA5qs7zDB xtGIq+OjZMNmlRTJBQpZlLj5rdP2P3Bf4DAYbmx8T1DK4/3/LV5uYIzDAQv1v2A8 Q/Y9KaElAexO85o0RjQLAK2LoDRaPIPaRNdtaII=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=memoryhole.net; b=PiqoVgrSTkD5Pr7oquRst9Tw5ek3wRIwDjS/4Cx0yeLm5N0GbEeB6G24gUamLJhr2+MI0IRVfsGY352JGkvzLYu65ALOKTjiA3T33619x0h/0UxhY0pv0BxVGMUwybwFC59s8o01SG43n1x1mqGNaNv2nfdMKv1kSeZLik9HLD8=; h=Received:Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:OpenPGP:User-Agent;
- In-reply-to: <20080728211312.GC15524@localhost>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Mail-followup-to: mutt-users@xxxxxxxx
- Openpgp: id=CA8E235E; url=http://www.memoryhole.net/~kyle/kyle-pgp.asc; preference=signencrypt
- References: <20080728161249.GA9106@localhost> <20080728175800.GE23674@xxxxxxxxxxxxx> <20080728205341.GB15524@localhost> <20080728211312.GC15524@localhost>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.18 (2008-07-21)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Monday, July 28 at 10:13 PM, quoth Michele Martone:
>ehm. one more thing.
>how would you deal with the MTA with the wrapper-based solution ?
Personally? I'd compile mutt with smtp support and be done with it.
>i know only of :
>
>using nbsmtp, in a dangerous way:
> set sendmail="nbsmtp -P password ..."
>
>using ssmtp , in a dangerous way:
> set sendmail="ssmtp -ap password ..."
Well, yes, those are the most obvious.
If you're game for a temp file, you could use gpg (with gpg-agent) to
quickly decrypt a version of their config file for use, and then
delete it... but that'll require an MTA wrapper too (this is as
complex and undesirable a solution as they get, eh?). For example:
#!/bin/sh
gpg --decrypt ~/.msmtprc.gpg -o ~/.msmtprc
msmtp "$@"
retval=$?
rm ~/.msmtprc
exit $retval
Nothing else leaps to mind.
~Kyle
- --
I know God will not give me anything I can't handle. I just wish that
He didn't trust me so much.
-- Mother Theresa
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!
iEYEARECAAYFAkiOOpoACgkQBkIOoMqOI17/ZQCeJGqFahZMeg0U1KrYHvUiZUxx
3JkAoMRLeUHAOiPoVdyMxrvDi7b7edkf
=a0aJ
-----END PGP SIGNATURE-----