read localhost e-mail with thunderbird

5

1

What would be simplest IMAP server allow Thunderbird to read messages to user@localhost for Ubuntu Linux?

My assumption was that if mailutils could read mail with the "mail" command then IMAP or POP was configured, which was incorrect.

Thufir

Posted 2012-08-26T00:23:29.227

Reputation: 876

Answers

6

If you open the Account Settings menu you should be able to add an new account using Movemail. It should be located in Account Actions under Add Other Accounts. This should then move mail from the spool folder into your inbox.

Personally, I use Dovecot with Maildir format directories populated by proccmail. This allows me to read mail both locally and remotely using the same mailstore. I also provide webmail access using Squirrelmail.

BillThor

Posted 2012-08-26T00:23:29.227

Reputation: 9 384

1Right you are! It was in file -> New -> Other Accounts for me (Linux). – Thufir – 2012-08-26T03:42:28.053

4

I'd suggest installing alpine/pine (available in most repositories) if you're looking for a lightweight mail reader that can address locally-delivered mail. Short of that, Thunderbird will need to interface with a POP3 or IMAP server on the host.

ewwhite

Posted 2012-08-26T00:23:29.227

Reputation: 1 037

in this case I'm specifically looking for a GUI and am used to Thunderbird. I'll look into an IMAP server. – Thufir – 2012-08-26T00:42:24.097

3

My first suggestion would have been to set up a simple POP or IMAP server, but this email suggests that Thunderbird has native support for local mail accounts via the movemail account type. I have never tried this out, and in your position I would probably just set up something like Dovecot (which is a POP/IMAP server).

Actually, to be honest, in your position I would simply use mutt, but that's not necessarily the best choice for all people.

EDIT: Additional discussion about Thunderbird and movemail is here.

larsks

Posted 2012-08-26T00:23:29.227

Reputation: 3 245

http://www-archive.mozilla.org/mailnews/movemail/index.html looks defunct, too bad. doesn't seem such an thing to want. – Thufir – 2012-08-26T01:55:12.307