public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Re: popping mail
@  gshang
   ` Amanda Lee
  0 siblings, 1 reply; 21+ messages in thread
From: gshang @  UTC (permalink / raw)
  To: speakup

Hi:

IMHO, the easiest way to do what you want is to use fetchmail to pop your 
mail down for you.  It is very easy to configure, however you also need a 
working SMTP server which will accept messages from localhost for your 
account, which may be a more fiddly operation.

Here is a sample .fetchmailrc file, with the password removed.

set daemon 300

poll fox.uq.net.au with protocol pop3:
	username zzshangg
	password "notshown"
	fetchall, nokeep

This is pretty easy to understand.  The set daemon 300 tells fetchmail to
run in daemon mode and check for mail every 300 seconds (5 minutes).  In
the above example, the word "with" is included for clarity.  When testing
this, I'd change the "nokeep" to "keep" until you're sure that mail isn't
being downloaded and promptly being lost in the local delivery side of
things.

Make a file in your home directory called .fetchmailrc and make it only 
readable and writeable by you.  If you don't, fetchmail will  refuse to 
use it as the password for your pop3 account will have been compromised.  
Then all you have to do is type "fetchmail" at the prompt and it will 
begin running.  If you type "fetchmail" again at any time, it will stop 
waiting for the required duration between checks and check immediately.  
"fetchmail -q" will kill off the fetchmail process.  If you ever want to 
see what fetchmail is doing, kill it off, then run "fetchmail -Nv".  
Warning, this can generate a lot of output if you are expecting a lot of 
mail, but it's very useful to see why mail isn't coming down.  
Occasionally, fetchmail will get into a funny state and you will need to 
restart it.  Such is life.

Checking multiple accounts is easy.  I have a second entry in my file that 
looks like this:

poll pop-server.qld.bigpond.net.au with protocol pop3:
	username gshang
	password "notshown"
	fetchall, nokeep

You can have as many of these as you want.  Fetchmail will check them all 
at the specified interval.

Hope this helps.

Geoff.



^ permalink raw reply	[flat|nested] 21+ messages in thread
* popping mail
@  Chris Peterson
   ` Thomas Ward
   ` Amanda Lee
  0 siblings, 2 replies; 21+ messages in thread
From: Chris Peterson @  UTC (permalink / raw)
  To: speakup

Hi all,

I've been doing some playing and I definetly love mutt.  Thanks to buddy and
Chris for their information.

Btw, since I believe this was brought up earlier, The default key to toggle
display of headers is a lower-case h.  So, if there is an "ignore *" line in
.muttrc, you can use the h key to display the headers of a message if you
want to see them for some reason.

Okay, so here is my question.

Currently I'm popping all my mail (from four accounts) so I can check it and
manage it in one place.  So, what would be the best way to do this in
gnu/linux?

I think I saw someone mention this a while back, but I'm feeling lazy.

I've also figured out how to get mutt to pop from one account and, from what
I've read, which isn't the whole man page, I am sure it can do all four.  My
question is, is this the best way to do this?  Is there a daemon that I can
run to do this for me so I can be notified of new mail without having to
have mutt up to hear about it?

Thanks a lot!
Chris




^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 popping mail gshang
 ` Amanda Lee
  -- strict thread matches above, loose matches on Subject: below --
 Chris Peterson
 ` Thomas Ward
 ` Amanda Lee
   ` Thomas Ward
     ` William F. Acker WB2FLW +1-303-777-8123
       ` Richard Wells
         ` Janina Sajka
           ` Charles Hallenbeck
             ` Janina Sajka
           ` Richard Wells
             ` Janina Sajka
             ` Charles Hallenbeck
         ` Buddy Brannan
         ` Charles Hallenbeck
         ` Amanda Lee
           ` Amanda Lee
       ` Steve Holmes
         ` Frank Carmickle
     ` Amanda Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).