aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-08 20:23:21 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-08 20:23:21 +0000
commit74b10ad53f67646209561548fe0b4acfc1f22690 (patch)
tree5f4fea03c6a807c3b1d2ec5737cf0d78ff158358 /fetchmail.man
parent8189282e30abc8e82edafa0031b236ff654f08d9 (diff)
downloadfetchmail-74b10ad53f67646209561548fe0b4acfc1f22690.tar.gz
fetchmail-74b10ad53f67646209561548fe0b4acfc1f22690.tar.bz2
fetchmail-74b10ad53f67646209561548fe0b4acfc1f22690.zip
Added the --invisible option.
svn path=/trunk/; revision=1492
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man10
1 files changed, 10 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 638f7f02..f044017c 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -572,6 +572,16 @@ or
option was used.
.PP
The
+.B --invisible
+option tries to make fetchmail invisible. Normally, fetchmail behaves
+like any other MTA would -- it generates a Received header into each
+message describing its place in the chain of transmission, and tells
+the MTA it forwards to that the mail came from the machine fetchmail
+itself is running on. If the invisible option is on, the Received
+header is suppressed and fetchmail tries to spoof the MTA it forwards
+to into thinking it came directly from the mailserver host.
+.PP
+The
.B \-N
or --nodetach option suppresses backgrounding and detachment of the
daemon process from its control terminal. This is primarily useful