Recently many of our customers are complaining of their emails getting bounced due to IP being listed in the Symantec Global Bad Senders List. This is the link where Symantec's IP reputation can be checked: IP Reputation Investigation
The strange thing is, it is not our cpanel mail server's IP that is getting blocked, rather, it is the host IP of the client PC or network sending the email. Here's an example of the Exim mail headers:
Received: from [cpanelServerIP] ([cpanelServerIP:56060] helo=cpanelServerHostname)
by recipientserver (envelope-from <[email protected]>)
(ecelerity 4.2.38.62370) with ESMTPS (cipher=DHE-RSA-AES256-GCM-SHA384)
id 2D/C6-04510-1D6E08C5; Thu, 07 Mar 2019 04:39:30 -0500
Received: from [clientHostIP] (port=63438 helo=clientHostName)
by cpanelServerHostname with esmtpa (Exim 4.91)
(envelope-from <[email protected]>)
id 1h1pUm-0006xV-43; Thu, 07 Mar 2019 02:39:28 -0700
While it seems to be over-kill for Symantec firewalls to check both the server IP as well as the client IP, there's nothing that can be done about it.
And it's difficult to explain to every client that the problem is with their local IP and their ISP, because even ISP's tend to just deflect the blame to others.
So, the solution I am looking for is, how to remove the clientHostIP from the exim headers? Is it even possible?
Thanks
The strange thing is, it is not our cpanel mail server's IP that is getting blocked, rather, it is the host IP of the client PC or network sending the email. Here's an example of the Exim mail headers:
Received: from [cpanelServerIP] ([cpanelServerIP:56060] helo=cpanelServerHostname)
by recipientserver (envelope-from <[email protected]>)
(ecelerity 4.2.38.62370) with ESMTPS (cipher=DHE-RSA-AES256-GCM-SHA384)
id 2D/C6-04510-1D6E08C5; Thu, 07 Mar 2019 04:39:30 -0500
Received: from [clientHostIP] (port=63438 helo=clientHostName)
by cpanelServerHostname with esmtpa (Exim 4.91)
(envelope-from <[email protected]>)
id 1h1pUm-0006xV-43; Thu, 07 Mar 2019 02:39:28 -0700
While it seems to be over-kill for Symantec firewalls to check both the server IP as well as the client IP, there's nothing that can be done about it.
And it's difficult to explain to every client that the problem is with their local IP and their ISP, because even ISP's tend to just deflect the blame to others.
So, the solution I am looking for is, how to remove the clientHostIP from the exim headers? Is it even possible?
Thanks