diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-08-24 14:09:50 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-08-24 14:09:50 +0000 |
commit | edacc32d007ba8dd0cb61f0c3daea81622a8b350 (patch) | |
tree | e81b5a5f59dd8ee9d63929eb493247764eaaeb48 /fetchmail.man | |
parent | 8ca05699193ee187e0fbad4f1dd7f97be855e07a (diff) | |
download | fetchmail-edacc32d007ba8dd0cb61f0c3daea81622a8b350.tar.gz fetchmail-edacc32d007ba8dd0cb61f0c3daea81622a8b350.tar.bz2 fetchmail-edacc32d007ba8dd0cb61f0c3daea81622a8b350.zip |
Sendmail delivery from background seems to work.
svn path=/trunk/; revision=61
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/fetchmail.man b/fetchmail.man index 7aba6e50..f6eeca3e 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -542,15 +542,8 @@ default location of file associating hosts with last message IDs seen (used only with newer RFC1725-compliant servers supporting the UIDL command). .SH BUGS .PP -Delivery via -.IR sendmail (8) -doesn't work in daemon mode; -.I popmail -dies after the first delivery. To cope with this, in daemon mode the -delivery mode is automatically switched to append-and-lock if sendmail -is the selected delivery agent. This needs to be fixed. -.PP -The UIDL support for RFC1725-compliant servers is not yet well tested. +The UIDL support for RFC1725-compliant servers without LAST is not yet +very well tested. .PP No IMAP or RPOP support yet. .PP |