#!/bin/sh # # indexgen.sh -- generate current version of fetchmail home page. # goldvers="4.7.0" goldname="4.7.0" version=`sed -n >checksums done if [ $version != $goldvers ] then for file in fetchmail-$goldvers.tar.gz fetchmail-$goldvers-1.i386.rpm fetchmail-$goldvers-1.src.rpm do md5sum $file >>checksums done fi cat >index.html < Fetchmail Home Page
Back to Software Up to Site Map $date

The fetchmail Home Page

What fetchmail does:

Fetchmail is a full-featured, robust, well-documented remote-mail retrieval and forwarding utility intended to be used over on-demand TCP/IP links (such as SLIP or PPP connections). It supports every remote-mail protocol now in use on the Internet: POP2, POP3, RPOP, APOP, KPOP, all flavors of IMAP, and ESMTP ETRN. It can even support IPv6 and IPSEC.

Fetchmail retrieves mail from remote mail servers and forwards it via SMTP, so it can then be be read by normal mail user agents such as mutt, elm(1) or BSD Mail. It allows all your system MTA's filtering, forwarding, and aliasing facilities to work just as they would on normal mail.

Fetchmail offers better security than any other Unix remote-mail client. It supports APOP, KPOP, OTP, Compuserve RPA, and IMAP RFC1731 encrypted authentication methods to avoid sending passwords en clair. It can be configured to support end-to-end encryption via tunneling with ssh, the Secure Shell

Fetchmail can be used as a POP/IMAP-to-SMTP gateway for an entire DNS domain, collecting mail from a single drop box on an ISP and SMTP-forwarding it based on header addresses. (We don't really recommend this, though, as it may lose important envelope-header information. ETRN or a UUCP connection is better.)

Fetchmail can be started automatically and silently as a system daemon at boot time. When running in this mode with a short poll interval, it is pretty hard for anyone to tell that the incoming mail link is not a full-time "push" connection.

Fetchmail is easy to configure. You can edit its dotfile directly, or use the interactive GUI configurator (fetchmailconf) supplied with the fetchmail distribution.

Fetchmail is fast and lightweight. It packs all its standard features (POP3, IMAP, and ETRN support) in ${fetchmailsize}K of core on a Pentium under Linux.

Fetchmail is open-source software. The openness of the sources is your strongest possible assurance of quality and reliability.

Where to find out more about fetchmail:

See the Fetchmail Feature List for more about what fetchmail does.

See the HTML Fetchmail FAQ for troubleshooting help.

See the Fetchmail Design Notes for discussion of some of the design choices in fetchmail.

How to get fetchmail:

You can get any of the following leading-edge resources here: MD5 checksums are available for these files.

EOF if [ $version != $goldvers ] then cat >>index.html <

  • Gzipped source archive of fetchmail $goldname
  • Intel binary RPM of fetchmail $goldname (uses glibc)
  • Alpha binary RPM of fetchmail $goldname (uses glibc)
  • Source RPM of fetchmail $goldname For differences between the leading-edge $version and gold $goldname versions, see the distribution NEWS file.

    EOF fi cat >>index.html < The latest version of fetchmail is also carried in the Sunsite remote mail tools directory.

    Getting help with fetchmail:

    There is a fetchmail-friends list for people who want to discuss fixes and improvements in fetchmail and help co-develop it. It's at fetchmail-friends@ccil.org. There is also an announcements-only list, fetchmail-announce@ccil.org.

    Both lists are SmartList reflectors; sign up in the usual way with a message containing the word "subscribe" in the subject line sent to fetchmail-friends-request@ccil.org or fetchmail-announce-request@ccil.org. (Similarly, "unsubscribe" in the Subject line unsubscribes you, and "help" returns general list help)

    Note: before submitting a question to the list, please read the FAQ (especially item G3 on how to report bugs). We tend to get the same three newbie questions over and over again. The FAQ covers them like a blanket.

    Fetchmail was written and is maintained by Eric S. Raymond. Rob Funk, Al Youngwerth and Dave Bodenstab are fetchmail's designated backup maintainers. Other backup maintainers may be added in the future, in order to ensure continued support should Eric S. Raymond drop permanently off the net for any reason.

    Who uses fetchmail:

    Fetchmail entered full production status with the 2.0 version in November 1996 after about five months of evolution from the ancestral popclient utility. It has since come into extremely wide use in the Internet/Unix/Linux community. The Red Hat, Debian and S.u.S.e. Linux distributions include it. A customized version is used at Whole Earth 'Lectronic Link. Several large ISPs are known to recommend it to Unix-using SLIP and PPP customers.

    Over seven hundred people have participated on the fetchmail beta list (at time of current release there were $subscribers on the friends and announce lists). While it's hard to count the users of open-source software, we can estimate based on (a) population figures at the WELL and other known fetchmail sites, (b) the size of the Linux-using ISP customer base, and (c) the volume of fetchmail-related talk on USENET. These estimates suggest that daily fetchmail users number well into the tens of thousands, and possibly over a hundred thousand.

    The fetchmail paper:

    The fetchmail development project was a sociological experiment as well as a technical effort. I ran it as a test of some theories about why the Linux development model works.

    I wrote a paper, The Cathedral And The Bazaar, about these theories and the project. The paper became quite popular and (to my continuing astonishment) may have actually helped change the world. Chase the title link, above, to its page.

    Recent releases and where fetchmail is going:

    Fetchmail is now sufficiently stable and effective that I'm getting very little pressure to fix things or add features. Development has slowed way down, release frequency has dropped off, and we're basically in maintainance mode.

    Major changes or additions therefore seem unlikely until there are significant changes in or additions to the related protocol RFCs. One development that would stimulate a new release almost instantly is the deployment of a standard lightweight encrypted authentication method for IMAP sessions.

    Where you can use fetchmail:

    The fetchmail code was developed under Linux, but has also been extensively tested under 4.4BSD, SunOS, Solaris, AIX, and NEXTSTEP. It should be readily portable to other Unix variants (it requires only POSIX plus BSD sockets, and uses GNU autoconf).

    Fetchmail is supported only for Unix by its official maintainers. However, it is reported to build and run correctly under AmigaOS and QNX as well. A beta OS/2 port is available from Jason F. McBrayer.

    Related resources

    Jochen Hayek is developing a set of IMAP tools in Python that read your .fetchmailrc file and are designed to work with fetchmail. Jochen's tools can report selected header lines, or move incoming messages to named mailboxes based on the contents of headers.

    Fetchmail's funniest fan letter:

    This letter still cracks me up whenever I reread it.

    The fetchmail button:

    If you use fetchmail and like it, here's a nifty fetchmail button you can put on your web page:

    Thanks to Steve Matuszek for the graphic design. The hand in the button (and the larger top-of-page graphic) was actually derived from a color scan of the fetchmail author's hand.

    Fetchmail mirror sites:

    There is a FTP mirror of the fetchmail FTP directory (not this WWW home site, just the current sources and RPM) in Japan at ftp://ftp.win.or.jp/pub/network/mail/fetchmail.


    Back to Software Up to Site Map $date

    Eric S. Raymond <esr@snark.thyrsus.com>
    EOF # The following sets edit modes for GNU EMACS # Local Variables: # mode:html # truncate-lines:t # End: