How can i explain to Zimbra Spamassasin that it doesn't consider the local domain authenticated users emails as SPAM?
Release 5.0.2_GA_1975.UBUNTU6 UBUNTU6 FOSS edition
2.6.15-55-server
After many years Zimbra 2 week ago had start to consider local domain authenticated users emails as SPAM
ex. mail send from
user1@mydomain.com to
user2@mydomain.com is tagged SPAM
Code:
Return-Path: user1@mydomain.com
Received: from 10.0.0.39 (LHLO mail.mydomain.com) (10.0.0.39) by
mail.mydomain.com with LMTP; Mon, 29 Mar 2010 11:52:05 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
by mail.mydomain.com (Postfix) with ESMTP id 4339D1E01D5;
Mon, 29 Mar 2010 11:52:05 +0200 (CEST)
X-Virus-Scanned: amavisd-new at
X-Spam-Flag: YES
X-Spam-Score: 7.536
X-Spam-Level: *******
X-Spam-Status: Yes, score=7.536 tagged_above=-10 required=6.6
tests=[BAYES_50=0.001, DNS_FROM_OPENWHOIS=1.13,
FH_DATE_PAST_20XX=3.188, FORGED_MUA_OUTLOOK=3.116, HTML_MESSAGE=0.001,
RDNS_NONE=0.1]
Received: from mail.mydomain.com ([127.0.0.1])
by localhost (mail.mydomain.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id dQ28S5ZVUAt9; Mon, 29 Mar 2010 11:52:04 +0200 (CEST)
Received: from client (unknown [192.168.0.245])
by mail.mydomain.com (Postfix) with ESMTP id E7CA41E01D4
for <user2@mydomain.com>; Mon, 29 Mar 2010 11:52:04 +0200 (CEST)
Message-ID: <ED81A82F4319412B8524A5912BD6486B@mydomain.com>
From: "User1" <user1@mydomain.com>
To: "User2" <user2@mydomain.com>
Subject: ***SPAM***test
Date: Mon, 29 Mar 2010 11:52:04 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_00F0_01CACF36.40586940"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.3790.4548
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325
I have tried to use whitelist_from in salocal.cf.in but this also accept fake emails
Code:
# This is the right place to customize your installation of SpamAssassin.
#
# See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
# tweaked.
#
###########################################################################
#
# rewrite_header Subject *****SPAM*****
# report_safe 1
# trusted_networks 212.17.35.
# lock_method flock
header DSPAM_SPAM X-DSPAM-Result =~ /^Spam$/
describe DSPAM_SPAM DSPAM claims it is spam
score DSPAM_SPAM 1.5
header DSPAM_HAM X-DSPAM-Result =~ /^Innocent$/
describe DSPAM_HAM DSPAM claims it is ham
score DSPAM_HAM -0.5
%%uncomment VAR:zimbraMtaMyNetworks%%trusted_networks %%zimbraMtaMyNetworks%%
trusted_networks 127.0.0.0/8 10.0.0.0/24 192.168.0.0/24 192.168.1.0/24
internal_networks 127.0.0.0/8 10.0.0.0/24 192.168.0.0/24 192.168.1.0/24
rewrite_header Subject *SPAM* _STARS(*)_
bayes_auto_learn 1
bayes_min_spam_num 60
bayes_min_ham_num 60
clear_headers
add_header spam Flag _YESNOCAPS_
add_header all Status _YESNO_, score=_SCORE_ required=_REQD_ tests=_TESTS_ autolearn=_AUTOLEARN_ version=_VERSION_
add_header all Level _STARS(*)_
add_header all Checker-Version SpamAssassin _VERSION_ (_SUBVERSION_) on _HOSTNAME
###########
whitelist_from *@mydomain.com
###########
After i have removed whitelist_from *@mydomain.com and tried whitelist_from_rcvd (only on my personal email) but with no results, is this correct for my purposes?
Zimbra Postfix have disabled MTA reverse DNS check and other DNS checks, i can't enable it or enable postgrey ect. due to company policies
Restrictions enabled
zimbraMtaRestriction: reject_invalid_hostname
zimbraMtaRestriction: reject_non_fqdn_hostname
zimbraMtaRestriction: reject_non_fqdn_sender