diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-11-26 11:14:47 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-11-26 11:19:33 +0100 |
commit | 1ff7ec141e23c7d6f4eb292c035011b6158ad2bd (patch) | |
tree | 654cb33ab4d2586b97a8f6e1ff2425454e648f3a /fetchmail-FAQ.html | |
parent | 297dff5913c3fbbb6ba17ffa89d8a1e3a424402b (diff) | |
download | fetchmail-1ff7ec141e23c7d6f4eb292c035011b6158ad2bd.tar.gz fetchmail-1ff7ec141e23c7d6f4eb292c035011b6158ad2bd.tar.bz2 fetchmail-1ff7ec141e23c7d6f4eb292c035011b6158ad2bd.zip |
Import multidrop documents, and link in FAQ.
Diffstat (limited to 'fetchmail-FAQ.html')
-rw-r--r-- | fetchmail-FAQ.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 4e75156e..2c2a5cda 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -210,6 +210,7 @@ fetchmail seems to have been vanished.</a><br/> <h2 id="C_M">Multidrop-mode problems</h2> +<a href="#M0">M0. What about multidrop, anyways?</a><br /> <a href="#M1">M1. I've declared local names, but all my multidrop mail is going to root anyway.</a><br/> <a href="#M2">M2. I can't seem to get fetchmail to route to a local @@ -2640,6 +2641,15 @@ fetch options.</p> <hr/> <h1>Multidrop-mode problems</h1> +<h2><a id="M0" name="M0">M0. What about multidrop, anyways?</a></h2> + +<p>Multidrop is a way to receive mail for several receivers in one +mailbox. It is sort of abusing the system (using address extensions +would be more useful, where available) and has quite some +requirements to work properly. I wrote a separate article to document +this, it is avavailable <a href="multidrop.html"> in English </a> +and <a href="multidrop.de.html"> in German.</a></p> + <h2><a id="M1" name="M1">M1. I've declared local names, but all my multidrop mail is going to root anyway.</a></h2> |