Ok, this is a solution. I tried to avoid this because it consumes some
resources.
I have problems ONLY with this specific spam.
I try to find out if there is something like this:
- reject all emails that come from a different server to my server and
have the From: header a local address (on my server).
In /etc/posfix/access_sender I have:
mydomain REJECT Illegal domain
I doesn't work.
On 09/06/2013 04:51 PM, Wietse Venema wrote:
wiseadmin:
I have a postfix server for
many years. The anti-spam filters were ok, I got in general just a
couple of spams per day.<br>
<br>
Since a month or so, I start getting
more than 100 spams for every user on a specific account/domain
per
day. These spams look all the same or are very similar. <br>
The
situation is practically unmanageable. I wanted to reject these
emails using postfix but I couldn't. I set up SpamAssassin and it
catch 99% from them.<br>
To block mail during the SMTP session, you need to configure Postfix
with a before-queue filter such as amavisd-new which can integrate
SpamAssassin into Postfix.
http://www.ijs.si/software/amavisd/
Wietse