Hi,
have a problem with mail outgoing from my Zimbra server to Gmail, it mark spam my mail.
In order i search on forum a workaround for this problem, i find more post, but i don't have resolve my problem.
This is my situation in specify (domain.it is an example) :
Code:
zmcontrol -v
Release 6.0.10_GA_2692.RHEL5_64_20101215170845 CentOS5_64 FOSS edition.
Hostname (ok)
Code:
hostname -f
mail.domain.it
Hosts
Code:
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
192.168.xxx.xxx mail.domain.it mail
Revers Dns (ok) My Server is behind NAT
Code:
dig -x 79.39.xxx.xxx
;; ANSWER SECTION:
96.106.xx.xx.in-addr.arpa. 86400 IN PTR mail.domain.it.
In main.cf ther is
Code:
header_checks = pcre:/opt/zimbra/conf/postfix_header_checks
postfix_masquerade_domains = mail.domain.it
/opt/zimbra/conf/postfix_header_checks.in
Code:
%%uncomment VAR:zimbraMtaBlockedExtension%%/filename=\"?(.*)\.(%%list VAR:zimbraMtaBlockedExtension |%%)\"?$/
%%uncomment VAR:zimbraMtaBlockedExtension%% REJECT For security reasons we reject attachments of this type
%%uncomment VAR:zimbraMtaBlockedExtension%%/^\s*Content-(Disposition|Type).*name\s*=\s*"?(.+\.(%%list VAR:zimbraMtaBlockedExtension |%%))"?\s*$/
%%uncomment VAR:zimbraMtaBlockedExtension%% REJECT Attachment type not allowed. File "$2" has the unacceptable extension "$3"
/^Received: from .+\..+\.domain\.it .+(by mail\.domain\.it .+) / REPLACE Received: $1
Header of mail in incoming from Zimbra to Gmail
Code:
Delivered-To: mail@gmail.com
Received: by 10.223.164.75 with SMTP id d11cs257582fay;
Mon, 21 Feb 2011 06:21:45 -0800 (PST)
Received: by 10.227.132.69 with SMTP id a5mr1218011wbt.123.1298297613961;
Mon, 21 Feb 2011 06:13:33 -0800 (PST)
Return-Path: <xxxx@domain.it>
Received: from mail.domain.it (mail.domain.it [79.39.xx.xx])
by mx.google.com with ESMTP id y20si7654988wbh.78.2011.02.21.06.13.32;
Mon, 21 Feb 2011 06:13:32 -0800 (PST)
Received-SPF: pass (google.com: domain of xxxx@domain.it designates 79.39.xx.xx as permitted sender) client-ip=79.39.xx.xx;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of xxxx@domain.it designates 79.39.xx.xx as permitted sender) smtp.mail=xxxx@domain.it
Received: from localhost (localhost.localdomain [127.0.0.1])
by mail.domain.it (Postfix) with ESMTP id 6A3BA13E403A
for <mail@gmail.com>; Mon, 21 Feb 2011 15:13:31 +0100 (CET)
X-Virus-Scanned: amavisd-new at domain.it
Received: from mail.domain.it ([127.0.0.1])
by localhost (mail.domain.it [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 6dFzGT3Z+Ib4 for <mail@gmail.com>;
Mon, 21 Feb 2011 15:13:31 +0100 (CET)
Received: by mail.domain.it (Postfix) with ESMTP id 1206613E4039
for <mail@gmail.com>; Mon, 21 Feb 2011 15:13:31 +0100
Date: Mon, 21 Feb 2011 15:13:30 +0100 (CET)
From: xxxx <xxxx@domain.it>
To: mail@gmail.com
Message-ID: <786904912.2.1298297610956.JavaMail.root@mail.domain.it>
Subject: test3
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - SAF3 (Linux)/6.0.10_GA_2692)
test3 If i send the same mail from Zimbra domain.it to another Server Zimbra i recived:
Code:
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level:
X-Spam-Status: No, score=-1.911 tagged_above=-10 required=6.6
tests=[BAYES_00=-1.9, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]
autolearn=ham
My pubblic Ip isn't listen in any blacklist i use this website for query to BL
MX Lookup Tool - Check your DNS MX Records online - MxToolbox
So, now i have no idea for a workaround.
There is no one wants to help me ?
Thanks a lot