when an email is sent from Hesk to hotmail the validation dkim = fail (the signature was not verified)
Posted: Sun Aug 11, 2019 9:04 am
Hi, Hello, I will be as brief as possible
I have an email configured in hesk, through SMTP, it is configured with SSL on port 465, So far everything in order, Hesk sends and receives emails without problems apparently.
I also have the same email congo configured in a php script called Dolibarr
Also configure mail in Microsoft outlook with the same settings as in Hesk.
I reply from hesk to a test ticket that has a hotmail email from the client that picked up the email and sent it to spam
MAIL SENT FROM HESK to MAIL@HOTMAIL.COM
dkim = fail (signature did not verify)
it seems that there may be problems with the reputation of the IP or domain and that is why hotmail sends them to spam, but ...
Now send from the ERP an email to the same hotmail account and this was the result:
FROM ERP DOLIBARR to MAIL@HOTMAIL.COM:
dkim=pass (signature was verified)
MAIL SENT FROM MICROSOFT OUTLOOK to MAIL@HOTMAIL.COM
Configured the same credentials, with the same name in the sender, the same title of the mail and the same content of the mail
dkim=pass (signature was verified)
In short, emails that are sent to hotmail from hesk come to spam
The emails sent with the same microsoft outlook credentials or from the erp system (dolibarr) IF YOU ARRIVE IN THE INPUT TRAY.
I think this can be on the hesk side because only here is the fault.
Thank you for your collaborations.
I have an email configured in hesk, through SMTP, it is configured with SSL on port 465, So far everything in order, Hesk sends and receives emails without problems apparently.
I also have the same email congo configured in a php script called Dolibarr
Also configure mail in Microsoft outlook with the same settings as in Hesk.
I reply from hesk to a test ticket that has a hotmail email from the client that picked up the email and sent it to spam
MAIL SENT FROM HESK to MAIL@HOTMAIL.COM
dkim = fail (signature did not verify)
Code: Select all
Authentication-Results: spf=pass (sender IP is 158.1xx.1xx.2xx)
smtp.mailfrom=pc******.com.mx; hotmail.com; dkim=fail (signature did not verify)
header.d=pc******.com.mx;hotmail.com; dmarc=bestguesspass action=none
header.from=pc******.com.mx;
Received-SPF: Pass (protection.outlook.com: domain of pc******.com.mx designates
158.1xx.1xx.2xx as permitted sender) receiver=protection.outlook.com;
client-ip=158.1xx.1xx.2xx; helo=cp**-tx.***********.net;
Received: from cp**-tx.*************.net (158.1xx.1xx.2xx) by
BL2NAM02FT044.mail.protection.outlook.com (10.152.77.35) with Microsoft SMTP
Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id
15.20.2157.15 via Frontend Transport; Sun, 11 Aug 2019 03:10:40 +0000
Now send from the ERP an email to the same hotmail account and this was the result:
FROM ERP DOLIBARR to MAIL@HOTMAIL.COM:
dkim=pass (signature was verified)
Code: Select all
Authentication-Results: spf=pass (sender IP is 158.1xx.1xx.2xx)
smtp.mailfrom=pc******.com.mx; hotmail.com; dkim=pass (signature was verified)
header.d=pc******.com.mx;hotmail.com; dmarc=pass action=none
header.from=pc******.com.mx;
Received-SPF: Pass (protection.outlook.com: domain of pc******.com.mx designates
158.1xx.1xx.2xx as permitted sender) receiver=protection.outlook.com;
client-ip=158.1xx.1xx.2xx; helo=cp**-tx.**********.net;
Received: from cp**-tx.************.net (158.1xx.1xx.2xx) by
AM5EUR02FT038.mail.protection.outlook.com (10.152.9.12) with Microsoft SMTP
Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id
15.20.2157.15 via Frontend Transport; Sun, 11 Aug 2019 08:43:19 +0000
Configured the same credentials, with the same name in the sender, the same title of the mail and the same content of the mail
dkim=pass (signature was verified)
Code: Select all
Authentication-Results: spf=pass (sender IP is 158.1xx.1xx.2xx)
smtp.mailfrom=pc******.com.mx; hotmail.com; dkim=pass (signature was verified)
header.d=pc******.com.mx;hotmail.com; dmarc=pass action=none
header.from=pc******.com.mx;
Received-SPF: Pass (protection.outlook.com: domain of pc******.com.mx designates
158.1xx.1xx.2xx as permitted sender) receiver=protection.outlook.com;
client-ip=158.1xx.1xx.2xx; helo=cp**-tx.*********.net;
Received: from cp**-tx.*********.net (158.1xx.1xx.2xx) by
BL2NAM02FT039.mail.protection.outlook.com (10.152.77.152) with Microsoft SMTP
Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id
15.20.2157.15 via Frontend Transport; Sun, 11 Aug 2019 08:56:15 +0000
In short, emails that are sent to hotmail from hesk come to spam
The emails sent with the same microsoft outlook credentials or from the erp system (dolibarr) IF YOU ARRIVE IN THE INPUT TRAY.
I think this can be on the hesk side because only here is the fault.
Thank you for your collaborations.