Re: Composing email in Mail.app
- From: D P Schreber <schreberdp@xxxxxxxxxx>
- Date: Sun, 14 Aug 2005 20:44:35 -0500
On 2005-08-15, Jason Jablon <jsnjabber@xxxxxxxxxxxxxx> wrote:
[Please try to keep quoted text to a minimum]
> I have tried to configure fetchmail before, without much luck. Any
> sugestions. I am using Mac OS X Tiger 10.4.2 and have two POP3
This is pretty easy. Create a file called .fetchmailrc in your home
directory. It should look more or less like this:
poll mail.popserver1.net
protocol pop3
username jsnjabber
mda "/usr/bin/formail -ds /usr/bin/procmail -d %T";
poll mail.popserver2.com
protocol pop3
username jsnjabber
mda "/usr/bin/formail -ds /usr/bin/procmail -d %T";
If either pop server uses ssl, add ' ssl' to the end of the username
line.
Of course replace the usernames and server names as appropriate.
If your username on the pop servers is different from your username on
your Mac, it's slightly messier. Let's say your username on the Mac is
jsnjabber and your username on mail.popserver1.net is jason. Then the
entry for that server would look like this:
poll mail.popserver1.net
protocol pop3
username jason is jsnjabber here
mda "/usr/bin/formail -ds /usr/bin/procmail -d %T";
Once you have .fetchmailrc configured (this is a one-time thing), you
can have fetchmail check mail every 10 minutes in every account as
follows:
fetchmail -d 600
You'll be prompted for the passwords for each account. By default the
downloaded mail will end up in /var/mail/jsnjabber (or whatever your
username is on your Mac), which mutt will always read. You can
configure .procmailrc to do filtering if you like.
> one IMAP accounts.
There's excellent imap support in mutt. Set the 'folder' variable in
..muttrc to point to the imap server, something like this:
set folder=imap://jsnjabber@xxxxxxxxxxxxxxxxx/
As above, you should of course replace the username and server as
appropriate. If your imap mailbox files are in some non-standard place
on the server, add that to the end (this is the equivalent of Mail.app's
'IMAP Path Prefix' option). For example:
set folder=imap://jsnjabber@xxxxxxxxxxxxxxxxx/Documents/mail
If your imap server uses ssl, specify imaps: instead of imap:.
.
- Follow-Ups:
- Re: Composing email in Mail.app
- From: JsnJabber
- Re: Composing email in Mail.app
- References:
- Re: Composing email in Mail.app
- From: Elden Fenison
- Re: Composing email in Mail.app
- From: Jason Jablon
- Re: Composing email in Mail.app
- Prev by Date: Re: Composing email in Mail.app
- Next by Date: sparse v. standard disk images
- Previous by thread: Re: Composing email in Mail.app
- Next by thread: Re: Composing email in Mail.app
- Index(es):
Relevant Pages
|