~ubuntu-branches/ubuntu/saucy/postfix/saucy

« back to all changes in this revision

Viewing changes to proto/BACKSCATTER_README.html

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
</blockquote>
77
77
 
78
78
<p> What you see are lots of "user unknown" errors with "from=&lt;&gt;".
79
 
These are error reports from MAILER-DAEMONs elsewhere on the Internet.
 
79
These are error reports from MAILER-DAEMONs elsewhere on the Internet,
 
80
about email that was sent with a false sender address in your domain.
80
81
</p>
81
82
 
82
83
<h2><a name="random">How do I block backscatter mail to random
183
184
    body_checks = pcre:/etc/postfix/body_checks
184
185
 
185
186
/etc/postfix/header_checks:
 
187
    # Do not indent the text between "if" and "endif".
186
188
    if /^Received:/
187
189
    /^Received: +from +(porcupine\.org) +/
188
190
        reject forged client name in Received: header: $1
196
198
        reject forged domain name in Message-ID: header: $1
197
199
 
198
200
/etc/postfix/body_checks:
 
201
    # Do not indent the text between "if" and "endif".
199
202
    if /^[&gt; ]*Received:/
200
203
    /^[&gt; ]*Received: +from +(porcupine\.org) /
201
204
        reject forged client name in Received: header: $1