diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-09-06 21:10:38 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-09-06 21:10:38 +0200 |
commit | 514239e63f18708b86d41db7fa78f49714b10c29 (patch) | |
tree | 0543abaedfba9b70c996e4db9d1cef083eaf371c | |
parent | c73bada9f61c0fa184c191a0bfaca17e0e2356dd (diff) | |
download | fetchmail-514239e63f18708b86d41db7fa78f49714b10c29.tar.gz fetchmail-514239e63f18708b86d41db7fa78f49714b10c29.tar.bz2 fetchmail-514239e63f18708b86d41db7fa78f49714b10c29.zip |
Mention that user@server must be unique.
-rw-r--r-- | fetchmail.man | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index cdb88627..237710f8 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -2812,7 +2812,7 @@ it). Running \fBfetchmail\fP in foreground while a background fetchmail is running will do whichever of these is appropriate to wake it up. -.SH BUGS AND KNOWN PROBLEMS +.SH BUGS, LIMITATIONS, AND KNOWN PROBLEMS .PP Please check the \fBNEWS\fP file that shipped with fetchmail for more known bugs than those listed here. @@ -2822,6 +2822,10 @@ character, for instance "demonstr@ti on". These are rather uncommon and only hurt when using UID-based \-\-keep setups, so the 6.3.X versions of fetchmail won't be fixed. .PP +Fetchmail cannot handle configurations where you have multiple accounts +that use the same server name and the same login. Any user@server +combination must be unique. +.PP The assumptions that the DNS and in particular the checkalias options make are not often sustainable. For instance, it has become uncommon for an MX server to be a POP3 or IMAP server at the same time. Therefore the |