aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-30 00:30:19 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-30 00:30:19 +0000
commitd663cc3fca160932358b8ddb90da1f762d32f0e8 (patch)
tree446fdbf46361ab10bddee6100550d8bc3f66ae12 /fetchmail.man
parentb4d8260de53fb2a7cea6b6cd8aa1f9fe5a1d1108 (diff)
downloadfetchmail-d663cc3fca160932358b8ddb90da1f762d32f0e8.tar.gz
fetchmail-d663cc3fca160932358b8ddb90da1f762d32f0e8.tar.bz2
fetchmail-d663cc3fca160932358b8ddb90da1f762d32f0e8.zip
Version bump.
svn path=/trunk/; revision=430
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man14
1 files changed, 10 insertions, 4 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 8f8d0389..004857f8 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -693,14 +693,20 @@ monitoring software.
Retrieval and forwarding from multi-drop server mailboxes is at most
as reliable as your mail server host's DNS service. Each host address
part in each message of a multi-drop mailbox is looked up through DNS
-to see if it's an alias of the mail server. If it is, but the lookup
-fails due to network congestion or a crashed server, forwarding will
-not get done correctly. This check \fIwill\fR catch equivalences
-created by MX records.
+to see if it's an alias of the mail server (the method \fIwill\fR
+catch equivalences created by MX records). If it is an alias of the
+server, but the lookup fails due to network congestion or a crashed
+server, forwarding will not get done correctly.
.PP
The multi-drop mailbox code was hard to test thoroughly and may have obscure
failure modes, especially in the presence of DNS flakiness.
.PP
+The configuration file grammar is ugly and tricky. This is an
+unfortunate result of trying to stay compatible with the old popclient
+syntax. The way it is most likely to bite is if you try to declare
+a `defaults' entry with no user options. This should work, but does
+not. To work around this problem, add a redundant `user' declaration.
+.PP
Under Linux, if fetchmail is run in daemon mode with the network
inaccessible, each poll leaves a socket allocated but in CLOSE state
(this is visible in netstat(1)'s output). For some reason, these