Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6C04D200D0B for ; Wed, 27 Sep 2017 18:12:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6A9791609CA; Wed, 27 Sep 2017 16:12:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B1F8C1609BC for ; Wed, 27 Sep 2017 18:12:29 +0200 (CEST) Received: (qmail 2831 invoked by uid 500); 27 Sep 2017 16:12:28 -0000 Mailing-List: contact users-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@spamassassin.apache.org Received: (qmail 2821 invoked by uid 99); 27 Sep 2017 16:12:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2017 16:12:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id BA42F1A0A12 for ; Wed, 27 Sep 2017 16:12:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id wRvrAmvwgmTl for ; Wed, 27 Sep 2017 16:12:25 +0000 (UTC) Received: from posta.msw.it (posta.msw.it [88.33.124.107]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 689CF5FDD9 for ; Wed, 27 Sep 2017 16:12:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by posta.msw.it (Postfix) with ESMTP id CB52E6F4387 for ; Wed, 27 Sep 2017 18:12:18 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at posta.msw.it Received: from posta.msw.it ([127.0.0.1]) by localhost (posta.msw.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BlOmVFdcyzO6 for ; Wed, 27 Sep 2017 18:12:13 +0200 (CEST) Received: by posta.msw.it (Postfix, from userid 33) id F15936F4324; Wed, 27 Sep 2017 18:12:12 +0200 (CEST) To: Subject: Re: Increasing spam level for MX backup =?UTF-8?Q?server=3F?= X-PHP-Originating-Script: 0:main.inc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 27 Sep 2017 18:12:12 +0200 From: Davide Marchi In-Reply-To: <20170924180901.GB18044@fantomas.sk> References: <1a438a40afbed5a3725b09c40b5c0e2f@msw.it> <20170924180901.GB18044@fantomas.sk> Message-ID: <55cf70ba1407eb3190c1989fdaa9a416@msw.it> X-Sender: danjde@msw.it User-Agent: Roundcube Webmail/0.7.2 archived-at: Wed, 27 Sep 2017 16:12:30 -0000 Il 2017-09-24 20:09 Matus UHLAR - fantomas ha scritto: > On 22.09.17 18:19, Davide Marchi wrote: >>On Debian Jessie, Postfix 2.11.3 and Spamassassin 3.4.0-6, I've just >> setup an MX email backup server and now I realize that new spam come >> from the MX backup server.. >>Is there any way to tell to reject any mail coming to the MX backup >> server, if the primary server is up? > > postscreen, if ou use postfix, supports this: > > http://www.postfix.org/POSTSCREEN_README.html#white_veto Yes, this looks just what I was looking for! I have to deepen because it opens a world with Postcreen :-P Thanks Matus!