diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-02 18:57:20 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-02 18:57:20 +0000 |
commit | 22171669991f563601c5221028d8be8d638cfbb1 (patch) | |
tree | 44e1290f9e9d83bfe33bad151266468e445e4e99 | |
parent | 470f7ba5b72d8507484996377c7efd87f560f453 (diff) | |
download | fetchmail-22171669991f563601c5221028d8be8d638cfbb1.tar.gz fetchmail-22171669991f563601c5221028d8be8d638cfbb1.tar.bz2 fetchmail-22171669991f563601c5221028d8be8d638cfbb1.zip |
Fair warning about multidrop.
svn path=/trunk/; revision=1141
-rw-r--r-- | fetchmail-FAQ.html | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index a3ef7eb2..67f3eb75 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -915,11 +915,17 @@ A lot of people want to use fetchmail as a poor man's internetwork mail gateway, picking up mail accumulated for a whole domain in a single server mailbox and then routing based on what's in the To/Cc/Bcc lines.<p> -This is one of the things multidrop mode is for (though you -<em>are</em> going to get hurt by some mailing list software; see the -caveats under THE USE AND ABUSE OF MULTIDROP MAILBOXES on the man -page). If you want to try it, the way to do it is with the -`<CODE>localdomains</CODE>' option.<p> +In general, this is not really a good idea. It would be smarter to +just let the mail sit in the mailserver's queue and use fetchmail's +ETRN mode to trigger SMTP sends periodically (of course, this means +you have to poll more frequently than the mailserver's expiry period). +If you can't arrange this, try setting up a UUCP feed.<P> + +If neither of these alternatives is available, multidrop mode may do +(though you <em>are</em> going to get hurt by some mailing list +software; see the caveats under THE USE AND ABUSE OF MULTIDROP +MAILBOXES on the man page). If you want to try it, the way to do it +is with the `<CODE>localdomains</CODE>' option.<p> In general, if you use localdomains you need to make sure of two other things: <p> @@ -1113,7 +1119,7 @@ biff n to solve the problem system-wide.<P> -$Id: fetchmail-FAQ.html,v 1.41 1997/07/01 13:09:20 esr Exp $<p> +$Id: fetchmail-FAQ.html,v 1.42 1997/07/02 18:57:20 esr Exp $<p> <HR> <ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |