diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-03-01 15:42:06 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-03-01 15:42:06 +0000 |
commit | cfec6074565fbe4e59ce144595240f2baa54e90f (patch) | |
tree | 87e9cf752c3fd02c50d0d1f8c04b13275bf98107 /fetchmail.man | |
parent | 54135b48e8381a8fb244e17004b7c9e4ed85a4bf (diff) | |
download | fetchmail-cfec6074565fbe4e59ce144595240f2baa54e90f.tar.gz fetchmail-cfec6074565fbe4e59ce144595240f2baa54e90f.tar.bz2 fetchmail-cfec6074565fbe4e59ce144595240f2baa54e90f.zip |
suggest '/usr/sbin/sendmail \-i \-f %F \-\- %T' rather than '/usr/sbin/sendmail \-i \-f %F %T' as MDA
svn path=/branches/BRANCH_6-3/; revision=4699
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index 64165724..d9ea654a 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -490,7 +490,7 @@ resource-exhaustion errors; the nonzero status tells fetchmail that delivery failed and prevents the message from being deleted off the server. If \fIfetchmail\fR is running as root, it sets its user id to that of the target user while delivering mail through an MDA. Some -possible MDAs are "/usr/sbin/sendmail \-i \-f %F %T", "/usr/bin/deliver" +possible MDAs are "/usr/sbin/sendmail \-i \-f %F \-\- %T", "/usr/bin/deliver" and "/usr/bin/maildrop \-d %T". Local delivery addresses will be inserted into the MDA command wherever you place a %T; the mail message's From address will be inserted where you place @@ -1880,7 +1880,7 @@ periodically issuing NOOP. If you need to poll a link frequently, IDLE can save bandwidth by eliminating TCP/IP connects and LOGIN/LOGOUT sequences. On the other hand, an IDLE connection will eat almost all of your fetchmail's time, because it will never drop the connection -and allow other pools to occur unless the server times out the IDLE. +and allow other polls to occur unless the server times out the IDLE. It also doesn't work with multiple folders; only the first folder will ever be polled. |