Specifically I added
check_sender_access hash:/etc/postfix/copycats
to
smtpd_recipient_restrictions=
after the mynetworks and SASL authenticated permits, added
an /etc/postfix/copycats file containing
thisisreallymydomain.com REJECT
This seems to be effective at stopping some of the spam, but other still
arrives, with headers like:
Received: by www.thisisireallymydomain.com (Postfix)
id 3C916254775; Tue, 30 Dec 2008 03:50:01 -0800 (PST)
Delivered-To: n...@thisisireallymydomain.com
Received: from alkhorayef.com (unknown [91.189.132.54])
by www.thisisireallymydomain.com (Postfix) with SMTP id B31A025472A
for <n...@thisisireallymydomain.com>; Tue, 30 Dec 2008 03:49:59 -0800
(PST)
To: <n...@thisisireallymydomain.com>
Subject: Celebrate a victory in love
From: <n...@thisisireallymydomain.com>
MIME-Version: 1.0
Importance: High
Content-Type: text/html
Message-Id: <20081230114959.b31a0254...@www.thisisireallymydomain.com>
Date: Tue, 30 Dec 2008 03:49:59 -0800 (PST)
Return-Path: p...@acculab.com
X-OriginalArrivalTime: 30 Dec 2008 11:50:31.0292 (UTC)
FILETIME=[D10EABC0:01C96A74]
This arrives in the inbox of no...@thisisreallymydomain.com with no
indication of the
actual source being a different domain, as "From"
n...@thisisreallymydomain.com.
How come your server receives mail for thisisireallymydomain.com ?
Received: from alkhorayef.com (unknown [91.189.132.54])
by www.thisisireallymydomain.com (Postfix) with SMTP id B31A025472A
for <n...@thisisireallymydomain.com>; Tue, 30 Dec 2008 03:49:59 -0800
Delivered-To: n...@thisisireallymydomain.com
If this is ok, than you have to add also this domain to
check_sender_access table.
Are you using reject_unauth_destination ? This one should be before
check_sender_access.
Pawel