diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 21:30:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 21:30:36 +0000 |
commit | d7d3ef0fdf1bc08e136fbf79a75278f9776771c7 (patch) | |
tree | 22f23356a88f8c7f9c854d05828b807e4a9270e7 | |
parent | 72ebc1e4b4652ee0a239c091698bbcff235dab75 (diff) | |
download | fetchmail-d7d3ef0fdf1bc08e136fbf79a75278f9776771c7.tar.gz fetchmail-d7d3ef0fdf1bc08e136fbf79a75278f9776771c7.tar.bz2 fetchmail-d7d3ef0fdf1bc08e136fbf79a75278f9776771c7.zip |
Updated documentation.
svn path=/trunk/; revision=150
-rw-r--r-- | INSTALL | 7 | ||||
-rw-r--r-- | README | 7 |
2 files changed, 11 insertions, 3 deletions
@@ -34,4 +34,11 @@ or you can choose completely different directories for each item. See the man page or the file sample.rcfile for a description of how to configure your individual preferences. +Note: if you have been using popclient (the ancestor of this program) +at version 3.0b6 or later, do this + +(cd ~; mv ~/.poprc ~/.fetchmailrc) + +in order to migrate. + Enjoy! @@ -18,13 +18,14 @@ Features of fetchmail include: * POP2, POP3, APOP, RPOP and IMAP support with auto-probing for a server on the host if no protocol is specified. - * Easy control via command line or free-format configuration file. + * Easy control via command line or free-format run control file. * Daemon mode -- fetchmail can be run in background to poll one or more hosts at a specified interval. - * Delivery via either file-append with mandatory locking or an - MDA you specify, or via SMTP to the client machine's port 25. + * Delivery via via SMTP to the client machine's port 25 (or + optionally via either file-append with mandatory locking or an + MDA you specify). * From:, To:, Cc:, and Reply-To: headers are rewritten so that usernames relative to the fetchmail host become fully-qualified |