diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-07-30 17:50:53 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-07-30 17:50:53 +0000 |
commit | 1b9705a93cf367a9fafb683fdb5a7e122be50e83 (patch) | |
tree | bfbcb7fb5971b95a1d5a469a6355ee47324489da /fetchmail.man | |
parent | 9d5d49c692bab79f39189b2835cec87a7cd414bc (diff) | |
download | fetchmail-1b9705a93cf367a9fafb683fdb5a7e122be50e83.tar.gz fetchmail-1b9705a93cf367a9fafb683fdb5a7e122be50e83.tar.bz2 fetchmail-1b9705a93cf367a9fafb683fdb5a7e122be50e83.zip |
Deal with the sendmail delivery problem.
svn path=/trunk/; revision=46
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index 671a631e..ef3c1c27 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -529,6 +529,14 @@ The --version option doesn't display MDA arguments. The (undocumented) --logfile option doesn't work, due to some weirdness in the daemon code. Fixes cheerfully accepted. .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 No IMAP or RPOP support yet. .PP Send comments, bug reports, gripes, and the like to Eric S. Raymond |