diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-16 17:51:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-16 17:51:55 +0000 |
commit | 1a1c64589dab9b9ed221a155db0ecc77476ae3da (patch) | |
tree | ef5ab8d8fe0f241eb06c3149c510026c46ec2f86 | |
parent | f2c0003d11fb7183cf3c8593ef73225a41e5559d (diff) | |
download | fetchmail-1a1c64589dab9b9ed221a155db0ecc77476ae3da.tar.gz fetchmail-1a1c64589dab9b9ed221a155db0ecc77476ae3da.tar.bz2 fetchmail-1a1c64589dab9b9ed221a155db0ecc77476ae3da.zip |
Feature clarification.
svn path=/trunk/; revision=780
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,6 +25,9 @@ major new features since 2.0: ** Transaction and error logging may optionally be done via syslog. + ** (Linux only) Security option to permit fetchmail to poll a host + only when a point-to-point link to a particular IP address is up. + There have also been numerous improvements in multidrop mailbox handling. Under many circumstances fetchmail can now determine a mail message's envelope address from its headers, making multidrop forwarding more reliable. @@ -46,14 +49,11 @@ pop-perl5-1.2, popc, popmail-1.6 and upop) are marked with **. means the retrieved mail automatically goes to the system default MDA as if it were normal sender-initiated SMTP mail. - ** Timeout if server connection is dropped. + ** Configurable timeout to detect if server connection is dropped. ** Support for retrieving and forwarding from multi-drop mailboxes that is guaranteed not to cause mail loops. - ** (Linux only) Security option to permit fetchmail to run only - when an interface to a particular IP address is up. - * Easy control via command line or free-format run control file. * Daemon mode -- fetchmail can be run in background to poll |