Environment
my.hostname.eu is my server hostname
domain1.com and domain2.com are domains on the same ip
When sending from Horde I get
When sending from Roundcube I get
The issue is that when sending from Horde AND [email protected] has configured GMAIL to fetch his messages. all messages from [email protected] go to spam. One difference I can see is that the HELO is different. Where should I start seeking for this problem?
Code:
[~]# grep '' /etc/redhat-release /usr/local/cpanel/version / var/cpanel/envtype ; grep CPANEL= /etc/cpupdate.conf ; httpd -v ; php -v ; mysql -V
/etc/redhat-release:CentOS release 6.9 (Final)
/usr/local/cpanel/version:11.68.0.12
/var/cpanel/envtype:kvm
CPANEL=release
Server version: Apache/2.4.29 (cPanel)
Server built: Nov 7 2017 03:54:43
ea-php-cli Copyright 2017 cPanel, Inc.
PHP 7.0.25 (cli) (built: Nov 7 2017 04:14:18) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.25, Copyright (c) 1999-2017, by Zend Technologies
mysql Ver 15.1 Distrib 10.1.28-MariaDB, for Linux (x86_64) using readline 5.1
domain1.com and domain2.com are domains on the same ip
When sending from Horde I get
Code:
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from my.hostname.eu
by my.hostname.eu with LMTP id 6GnpAD01C1puJwAAnaC/hg
for <[email protected]>; Tue, 14 Nov 2017 20:26:05 +0200
Return-path: <[email protected]>
Envelope-to: [email protected]
Delivery-date: Tue, 14 Nov 2017 20:26:05 +0200
Received: from [127.0.0.1] (port=52998 helo=my.hostname.eu)
by my.hostname.eu with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128)
(Exim 4.89)
(envelope-from <[email protected]>)
id 1eEfuO-0002cd-Ou
for [email protected]; Tue, 14 Nov 2017 20:26:04 +0200
Received: from 85.72.177.50 ([85.72.177.50]) by domain1.com (Horde Framework)
with HTTPS; Tue, 14 Nov 2017 20:26:04 +0200
Date: Tue, 14 Nov 2017 20:26:04 +0200
Message-ID: <[email protected]>
From: John <[email protected]>
To: [email protected]
Subject: Horde test
User-Agent: Horde Application Framework 5
Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes
MIME-Version: 1.0
Content-Disposition: inline
When sending from Roundcube I get
Code:
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from my.hostname.eu
by my.hostname.eu with LMTP id IOB6NMQ2C1rbKAAAnaC/hg
for <[email protected]>; Tue, 14 Nov 2017 20:32:36 +0200
Return-path: <[email protected]>
Envelope-to: [email protected]
Delivery-date: Tue, 14 Nov 2017 20:32:36 +0200
Received: from [127.0.0.1] (port=41690 helo=domain1.com)
by my.hostname.eu with esmtpa (Exim 4.89)
(envelope-from <[email protected]>)
id 1eEg0i-0002kR-Cx
for [email protected]; Tue, 14 Nov 2017 20:32:36 +0200
MIME-Version: 1.0
Date: Tue, 14 Nov 2017 20:32:36 +0200
From: John <[email protected]>
To: [email protected]
Subject: Sending Plain from Roundcube
Message-ID: <[email protected]>
X-Sender: [email protected]
User-Agent: Roundcube Webmail/1.2.4
The issue is that when sending from Horde AND [email protected] has configured GMAIL to fetch his messages. all messages from [email protected] go to spam. One difference I can see is that the HELO is different. Where should I start seeking for this problem?