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. The association is set up by means of a digital signature which can be validated by recipients.
Questions tagged [dkim]
495 questions
0
votes
1 answer
DKIM for Plesk with remotely managed DNS
Our primary domains DNS is managed over at Amazon Route 53, and so in Plesk (11.x) I've turned DNS off. The problem is that I want to begin using DMARC which requires both SPF and DKIM txt records to be working.
Our SPF record works great since all…

oucil
- 4,211
- 2
- 37
- 53
0
votes
2 answers
Signing PHP emails on shared hosting
I am on a shared hosting plan, and when I send emails with PHP, email clients (like Gmail) will add a little via bit to my from field, with my host's domain in there.
So instead of my emails being just from my domain:
From: me@mydomain.com
It's…

brentonstrine
- 21,694
- 25
- 74
- 120
0
votes
0 answers
PHPDkim - getting dkim=hardfail in Gmail
I'm trying to authenticate my outgoing mails using SPF and DKIM.
I have configured SPF and DKIM entries for the domain imhadoop.com.
I'm using PHPDkim library to send emails.
I see the following in Gmail:
Delivered-To: xxx@gmail.com
Received: by…

techlad
- 103
- 1
- 1
- 5
0
votes
2 answers
how to add DKIM in parallels plesk panel 11 and how to create DKIM records...?
How to add DKIM in parallels plesk panel 11 and how to create DKIM records...?

Darshak
- 11
- 1
- 2
0
votes
1 answer
Google Appengine not signing emails with DKIM code
Am confused why emails sent by my appengine app are not being signed with DKIM.
Enabled DKIM signing on Google Apps dashboard. Confirmed that my domain is "Authenticating email"
Have setup DNS TXT record using the values indicated in the apps…

johnP
- 128
- 5
0
votes
2 answers
DKIM signature for email with alternateview
Using asp.net;
I have to send Html emails with a text alternateview and sign it with DKIM.
I have managed to sign emails when it doesn't include an alternateview.
Does anyone have a solution to do so where the email has an alternateview?

Basquiat
- 119
- 5
- 15
0
votes
1 answer
Do I need to sign all emails now I have added DKIM to DNS?
I have added DKIM to one of my domain DNS.
Does all outgoing email now need to be signed?

Stephen Adrian Rathbone
- 327
- 7
- 19
0
votes
3 answers
phpMailer DKIM Sign for Amazon SES
I run a virtual machine under AWS EC2, it is a Turnkey Linux, which AFAIK is based on Ubuntu / Debian.
I have a website wich runs on Wordpress and it has a Newsletter subscriber base of about 10.000 people, so i want to use Amazon SES to send…

ddutra
- 1,459
- 1
- 14
- 17
-1
votes
1 answer
Good references on SPF, DMARC, DKIM, etc
please recommend some good source material mainly on spf but dmarc, dkim will be nice too.
The information that I have found on the web so far treats the subject too generally, or are instructions on how to configure the above with a specific…

Bart
- 3
- 4
-1
votes
1 answer
DMARC REPORT HTML READ
I need to understand/read a dmarc report to understand as to whether my emails are being sent properly (not to receivers spam) and being received without being ignored/deleted. Any help is appreciated! Thanks, Dan
The report is…
-1
votes
1 answer
DNS records for DKIM email signing with split dns
SO Gurus,
As part of our on-prem exchange upgrade we are planning on implementing DKIM signing. We have a bit of a unique setup and need some DNS help. Our internal domain is inside.maindomain.com and out external domain is maindomain.com.
Our…

A. Guattery
- 113
- 8
-1
votes
1 answer
How to structure DKIM headers
I'm working on a system that sends emails from the ground up.
I'm currently working on a DKIM signer, I know how to do it, but cannot find how to format the header and body before hashing them.
Does anyone know this? Already thanks.

skywa04885
- 13
- 1
-1
votes
1 answer
How do I check the source of an email?
I've been setting up DKIM using this guide and I'm trying to verify it. In step 6 it says: In received email in our mailbox, open the source of email and search for "DKIM-Signature".
How do I open the source of the email to check the DKIM-signature?…

grabbhalf
- 61
- 1
- 1
- 7
-1
votes
3 answers
Email Deliverability - Wrong Email in From section
I recently started working in hosting/software firm. And currently we have problem with our DNS server.
Two days ago we started getting complaints from our clients that they are receiving emails but in the From section there is a mistake, it shows…

djolefjc
- 9
- 3
-1
votes
1 answer
Opendkim marking incomming messages as dkim=fail
I am configuring opendkim+postfix. It is working OK and sent messages are correctly signed but the incomming messages are all marked as dkim=fail reason="signature verification failed"
How con I debug this problem?
Return-Path:…

user3099887
- 161
- 2
- 10