Re: newbie install
- To: mutt-users@xxxxxxxx
- Subject: Re: newbie install
- From: Kyle Wheeler <kyle-mutt@xxxxxxxxxxxxxx>
- Date: Fri, 13 Feb 2009 11:55:20 -0600
- 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=odSz92lgyzbCVxIERfZ6Miarzi0=; b=DTjd MNV0XlYK35/h+43WWIKY35CxU7tYA0GauMElNzPkfn+1vGG4DpT6hxt+S1PL+Vzm MlyzdfLWuK6upGumS4k/noqjPFYSiam83fBuctucp8+O/QvTAobjZR+IrYK+j9l1 GiojpHyohweqLM1WDOQSSOe46nDHcXEM+l4WVVU=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=memoryhole.net; b=hJu5CsL0oei/3Dc2daLOWjye2zAC0GhOn69e5BSd22pidvFoL7Zt8xUs4OlabOj5wyEgqmW/OVBWniRFVHs3F/PsR+YCYnTiSzwZkYlE3ZZBlD8XUujm9RcTe3tZD5f3VOVpAhRx6dkdzC1UIYuEJ+CTM8ucfIBqfkD1uz1zRjE=; 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: <dddf9a630902130937s7ce1fba7pf6380aa14933d235@xxxxxxxxxxxxxx>
- 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: <dddf9a630902130937s7ce1fba7pf6380aa14933d235@xxxxxxxxxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.19 (2009-01-27)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Friday, February 13 at 05:37 PM, quoth James Freer:
> I'd be grateful if someone could just clarify a couple of things
> before i do an installation.
I can try! :)
> using Ubuntu 8.04 on a standalone PC connected to broadband. I chose
> Mutt as i can use vim as an editor and hopefully will be able to
> reply to emails from my many yahoogroups and mail lists rather more
> quickly than i have been doing.
Sounds good.
> I have three emails addresses with googlemail.com
Ah, fun.
> Reading the Mutt manual and the gentoo guide; i gather that i need to
> install fetchmail, procmail, mutt and one of a] nbstmp, b]ssmtp, c]
> esmtp, d] mstmp as i'm not setting up an actual mail server either of
> these are adequate but which should i choose.
Eh? No, that must be an outdated guide.
Let's frame this in terms of tasks: you need to be able to read your
email, and you need to be able to *send* email.
Sending email has gotten much easier; you *can* use
nbsmtp/ssmtp/esmtp/msmtp or any of the other variants, but the 1.5.x
versions of mutt can also simply send mail themselves, as long as you
have a server to relay through (e.g. your ISP or google's mail
servers). All you need to do is ensure that your version of mutt has
been compiled with smtp support (the default Ubuntu package probably
has) and then add the following to your muttrc:
set smtp_url="smtp://user@xxxxxxxxxxxxxx@smtp.gmail.com/"
(and replace "user@xxxxxxxxxxxxxx" with one of your actual addresses)
The other task is to be able to *read* email. You can do this lots of
different ways, but the simplest is to simply use mutt to read the
messages via IMAP (you don't NEED fetchmail or procmail or any of the
others, though you certainly *can* use them if you like). You DO need
to enable IMAP on your Gmail accounts first, though (see
http://mail.google.com/support/bin/answer.py?answer=75725&ctx=sibling).
The appropriate mutt setting would be something like this:
set folder="imaps://user@xxxxxxxxxxxxxx@imap.gmail.com/"
set spoolfile="=INBOX"
There's more work to be done to efficiently handle all three accounts
at the same time, and a lot of it depends on how exactly you want mutt
to behave.
Does that help?
~Kyle
- --
Many who claim to have been transformed by Christ's love are deeply,
even murderously, intolerant of criticism.
-- Sam Harris
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!
iEYEARECAAYFAkmVtAgACgkQBkIOoMqOI15xWgCdF6zc3FwkdfT22lgbp+nbFhuC
am0AoOvUpCdTzHAdq3vtGv9GIbPyqiji
=dIEH
-----END PGP SIGNATURE-----