diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-07-06 01:23:20 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-07-06 01:23:20 +0000 |
commit | 5d070eb75caab26dda1fce6fad5be2e422da9ce1 (patch) | |
tree | e8f0c3d1c7b382def1a30473f183977c36d08d11 | |
parent | e178572ff0edd064f4aa989bae1762b9ca1e9067 (diff) | |
download | fetchmail-5d070eb75caab26dda1fce6fad5be2e422da9ce1.tar.gz fetchmail-5d070eb75caab26dda1fce6fad5be2e422da9ce1.tar.bz2 fetchmail-5d070eb75caab26dda1fce6fad5be2e422da9ce1.zip |
IDLE seems to work now.
svn path=/trunk/; revision=3398
-rw-r--r-- | fetchmail.man | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/fetchmail.man b/fetchmail.man index 55528305..56729900 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -2146,7 +2146,7 @@ temporarily discards any suid privileges it may have while running the MDA. For maximum safety, however, don't use an mda command containing %F or %T when fetchmail is run from the root account itself. .PP -Fetchmail's method of sending bouncemail and spambounce requires that +Fetchmail's method of sending bouncemail and spam bounces requires that port 25 of localhost be available for sending mail via SMTP. .PP If you modify a @@ -2155,10 +2155,6 @@ while a background instance is running and break the syntax, the background instance will die silently. Unfortunately, it can't die noisily because we don't yet know whether syslog should be enabled. .PP -The RFC 2177 IDLE support is flaky. It sort of works, but may generate -spurious socket error messages or silently hang in the presence of -various network or server errors. -.PP The -f - option (reading a configuration from stdin) is incompatible with the plugin option. .PP |