diff options
| author | bwarsaw | 2002-10-18 21:02:15 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-10-18 21:02:15 +0000 |
| commit | cd009003bbfb4eb89fdb9682865c3c5595cc976a (patch) | |
| tree | c89b2e8d5e75e4371d88f73012b40538a034c7dd | |
| parent | e79990588146ff3db0eefe73f0c9b0b16032af87 (diff) | |
| download | mailman-cd009003bbfb4eb89fdb9682865c3c5595cc976a.tar.gz mailman-cd009003bbfb4eb89fdb9682865c3c5595cc976a.tar.zst mailman-cd009003bbfb4eb89fdb9682865c3c5595cc976a.zip | |
Another update from Greg
| -rw-r--r-- | README.EXIM | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/README.EXIM b/README.EXIM index 856793a1d..c1e938278 100644 --- a/README.EXIM +++ b/README.EXIM @@ -197,11 +197,11 @@ Receiver Verification Exim's receiver verification feature is very useful -- it lets Exim reject unrouteable addresses at SMTP time. However, this is most useful -for externally-originating mail that is addresses to mail in one of your +for externally-originating mail that is addressed to mail in one of your local domains. For Mailman list traffic, mail originates on your server, and is addressed to random external domains that are not under your control. Furthermore, each message is addressed to many recipients --- up to 500 if you use Mailman's default configuration, and don't tweak +-- up to 500 if you use Mailman's default configuration and don't tweak SMTP_MAX_RCPTS. Doing receiver verification on Mailman list traffic is a recipe for @@ -244,13 +244,6 @@ you generally want to receive bounces for Mailman lists, even if those bounces are themselves not bounceable. Thus, you might want to disable SMTP callback on bounce messages. -If you do header and envelope callbacks, you can disable them for -bounces to Mailman lists (it is quite common for internal hosts to -bounce with a non-reachable internal address). The idea is that you -typically don't want non-bounceable email, but you'd better accept -bounces to Mailman lists so that you can unsubscribe the people who -are bouncing. - With Exim 4, you can accomplish this using something like the following in your "RCPT TO" ACL: |
