Publish a DKIM TXT record provided by Postmark to enable cryptographic signing of your transactional email.
TXT
20xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx._domainkey
v=DKIM1; k=rsa; p=YOUR_PUBLIC_KEY_FROM_POSTMARK
Postmark generates a unique DKIM selector and key for each domain. Copy the exact values from your Postmark dashboard.
Go to account.postmarkapp.com and sign in.
Go to your domain under Sender Signatures or Domains. Postmark displays the DKIM record details.
Postmark provides a TXT record with a unique selector (a long alphanumeric string) and the public key value.
Create the TXT record in your DNS provider using the selector and value from Postmark.
20xxxxxxxx._domainkey.yourdomain.com TXT "v=DKIM1; k=rsa; p=MIGfMA0GC..."Click "Verify" in Postmark. Once DNS propagates, Postmark will confirm DKIM is active.
After adding your DNS records, use our free DKIM checker to verify everything is configured correctly. DNS changes typically propagate within minutes, but can take up to 48 hours.
Postmark generates a unique alphanumeric selector for each domain. It is a long string like 20xxxxxxxxxx. Check your Postmark dashboard for the exact selector.
Postmark uses a TXT record for DKIM, containing the public key directly in the DNS record value.
Yes. Postmark supports DKIM key rotation. Generate a new key, publish the new TXT record, verify it, then remove the old record.