Using FastMail.FM with Gnus

What you need to know

Note 1: If you already know how to set up your client, and you already understand the information below, see this FAQ entry for the server information you need to set up your e-mail client. The Troubleshooting Issues section at the bottom of this page may be helpful if you have problems.

In order to use Gnus with FastMail.FM, you'll need to enter the following information:

Many thanks to Marijn Ros for providing this information.

Incoming/Outgoing Server Setup

Gnus is a news-reader for (X)emacs. It can handle a lot of news-sources, including IMAP. This manual describes how to use the INBOX-folder from FastMail.FM through imaps (ssl-secured imap). It does not descibe how to send outgoing mail through the FastMail.FM mail-server, how to use other folders, how to split mail or to move mail automatically. Of course it also doesn't descibe how to read your mail with Gnus. Those things can all be found in the info-pages.

Setup is easy, once you know what to do:

  1. On the command prompt, go to your home directory and edit your .gnus with your favorite editor (emacs, presumably) to include
    (setq gnus-select-method '(nnimap "mail.messagingengine.com" (nnimap-stream ssl) (nnimap-expunge-on-close ask)))

    If you don't want SSL, just use:
    (setq gnus-select-method '(nnimap "mail.messagingengine.com" (nnimap-expunge-on-close ask)))

  2. Make sure you have a file .authinfo only readable by you with
    touch .authinfo;chmod 600 .authinfo

  3. Edit your .authinfo file to include (with your own username and password):
    machine mail.messagingengine.com login yourloginname@yourdomain.com password yourpassword

Now, start emacs and gnus (M-x gnus). Subscribe to your inbox group by typing U and then nnimap+mail.messagingengine.com:INBOX<return>.

Learning more about IMAP

IMAP is a powerful protocol that allows you keep to your email synchronised, whether you're at home, at work, at a friends place or an internet cafe. You don't have to worry about what computer the email is on, because all the email is kept on the server and each client sees the same 'view' of the email. See this FAQ page to learn more about IMAP

Troubleshooting Issues

There are currently no known troubleshooting issues with this client.

Last modified on: Wed May 14 12:00:00 UTC 2003