I installed Zimbra 9 Open Source build by Zextras on ubuntu 18. Everything works fine, except for the extra headers.
I try to remove received headers from sended mails (all headers like this: **Received: from... by ...**).
At first, I have like this:
Delivered-To: me#gmail.com
Received: by 2002:a5d:488c:0:0:0:0:0 with SMTP id ...;
Tue, 4 Jan 2022 08:53:22 -0800 (PST)
X-Google-Smtp-Source: ...
X-Received: by 2002:a17:906:229b:: with SMTP id ...;
Tue, 04 Jan 2022 08:53:22 -0800 (PST)
ARC-Seal: i=1; a=rsa-sha256; t=1641315202; cv=none;
d=google.com; s=arc-20160816;
b=...
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
h=thread-topic:thread-index:mime-version:subject:message-id:to:from
:date:dkim-signature:dkim-filter;
bh=...
b=...
ARC-Authentication-Results: i=1; mx.google.com;
dkim=pass header.i=#domain.org header.s=F6EBFE12-68E2-11EC-8CB9-115052E52692 header.b=qO7Nn1lY;
spf=pass (google.com: domain of admin#domain.org designates domain-ip as permitted sender) smtp.mailfrom=admin#domain.org;
dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=domain.org
Return-Path: <admin#domain.org>
Received: from mx1.domain.org (mx1.domain.org. [domain-ip])
by mx.google.com with ESMTPS id ...
for <me#gmail.com>
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
Tue, 04 Jan 2022 08:53:22 -0800 (PST)
Received-SPF: pass (google.com: domain of admin#domain.org designates domain-ip as permitted sender) client-ip=domain-ip;
Authentication-Results: mx.google.com;
dkim=pass header.i=#domain.org header.s=F6EBFE12-68E2-11EC-8CB9-115052E52692 header.b=qO7Nn1lY;
spf=pass (google.com: domain of admin#domain.org designates domain-ip as permitted sender) smtp.mailfrom=admin#domain.org;
dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=domain.org
Received: from localhost (localhost [127.0.0.1]) by mx1.domain.org (Postfix) with ESMTP id DBDA31807F1 for <me#gmail.com>; Tue, 4 Jan 2022 16:53:21 +0000 (UTC)
Received: from mx1.domain.org ([127.0.0.1]) by localhost (mx1.domain.org [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id XkOWdVTrcHNd for <me#gmail.com>; Tue, 4 Jan 2022 16:53:21 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1]) by mx1.domain.org (Postfix) with ESMTP id 84ECF1807F2 for <me#gmail.com>; Tue, 4 Jan 2022 16:53:21 +0000 (UTC)
DKIM-Filter: OpenDKIM Filter v2.10.3 mx1.domain.org 84ECF1807F2
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=domain.org; s=...; t=...; bh=... h=Date:From:To:Message-ID:MIME-Version; b=...
X-Virus-Scanned: amavisd-new at domain.org
Received: from mx1.domain.org ([127.0.0.1]) by localhost (mx1.domain.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id jlS3dyZaaFn8 for <me#gmail.com>; Tue, 4 Jan 2022 16:53:21 +0000 (UTC)
Received: from mx1.domain.org (mx1.domain.org [mx1 local ip]) by mx1.domain.org (Postfix) with ESMTP id 68EE11807EE for <me#gmail.com>; Tue, 4 Jan 2022 16:53:21 +0000 (UTC)
Date: Tue, 4 Jan 2022 16:53:21 +0000 (UTC)
From: admin#domain.org
To: me <me#gmail.com>
Message-ID: <1641315201373.JavaMail.zimbra#domain.org>
Subject: 555
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary=...
Thread-Index: ...
Thread-Topic: 555
In this headers I have 7 "Received" blocks
After this, I do in console:
> zmprov mcf zimbraMtaBlockedExtensionWarnRecipient FALSE
> zmprov mcf zimbraMtaHeaderChecks 'pcre:/opt/zimbra/conf/postfix_header_checks pcre:/opt/zimbra/conf/custom_header_checks'
and put into custom_header_checks this lines:
/X-Virus-Scanned/ IGNORE
/^X-Originating-IP:/ IGNORE
/^X-Mailer:/ IGNORE
/^Mime-Version:/ IGNORE
/^User-Agent:/ IGNORE
/^X-Sanitizer:/ IGNORE
/^X-Spam-Status:/ IGNORE
/^X-Spam-Level:/ IGNORE
/^X-MimeOLE:/ IGNORE
/^X-MSMail-Priority:/ IGNORE
/Message-Id:\s+<(.*?).JavaMail.zimbra#domain.org>/ REPLACE Message-Id: <$1#domain.org>
/^Received: (.*?)/ IGNORE
/^Received:/ IGNORE
After these actions I get this headers:
Delivered-To: me#gmail.com
Received: by 2002:a5d:488c:0:0:0:0:0 with SMTP id ...;
Tue, 4 Jan 2022 09:27:44 -0800 (PST)
X-Google-Smtp-Source: ...
X-Received: by 2002:aa7:cd71:: with SMTP id ca17mr9922635edb.19.1641317264625;
Tue, 04 Jan 2022 09:27:44 -0800 (PST)
ARC-Seal: i=1; a=rsa-sha256; t=...; cv=none;
d=google.com; s=arc-20160816;
b=...
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
h=thread-topic:thread-index:subject:message-id:to:from:dkim-signature
:dkim-filter:date;
bh=...
b=...
ARC-Authentication-Results: i=1; mx.google.com;
dkim=pass header.i=#domain.org header.s=F6EBFE12-68E2-11EC-8CB9-115052E52692 header.b=aTzRC9NO;
spf=pass (google.com: domain of admin#domain.org designates domain-ip as permitted sender) smtp.mailfrom=admin#domain.org;
dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=domain.org
Return-Path: <admin#domain.org>
Received: from mx1.domain.org (mx1.domain.org. [domain-ip])
by mx.google.com with ESMTPS id ...
for <me#gmail.com>
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
Tue, 04 Jan 2022 09:27:44 -0800 (PST)
Received-SPF: pass (google.com: domain of admin#domain.org designates domain-ip as permitted sender) client-ip=domain-ip;
Authentication-Results: mx.google.com;
dkim=pass header.i=#domain.org header.s=F6EBFE12-68E2-11EC-8CB9-115052E52692 header.b=aTzRC9NO;
spf=pass (google.com: domain of admin#domain.org designates domain-ip as permitted sender) smtp.mailfrom=admin#domain.org;
dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=domain.org
Received: from localhost (localhost [127.0.0.1]) by mx1.domain.org (Postfix) with ESMTP id 339761807F7 for <me#gmail.com>; Tue, 4 Jan 2022 17:27:44 +0000 (UTC)
Received: from mx1.domain.org ([127.0.0.1]) by localhost (mx1.domain.org [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id IDUM9YOcCGqX for <me#gmail.com>; Tue, 4 Jan 2022 17:27:44 +0000 (UTC)
Date: Tue, 4 Jan 2022 17:27:43 +0000 (UTC)
DKIM-Filter: OpenDKIM Filter v2.10.3 mx1.domain.org F0B571807F8
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=domain.org; s=...; t=...; bh=...; h=Date:From:To:Message-Id; b=...
From: admin#domain.org
To: me <me#gmail.com>
Message-Id: <1641317263779#domain.org>
Subject: 666
Content-Type: multipart/alternative; boundary=...
Thread-Index: ...
Thread-Topic: 666
There are 4 blocks "Received" left.
How I can remove at least the last two?
Solved this issue:
In console:
zmlocalconfig -e postfix_header_checks="pcre:/opt/zimbra/conf/postfix_header_checks, pcre:/opt/zimbra/conf/custom_header_checks"
After in file /opt/zimbra/common/conf/master.cf.in from string:
-o receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_address_mappings
remove no_header_body_checks
Related
Since July 3, we have been receiving hundreds of spam emails from Sendgrid, through Rackspace to our emails.
I have blacklisted the full SendGrid IP range 192.254.125.xxx
I have blacklisted the sender email - bounce#smecos.bes
I have blacklisted the sender domain - smecos.best
I have verified that there is no entry on our whitelist for it.
Does anyone have an idea on how to block this?
Delivered-To: myemail#mydomain.com
Return-Path: <bounces+14130655-c4d2-myemail=mydomain.com#sendgrid.net>
Delivered-To: myemail#mydomain.com
Received: from director12.mail.ord1d.rsapps.net ([172.27.255.8]) by backend25.mail.ord1d.rsapps.net with LMTP id OALhG8KxBF9jTAAAANS3aA for <myemail#mydomain.com>; Tue, 07 Jul 2020 13:32:50 -0400
Received: from proxy10.mail.iad3a.rsapps.net ([172.27.255.8]) by director12.mail.ord1d.rsapps.net with LMTP id WBInGcKxBF/cKgAAIasKDg ; Tue, 07 Jul 2020 13:32:50 -0400
Received: from smtp15.gate.iad3a ([172.27.255.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) by proxy10.mail.iad3a.rsapps.net with LMTP id QPz7EsKxBF80MAAAnQ/bqA ; Tue, 07 Jul 2020 13:32:50 -0400
Return-Path: <bounces+14130655-c4d2-myemail=mydomain.com#sendgrid.net>
X-Spam-Exception: WHITELISTED
X-Spam-Threshold: 95
X-Spam-Score: 100
X-MS-Exchange-Organization-SCL: 9
Precedence: junk
X-Spam-Flag: YES
X-Virus-Scanned: OK
X-Orig-To: myemail#mydomain.com
X-Originating-Ip: [192.254.125.54]
Authentication-Results: smtp15.gate.iad3a.rsapps.net; iprev=pass policy.iprev="192.254.125.54"; spf=pass smtp.mailfrom="bounces+14130655-c4d2-myemail=mydomain.com#sendgrid.net" smtp.helo="o19225412554.outbound-mail.sendgrid.net"; dkim=pass header.d=sendgrid.net; dmarc=none (p=nil; dis=none) header.from=smecos.best
X-Suspicious-Flag: NO
X-Classification-ID: e0a3814e-c077-11ea-8ea3-525400f46865-1-1
Received: from [192.254.125.54] ([192.254.125.54:40911] helo=o19225412554.outbound-mail.sendgrid.net) by smtp15.gate.iad3a.rsapps.net (envelope-from <bounces+14130655-c4d2-myemail=mydomain.com#sendgrid.net>) (ecelerity 4.2.38.62370 r(:)) with ESMTPS (cipher=AES256-GCM-SHA384) id 69/3D-03017-1C1B40F5; Tue, 07 Jul 2020 13:32:49 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sendgrid.net; h=content-type:from:subject:to; s=smtpapi; bh=kfSTUxrtrj7Cfftqpn3LN0WgHvE5kCnC+uOSG98vgVw=; b=h9mc6mDQC6rOc ccC9wL3Kli8FNwOSt5jau76QDpLrBAbHKhT396C0WbX2/KSD3uThrlp4nUXnvjSz r89bSPYTB6MJrgneNAlDS8NUaLi+NsKiUoR2rzuNp4DiS7srNyXLmpiDD2CT1ngR 1sWo8vVID+7G9+Zj/LmG4Hf8n1JV44=
Received: by filter1449p1las1.sendgrid.net with SMTP id filter1449p1las1-6945-5F04B1AF-2 2020-07-07 17:32:31.196480369 +0000 UTC m=+669233.137313263
Received: from localhost.local (unknown) by ismtpd0002p1lon1.sendgrid.net (SG) with ESMTP id ubRiQA93Qiu1jVJoiOUwWA for <myemail#mydomain.com>; Tue, 07 Jul 2020 17:32:30.923 +0000 (UTC)
Content-Type: text/html;
From: LeafFilter Promotion <bounce#smecos.best>
Subject: Clean-Flowing Gutters For Life. NOW 10% Off
To: myemail#mydomain.com
Date: Tue, 07 Jul 2020 17:32:31 +0000 (UTC)
Message-ID: <ubRiQA93Qiu1jVJoiOUwWA#ismtpd0002p1lon1.sendgrid.net>
X-SG-EID: pcWxy9UBUtUw1gLvETZLKtJE+upTXkXQzSeXVboYOfj8445+b2JsYfGgCpUWh8jVevl8/mhHKM7/bO cH66Ixkc6hUTlPM1+gw7fPZ+GgUnTm9aSlAe3BVn04Ij2UoKzBcvDZTSeQ36bqJOD3LuCa3N042M5N 5w7kLpwCQtqtjsCrM4HXT078AKROMUSpgkSXwz0ZXJbX5V+mjjJlMheILWef2HZCdQIqmghlz64LFz s=
Postfix Filter header_checks.pcre on
/^Message-ID: .*\.sendgrid\.net\>$/ REJECT spam emails from Sendgrid
I followed this to install and start mongodb in openSUSE: https://en.opensuse.org/MongoDB
Also created a btrfs subvolume with mongodb directory, all good.
However, when I run systemctl status mongodb, i get this error:
Job for mongodb.service failed because the control process exited with error code.
See "systemctl status mongodb.service" and "journalctl -xe" for details.
Then, I run systemctl status mongodb.service, i get:
● mongodb.service - High-performance, schema-free document-oriented database
Loaded: loaded (/usr/lib/systemd/system/mongodb.service; disabled; vendor pr>
Active: failed (Result: exit-code) since Wed 2019-10-09 19:41:36 EDT; 18s ago
Process: 31299 ExecStart=/usr/sbin/mongod -f $CONFIG $OPTIONS (code=exited, s>
More details, i run journalctl -xe:
Oct 09 19:41:29 ryzen-pc polkit-kde-authentication-agent-1[3702]: WinId of the >
Oct 09 19:41:29 ryzen-pc polkit-kde-authentication-agent-1[3702]: Trying again
Oct 09 19:41:29 ryzen-pc polkit-kde-authentication-agent-1[3702]: REQUEST
Oct 09 19:41:29 ryzen-pc polkit-kde-authentication-agent-1[3702]: Request: "Pa>
Oct 09 19:41:29 ryzen-pc polkit-kde-authentication-agent-1[3702]: "Password: "
Oct 09 19:41:31 ryzen-pc polkit-kde-authentication-agent-1[3702]: Dialog accept>
Oct 09 19:41:31 ryzen-pc polkit-agent-helper-1[31292]: gkr-pam: unable to locat>
Oct 09 19:41:31 ryzen-pc polkit-agent-helper-1[31292]: pam_unix(polkit-1:auth):>
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: COMPLETED
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: Completed: f>
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: Finishing obt>
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: Trying again
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: REQUEST
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: Request: "Pa>
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: "Password: "
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: Dialog accept>
Oct 09 19:41:36 ryzen-pc polkit-agent-helper-1[31294]: gkr-pam: unable to locat>
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: COMPLETED
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: Completed: t>
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: Finishing obt>
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: Listener adap>
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: polkit_qt_lis>
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: Finish obtain>
lines 1286-1308/1308 (END)
Oct 09 19:41:29 ryzen-pc polkit-kde-authentication-agent-1[3702]: WinId of the shown dialog is 33554461 33554461
Oct 09 19:41:29 ryzen-pc polkit-kde-authentication-agent-1[3702]: Trying again
Oct 09 19:41:29 ryzen-pc polkit-kde-authentication-agent-1[3702]: REQUEST
Oct 09 19:41:29 ryzen-pc polkit-kde-authentication-agent-1[3702]: Request: "Password: "
Oct 09 19:41:29 ryzen-pc polkit-kde-authentication-agent-1[3702]: "Password: "
Oct 09 19:41:31 ryzen-pc polkit-kde-authentication-agent-1[3702]: Dialog accepted
Oct 09 19:41:31 ryzen-pc polkit-agent-helper-1[31292]: gkr-pam: unable to locate daemon control file
Oct 09 19:41:31 ryzen-pc polkit-agent-helper-1[31292]: pam_unix(polkit-1:auth): authentication failure; logname= uid=1000 euid=0 tty= ruser=root rhost= user=root
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: COMPLETED
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: Completed: false
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: Finishing obtaining privileges
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: Trying again
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: REQUEST
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: Request: "Password: "
Oct 09 19:41:33 ryzen-pc polkit-kde-authentication-agent-1[3702]: "Password: "
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: Dialog accepted
Oct 09 19:41:36 ryzen-pc polkit-agent-helper-1[31294]: gkr-pam: unable to locate daemon control file
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: COMPLETED
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: Completed: true
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: Finishing obtaining privileges
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: Listener adapter polkit_qt_listener_initiate_authentication_finish
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: polkit_qt_listener_initiate_authentication_finish callback for 0x55afc7e206a0
Oct 09 19:41:36 ryzen-pc polkit-kde-authentication-agent-1[3702]: Finish obtain authorization: true
I tried googling but no avail. Any idea what's going on?
Thanks.
mail-tester.com results is 10/10
but send mail to gmail via roundcube, mails goes to spam.
gmail receive info:
Delivered-To: abdurrahimak#gmail.com
Received: by 2002:ac9:1d47:0:0:0:0:0 with SMTP id r7-v6csp1746391och;
Thu, 7 Jun 2018 06:13:49 -0700 (PDT)
X-Google-Smtp-Source: ADUXVKKprZ2ybuoUQOSmuaEi+0kLKiBTel5fcbAQEKn8AjNazh752opgh6IZf/vrXYirfbtczVrh
X-Received: by 2002:adf:f18b:: with SMTP id h11-v6mr1831062wro.214.1528377229401;
Thu, 07 Jun 2018 06:13:49 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; t=1528377229; cv=none;
d=google.com; s=arc-20160816;
b=DP1kpmoEB62hZMaMu499xkiPKuc3YHAn0EIXhgYe6SOjOZtk0WuvaGkZ4lfIL+KXQb
MtQLEyy1BLWYzZaS45nURVTLe2EVYATgXyvkO3jiC4dOi9hn8sQPmfKyr5if43fvueA/
yZbZpDi0+COhBnvplQHNfMCvGcD3U5pBbP12440J9nn5wt0E8zZClASFVJdC/EKgkBp9
wWBBHgXpT/fuUTNJnknq6Chlr4YrlutHqgOHbuOP+pqwlPVR8Rtm9k/4moKa8GF/QC7c
T2HCJpg4EJ+pEmCoJQqhJlQJTrKXeTWmYZo1FCzQNg+PFvBfjzdrlxigPJx2cIy6o2KH
eXiA==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
h=user-agent:message-id:from:date:content-transfer-encoding
:mime-version:subject:to:dkim-signature:arc-authentication-results;
bh=vmN648Na0Mc7LR3f7sexUyWXvcMwFUhlOCIwybiWkbM=;
b=w0SWhtSiqHwh6Og0/zxQUc7bq4uwrrDPGx4Ka6hiCMILASqnT6HGKHWj7i8PVci2mn
KnYvuji63h9CX6KptEl9+6kFpoP942oEmmFIfavi6acHTgZyBB/J7Z1tPRae+MUvfOz8
tjmT4CEMjyTpQSPY4kDfdlold36DtXP1DjAkGE0b5GLlbxArwp4xKX5VY9Z9WzL1FqbM
gCt1+3Tg/Yj2YOmxgn44guARCpXupe++136LauKw0pLLyxL+1oqg54JkO5NNRI1cx83M
I0cuRFdkXYkAxzFW15cxHnBO2+c7oLVTeczLY4W2X+rqS8xpVh8S8iUJX0grZfZ3h/i2
8uoQ==
ARC-Authentication-Results: i=1; mx.google.com;
dkim=pass header.i=#sudobilisim.com header.s=mail header.b=aP7Lg05s;
spf=pass (google.com: domain of info#sudobilisim.com designates 206.189.61.232 as permitted sender) smtp.mailfrom=info#sudobilisim.com;
dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=sudobilisim.com
Return-Path: <info#sudobilisim.com>
Received: from sudobilisim.com (sudobilisim.com. [206.189.61.232])
by mx.google.com with ESMTPS id r6-v6si1154475wma.177.2018.06.07.06.13.49
for <abdurrahimak#gmail.com>
(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
Thu, 07 Jun 2018 06:13:49 -0700 (PDT)
Received-SPF: pass (google.com: domain of info#sudobilisim.com designates 206.189.61.232 as permitted sender) client-ip=206.189.61.232;
Authentication-Results: mx.google.com;
dkim=pass header.i=#sudobilisim.com header.s=mail header.b=aP7Lg05s;
spf=pass (google.com: domain of info#sudobilisim.com designates 206.189.61.232 as permitted sender) smtp.mailfrom=info#sudobilisim.com;
dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=sudobilisim.com
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sudobilisim.com; s=mail; h=Message-ID:From:Date:Content-Transfer-Encoding: Content-Type:MIME-Version:Subject:To; bh=vmN648Na0Mc7LR3f7sexUyWXvcMwFUhlOCIwybiWkbM=; b=aP7Lg05s4KWi3XdfoVN+qdcWFG 7Zh4dRHaL+/sWz2qdeinJpyww4UAZkOpnRVSphZbEavsT8F1tJr+seW1EwHLxRY5lzUkLRSqctimD a7hd33K/wMj56h4jsRkv/UYWZsow6wzJSZukvH6tlqC1OpqC6MwdkszB1BjfjmrcDG6Q=;
Received: from admin by sudobilisim.com with local (Exim 4.86_2) (envelope-from <info#sudobilisim.com>) id 1fQujc-000723-Tf for abdurrahimak#gmail.com; Thu, 07 Jun 2018 13:13:48 +0000
To: abdurrahimak#gmail.com
Subject: deneme
X-PHP-Originating-Script: 0:rcube.php
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Date: Thu, 07 Jun 2018 16:13:48 +0300
From: info#sudobilisim.com
Message-ID: <e8d39af15cef0ff00fe5671c036cc48b#sudobilisim.com>
X-Sender: info#sudobilisim.com
User-Agent: Roundcube Webmail/1.2-beta
sa kardeş
MXTools record:
enter image description here
please help, I use vesta panel. MxTools said "SMTP Valid Hostname -> Reverse DNS is not a valid Hostname".
Digitalocean droplet name => sudobilisim.com (PTR)
vesta panel hostname => sudobilisim.com (DNS-> childns)
Vesta panel sudobilisim.com dns list :
ns2 A 206.189.61.232
ns1 A 206.189.61.232
mail._domain... TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCyKPunug/SKDmSYSyadMTEYz2W37yNBC6JqfCmnn1dH2edcDhwYeJ2Eo8enemIVFJnuMyQeci62C+3REUqzkZgkCscQsC4TExYjB+D0ZzAxryxh26WXY/kfxoMAgTzoQ4kVXlHMo5AUHPpiHYa4Jr5eSvu6tp9NgZTFG8EJ62gsQIDAQAB"
_domainkey TXT "t=y; o=~;"
_dmarc TXT "v=DMARC1; p=none"
# TXT "v=spf1 a mx ip4:206.189.61.232 ~all"
# MX10 mail.sudobilisim.com.
imap A 206.189.61.232
pop A 206.189.61.232
smtp A 206.189.61.232
mail A 206.189.61.232
ftp A 206.189.61.232
www A 206.189.61.232
# A 206.189.61.232
# NS ns2.sudobilisim.com.
# NS ns1.sudobilisim.com.
Your Reverse DNS (rDNS) resolves your IP address 206.189.61.232 correctly as 232.61.189.206.in-addr.arpa domain name pointer sudobilisim.com , and then Forward confirms (FCrDNS) as sudobilisim.com has address 206.189.61.232
However the hostname sudobilisim.com doesn't have any MX records in its DNS, so isn't being considered as a valid mail hostname.
I am going crazy to figure out why my emails are being marked as spam by Gmail.
SPF and DKIM all pass.
Any idea what could be going on? Here is an example header from Gmail (IPs and domains changed for privacy):
Delivered-To: XXXXXXXXXXXXXXX#gmail.com
Received: by 10.50.15.201 with SMTP id z9csp2075257igc;
Wed, 21 Jan 2015 12:34:45 -0800 (PST)
X-Received: by 10.180.89.225 with SMTP id br1mr37591618wib.70.1421872484313;
Wed, 21 Jan 2015 12:34:44 -0800 (PST)
Return-Path: <yyyyyy#example.com>
Received: from MY.MAILSERVER.com (MY.MAILSERVER.com. [217.172.XXX.XXX])
by mx.google.com with ESMTPS id k10si315060wiz.77.2015.01.21.12.34.43
for <XXXXXXXXXXXXXXX#gmail.com>
(version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
Wed, 21 Jan 2015 12:34:44 -0800 (PST)
Received-SPF: pass (google.com: domain of yyyyyy#example.com designates 217.172.XXX.XXX as permitted sender) client-ip=217.172.XXX.XXX;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of yyyyyy#example.com designates 217.172.XXX.XXX as permitted sender) smtp.mail=yyyyyy#example.com;
dkim=pass header.i=#example.com
Received: from PietPC (ip-84-119-117-236.unity-media.net [84.119.117.236])
(using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
(Authenticated sender: yyyyyy#example.com)
by MY.MAILSERVER.com (Postfix) with ESMTPSA id 1A56F7659B3
for <XXXXXXXXXXXXXXX#gmail.com>; Wed, 21 Jan 2015 21:34:31 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=example.com; s=mail;
t=1421872486; bh=PwUG0SLiX8we/Zb4/tKUkTAw+2s5Aab+YjM1uaM2FOY=;
h=From:To:Subject:Date;
b=FbGkEinlkILGtwi5DI9zJXN2wTIUhGMvhI34pwWiyXIZMBUkNX+4EahcTkNwSIWdS
epSqWBjjQ33j5D33jVylRBSka4eyNH7aCZJLH91iWLD5G09OEGeCCgeq7Rf7pQ5PC5
ry/6Eq72t7jqxEoxINVnY8odfQx8BPQ19qNTuHIA=
From: <yyyyyy#example.com>
To: <XXXXXXXXXXXXXXX#gmail.com>
Subject: Mittag Essen
Date: Wed, 21 Jan 2015 21:34:20 +0100
Message-ID: <012b01d035b9$ab92f060$02b8d120$#example.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook 14.0
Thread-Index: AdA1uaJS4CMjPIuyTaimdKHtOrYSoQ==
Content-Language: de
Besteht unser Termin fuers Mittag essen?
I use phpmailer to send emails. the phpmailer reconfigured with SMTP perfectly. My domain/ip are not blacklisted. My header seems ok but still goes in hotmail anf ggole in the junk
here is my email header
x-store-info:4r51+eLowCe79NzwdU2kR0zqpsRfiBoybK3PQ6mULzhh/qStzTUBj1CiOy1ifpB5jRYvkVe516nq8df03m5lTTvFlpziq8EZP6IWKXOqJsDsIiQbuDS0q3AJ3AMTGnyocsnA9INLLlY0x93UPxgWHw==
Authentication-Results: hotmail.com; spf=pass (sender IP is 216.246.45.58) smtp.mailfrom=event#eoman-ita.com; dkim=pass header.d=eoman-ita.com; x-hmca=pass header.id=event#eoman-ita.com
X-SID-PRA: event#eoman-ita.com
X-AUTH-Result: PASS
X-SID-Result: PASS
X-Message-Status: n:n
X-Message-Delivery: Vj0xLjE7dXM9MDtsPTA7YT0wO0Q9MjtHRD0yO1NDTD02
X-Message-Info: z6+tzUa3IoTSxtlwoUMYkGNdpCeLYkzDYtuP0/tvOrptl1UQvrig4LYPdRjCh4EVukMrJuorEq5iDHWLswthVz0ViHWKkAIrIM8CNQCcyZuIzAfTmL/k6p8YZ0qqD87cMH+yN4ch8Nm02Ni5VAILrn3rKXlZY8NMMa90cSkJGSFP6a8GjOgrNnFejkx8jAIdajiKd8xqKNhlnPL7JpC57E8f3jR1BJLc
Received: from server.reyam.net ([216.246.45.58]) by COL004-MC5F35.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22712);
Tue, 4 Nov 2014 15:24:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=eoman-ita.com; s=default;
h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Subject:Reply-To:From:To:Date; bh=AgYLBbYRXPLfqW6J+49c3YlpdLX4Gll2zXIu0mJI6i8=;
b=QcUH74C2vNyKQj+2ajF9YwD0GbBmOjHrGzJHbofdFNOu8DGq0aWnvVOzAz5TRw/Mhp+6NaJL2jIGUkWVNcDUNbGgXUqJ3+CrAqGGUb/WDTy4N6nAl6h96Xgbsnbhan7aecInhMz7XnPU0R9b4hYM/huvOhvQS3KwALTlaiZkzxo=;
Received: from [216.246.45.58] (port=39807 helo=server.reyam.net)
by server.reyam.net with esmtpsa (UNKNOWN:DHE-RSA-AES256-GCM-SHA384:256)
(Exim 4.82)
(envelope-from <event#eoman-ita.com>)
id 1XlnSD-0007yy-R9
for squ_1#hotmail.com; Wed, 05 Nov 2014 02:24:01 +0300
Date: Wed, 5 Nov 2014 03:24:01 +0400
To: Invitee <squ_1#hotmail.com>
From: ITA <event#eoman-ita.com>
Reply-To: ITA <info#eoman-ita.com>
Subject: =?UTF-8?B?2KzYp9im2LLYqSDYp9mE2LPZhNi32KfZhiDZgtin2KjZiNizINmE2YTYpdis?=
=?UTF-8?B?2KfYr9ipINmB2Yog2KfZhNiu2K/Zhdin2Kog2KfZhNit2YPZiNmF2YrYqSA=?=
=?UTF-8?B?2KfZhNil2YTZg9iq2LHZiNmG2YrYqSBTdWx0YW4gUWFib29zIEF3YXJk?=
=?UTF-8?B?IGZvciBFeGNlbGxlbmNlIGluIGVHb3Zlcm5tZW50?=
Message-ID: <2f438668313c88bbcc9616ca0a5a0442#server.reyam.net>
X-Priority: 3
X-Mailer: PHPMailer 5.2.9 (https://github.com/PHPMailer/PHPMailer/)
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="b1_2f438668313c88bbcc9616ca0a5a0442"
Content-Transfer-Encoding: 8bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - server.reyam.net
X-AntiAbuse: Original Domain - hotmail.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - eoman-ita.com
X-Get-Message-Sender-Via: server.reyam.net: authenticated_id: event#eoman-ita.com
X-Source:
X-Source-Args:
X-Source-Dir:
Return-Path: event#eoman-ita.com
X-OriginalArrivalTime: 04 Nov 2014 23:24:02.0749 (UTC) FILETIME=[6B5B5ED0:01CFF886]
--b1_2f438668313c88bbcc9616ca0a5a0442
Content-Type: text/plain; charset=us-ascii
Hi my frind. I wanw to say hi to you
--b1_2f438668313c88bbcc9616ca0a5a0442
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
<p><img src="http://eoman-ita.com/smartevent/images/invet.jpg" /></p>