Complete.Org: Mailing Lists: Archives: discussion: March 1999:
Re: [aclug-L] Postilion
Home

Re: [aclug-L] Postilion

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] Postilion
From: Nate Bargmann <ka0rny@xxxxxxxxxx>
Date: Tue, 02 Mar 1999 17:33:35 -0600
Reply-to: aclug-L@xxxxxxxxxxxx

Jesse Kaufman wrote:

> college?  also, what exactly will fetchmail let me do?  i hear people
> talk all the time about procmail as a filter, does that work w/
> fetchmail?  

Fetchmail is a simple mail retrieval utility that can be run from the
command line or in daemon mode.  When it retrieves mail from your server
it hands it to your MTA, sendamil, smail, qmail, whichever, and then its
job is done.  The MTA will pass to a local delivery agent, such as
Procmail or the mail.local that comes with Sendmail, which then deposits
your mail into your mailbox(s) that your MUA, Mail User Agent--pine,
elm, Netscape, etc., can read.

I have script I use to start my ppp connection and each time it runs,
fetchmail is started in daemon mode like this:

fetchmail -s -a -K -d 300

-s is silent (helps keep the log file small after debugging)
-a is get all messages
-K is delete messages on the server
-d 300 puts fetchmail in daemon mode and it checks for mail every five
minutes.

The host configuration is in ~.fetcmailrc and is quite simple for a
standard POP3 connection.

In my ppp shutdown script I kill the fetchmail daemon like so:

-- fetchmail --quit

You can find more information at the Fetchmail homepage:

http://www.tuxedo.org/~esr/fetchmail/

- Nate >>

--

 Packet   | N0NB @ WF0A.#SCKS.KS.USA.NOAM       | "FAILURE IS NOT
 Internet | ka0rny@xxxxxxxxxx                   | AN OPTION!
 Location | Valley Center, Kansas USA EM17hs    | It's bundled
        Visit my Linux + Ham Radio pages        | with the soft-
   http://homepage.netspaceonline.com/~ka0rny/  | ware..."
---
This is the Air Capital Linux Users Group discussion list.  If you
want to unsubscribe, send the word "unsubscribe" to
aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
message to aclug-L@xxxxxxxxxxxx.



[Prev in Thread] Current Thread [Next in Thread]