Hello all.
I'm facing a problem what is news to me, when users send messages to other users on the same server. Messages sent to other servers are working fine. After received some custommers complains, I did testes and I noticed the problem. The 3 scenarios bellow I tested using the same sender and same recipient in test 1 and 2. In test 3 it is a different recipient.
Situation 1, sending via webmail - Received with problems.
When a user sends by their webmail to a recipient account on the same server, and the recipient receives the message in Gmail, the message does not go to spam, but SPF registers IP 0.0.0.0 and DKIM and DMARC are not registered.
Situation 2, sending via local Outlook - It went to spam.
When the same user sends through their local outlook and the recipient receives it in Gmail, the message goes to Spam and a softfail is registered. SPF registers IP 0.0.0.0 again and DKIM and DMARC are not registered.
In this case, IP xxx.xxx.xxx.xxx shows the local connection IP of the user and not the IP of the server.
Situation 3, sending via Outlook or local Webmail to another server - Received without any problems.
When the user sends via local Outlook or webmail to another server (in this test a Gmail) the message is received perfectly without any problems. SPF, DKIM and DMARC are registered correctly.
In this case, xxx.xxx.xxx.xxx shows the server IP and not the user's local IP.
I never had this problem in years, maybe something changed with last Cpanel updates? Or Gmail changed something to use it to read messages in Cpanel servers? I did some checks on the DNS settings and they are all fine. Tested by emailing Newsletters spam test by mail-tester.com, I get a 10/10 rating, perfectly. The problem only happens if the message is sent to the same server, but if it is sent by webmail, message forwarding, and if it is sent by outlook, the message goes to spam.
Any advice to find the cause of this problem would be great.
Regards.
I'm facing a problem what is news to me, when users send messages to other users on the same server. Messages sent to other servers are working fine. After received some custommers complains, I did testes and I noticed the problem. The 3 scenarios bellow I tested using the same sender and same recipient in test 1 and 2. In test 3 it is a different recipient.
Situation 1, sending via webmail - Received with problems.
When a user sends by their webmail to a recipient account on the same server, and the recipient receives the message in Gmail, the message does not go to spam, but SPF registers IP 0.0.0.0 and DKIM and DMARC are not registered.
Code:
SPF: PASS with IP 0.0.0.0
Authentication-Results: mx.google.com;
spf=pass (google.com: did not find external ips, assuming domain of [email protected] as allowed sender) [email protected]
Received-SPF: pass (google.com: did not find external ips, assuming the domain of [email protected] as allowed sender)
Situation 2, sending via local Outlook - It went to spam.
When the same user sends through their local outlook and the recipient receives it in Gmail, the message goes to Spam and a softfail is registered. SPF registers IP 0.0.0.0 again and DKIM and DMARC are not registered.
In this case, IP xxx.xxx.xxx.xxx shows the local connection IP of the user and not the IP of the server.
Code:
SPF: SOFTFAIL with IP 0.0.0.0
Authentication-Results: mx.google.com;
spf=softfail (google.com: transition domain [email protected] does not designate xxx.xxx.xxx.xxx as allowed sender) [email protected]
Received-SPF: softfail (google.com: transition domain [email protected] does not designate xxx.xxx.xxx.xxx as allowed sender) client-ip=xxx.xxx.xxx.xxx;
Situation 3, sending via Outlook or local Webmail to another server - Received without any problems.
When the user sends via local Outlook or webmail to another server (in this test a Gmail) the message is received perfectly without any problems. SPF, DKIM and DMARC are registered correctly.
In this case, xxx.xxx.xxx.xxx shows the server IP and not the user's local IP.
Code:
SPF: PASS with IP xxx.xxx.xxx.xxx
DKIM: 'PASS' with domain xxxxx.com.br
DMARC: 'PASS'
ARC-Authentication results: i=1; mx.google.com;
dkim=pass [email protected] header.s=default header.b=jB7ZS2WC;
spf=pass (google.com: domain of [email protected] designates xxx.xxx.xxx.xxx as allowed sender) [email protected];
dmarc=pass (p=REJECT sp=REJECT dis=NONE) header.from=xxxxx.com.br
I never had this problem in years, maybe something changed with last Cpanel updates? Or Gmail changed something to use it to read messages in Cpanel servers? I did some checks on the DNS settings and they are all fine. Tested by emailing Newsletters spam test by mail-tester.com, I get a 10/10 rating, perfectly. The problem only happens if the message is sent to the same server, but if it is sent by webmail, message forwarding, and if it is sent by outlook, the message goes to spam.
Any advice to find the cause of this problem would be great.
Regards.
Last edited by a moderator: