SAW
Member
We are using a new Email Relay Service (http://www.smtp.com) and are having trouble getting our DKIM signatures to work properly.
Their tech support department asked me to ask you (Stan / MaxBulk Mailer Team) the following question:
Best, Stephen
p.s. These are the errors I see when I test the email DKIM myself.
Their tech support department asked me to ask you (Stan / MaxBulk Mailer Team) the following question:
Please advise. Thanks Stan!Unfortunately, all emails failed DKIM verification due to their body hash modifications. Even our default DKIM under selector "smtpcustomer" failed and couldn't sign your emails properly:
1) dkim=neutral (body hash did not verify) [email protected] header.s=mailknsawcom header.b=tsoutZ8q;
dkim=neutral (body hash did not verify) [email protected] header.s=smtpcustomer header.b=aTjCGER+;
Hence, my question is - are you sure that your sending application/software doesn't apply any changes to your mail content before it reaches our system?
Our tech support department thinks that the MaxBulk Mailer application is generating additional body hash by QP encoding and our system cannot verify it properly.
Best, Stephen
p.s. These are the errors I see when I test the email DKIM myself.
Code:
[b]mail-knsaw[/b]
[url]http://www.appmaildev.com/en/dkim[/url]
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail-knsaw.com;
[email protected]; q=dns/txt; s=mailknsawcom; t=1503430921;
h=Message-Id : Mime-Version : From : To : Subject : Date : Content-Type
: List-Unsubscribe : From : Subject : Date;
bh=PgbwPLQ/VPm48OdWTpalIBwcpxBVVqmFYsrnNlaWh2c=;
b=U15uJGpPaFzmCMXO/8FNrXY0Vh1+V/o7EYZEwgWtjoRgkQLPP8Gt5A9QStYFq8Zqehh5Tf
i7MzaPGt/ZxK48obHWakyZimHF0R+4Y4Ltfcm9zyWM8gw9cOwvIYy29bXNvqr5vSXHhgS+3S
jM4sxHLMGHlk78P7JXtLEJgvjmNDZFIT9LITKelhgHsaqCtz0cQjxBAFkJXYbf1EN6Lb9iDZ
oY8HRuOh5utJfF0a9jQVl8DINsrW9CFnsmJ6zH1gUWVKKFcgom84ySM/QTFIe1nokhZ3FXvp
SJJf2/Du1ARgvEEg7SblP4Y8TCb6Yg1tnovYmVCSjiya3XoZUNgdSU8w==
Signed-by: [email protected]
Expected-Body-Hash: qWt+2cdGlSBiROWppjc1acf8BVIlVkjK8X2o++vYT2A=
[b][color=#BF00FF]DKIM-Result: fail (wrong body hash: PgbwPLQ/VPm48OdWTpalIBwcpxBVVqmFYsrnNlaWh2c=)[/color][/b]
- - -
[url]http://www.mail-tester.com[/url]
[b][color=#FF00FF]You have more than one DKIM signature in your message.[/color][/b]
DomainKeys Identified Mail (DKIM) is a method for associating a domain name to an email message, thereby allowing a person, role, or organization to claim some responsibility for the message.
You have more than one DKIM signature in your message.
Please enable only one signature, you should let your mail server sign the message and disable DKIM on your Newsletter software.
Signature 1 :
v=1;
a=rsa-sha256;
c=relaxed/simple;
d=mail-knsaw.com;
[email protected];
q=dns/txt;
s=mailknsawcom;
t=1503427119;
h=Message-Id:Mime-Version:From:To:Subject:Date:Content-Type:List-Unsubscribe:From:Subject:Date;
bh=5BCtzBbwIhdflPWpqfzn9QgPmfzMWMCKUa9DMmdsxrE=;
b=BBSG2uE14IahrHUPrsMohBgmE0jICTxPDm4jBm6tWyz5K56hdmveby4vnTJxy23bHZuI1l2+NRDcp7i7MaJdWWs2oIwLARQPvTV3W7L8gMD7w6Fk0V+zw9SzCjGrbx9i2Fx4FN++yVcEe/8naTmhPv07idXDp3vBcWm6yaQZpmSAfCGwzyeco33aWeYZYqLRVx3TV5ZhPatvNNI8A5POiRUEzgNJI9DRzzQP4VYZZ/5/OZyJaLiiJACZJv8AXrluNR4qcWpWv2MZ1j6KrV08uvwOXK44aX1a189QV2ClayJcJzzf5oMhrALyqO2WW1zncq3o2f3kIQLMLeXGN1YsnQ==
Signature 2 :
v=1;
a=rsa-sha256;
c=relaxed/simple;
d=smtpserver.email;
[email protected];
q=dns/txt;
s=smtpcustomer;
t=1503427119;
h=Message-Id:Mime-Version:From:To:Subject:Date:Content-Type:List-Unsubscribe:From:Subject:Date;
bh=5BCtzBbwIhdflPWpqfzn9QgPmfzMWMCKUa9DMmdsxrE=;
b=hJ/z2MQAbK+f5tGDPBVzEsjMEB5aUov4f70muhjz4Y5tiXh5x+mmdCi1dj3J/YkpMbH5xV4nuZPcAvG/mH1B2ogQPyKg94pEue6Xci1U7YRzxlcpCEiITMfq8ZLQmkFYYmLZqy+TGz/+KPE1djsr4eWTGqAqIkPtJ7dh+oXA/lK2LuwJF7lutDnZQMTRCU6tMCWvto/NdhH/hvUZJ6Wgi9M9LlC058PWM6y39MGM6vDHTZzcapTevEJ97TBkscI/u41R26BXbaqHrXb4urjIt8GePUg+UxOyc3TUNH4Cyl26ISYM0ncteYqzfEp5oz94+9aOgxs3B+OQRfxzDvfYQg==
Last edited by a moderator: