diff options
-rw-r--r-- | fetchmail.man | 17 | ||||
-rwxr-xr-x | fetchmailconf | 2 |
2 files changed, 10 insertions, 9 deletions
diff --git a/fetchmail.man b/fetchmail.man index ad05df3b..bf75889f 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -633,7 +633,7 @@ debugging configurations. .PP The .B --syslog -option (keyword: syslog) allows you to redirect status and error +option (keyword: set syslog) allows you to redirect status and error messages emitted to the .IR syslog (3) system daemon if available. @@ -651,13 +651,14 @@ 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. +option (keyword: set invisible) 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 diff --git a/fetchmailconf b/fetchmailconf index 2ba73689..98e9e57d 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -985,7 +985,7 @@ knows all about qpopper. It appears you're talking to CompuServe. You can use their special RPA service for authentication, but only if your fetchmail -V output's first line contains the string "RPA". This is not included in stock fetchmail -binsries; to compile it in, rebuild from sources with the configure +binaries; to compile it in, rebuild from sources with the configure option --enable-RPA. """ if string.find(greetline, "IMAP2bis") > 0: |