Questions tagged [opendkim]

Open source implementation of the DKIM (Domain Keys Identified Mail). The capabilities include signing and verifying DKIM signature of the email.

OpenDKIM is an open source implementation of the (Domain Keys Identified Mail) sender authentication system standardized by the IETF (RFC6376). The project started from a code fork of version 2.8.3 of the open source dkim-milter package,

OpenDKIM capabilities was including signing and verifying DKIM signature of the email. The package consists of a library that implements the DKIM service and a milter-based filter application that can plug in to any milter-aware MTA such as and .

The documentation of command line options can be found in this page.
The documentation of opendkim.conf configuration file can be found in this page.

154 questions
2
votes
0 answers

System reboot results in T_DKIM_INVALID spamassassin

I have installed and configured OpenDKIM in my Ubuntu 16.04 digitalocean vps and enabled the DKIM Plugin in SpamAssassin with loadplugin Mail::SpamAssassin::Plugin::DKIM in one of the .pre files located in /etc/spamassassin/ I have also installed…
2
votes
1 answer

OpenDKIM mail header: temperror

I've just installed and configured OpenDKIM to use it with Postfix and Dovecot on my server. I can send e-mails to another accounts, but when I check the header I find this: dkim=temperror (no key for signature) Here is the most important…
user320075
2
votes
0 answers

Postfix fails to verify GMail's DKIM signature

I have my Debian (7.9 "wheezy") E-Mail-server (Postfix 2.9.6-2) setup to sign and verify DKIM signatures in e-mail messages using OpenDKIM (version 2.6.8-4). My server passes the DKIM test at GMail when I send a mail from my server to their service…
comfreak
  • 1,451
  • 1
  • 21
  • 32
2
votes
2 answers

Route53 DNS and DKIM/TXT

I've been trying to set an openDKIM public key as a TXT record within the Route53 hosted zone for my domain. The record is mail._domainkey .zewtie.io but, however I enter the public key in the Route53 TXT record, the DKIM public key never seems to…
Paul Browne
  • 41
  • 1
  • 3
2
votes
1 answer

Mail marked as spam (Gmail/Hotmail): IP not on blacklist, DKIM Valid, SPF Valid and DMARC valid

I'm trying to send mail from my own domain (which is 15 days old now) but I'm having some troubles. Check the following mail body: Delivered-To: ------@gmail.com Received: by 10.25.89.200 with SMTP id n191csp1613325lfb; Mon, 15 Jun 2015…
user1226868
  • 155
  • 7
2
votes
1 answer

Postfix / OpenDKIM config on Centos8

I've setup Postfix with Dovecot as an integrated mail service for my SaaS app, it worked great as an inbox. The issue started when I started to send emails, it was not signed so I went ahead and installed opendkim and configured it with Postfix,…
2
votes
0 answers

How to diagnose opendkim RSA signatures

I'm having an issue where my DKIM signatures are failing everywhere. There was a question on this here, but the original poster answered his own question, and the answer seems unrelated. After some digging, I had thought this might be a…
philolegein
  • 369
  • 3
  • 9
2
votes
1 answer

Is DKIM/ARC working properly on my Mailman server?

I've set up a Mailman 3 server with Postfix. I've configured Postfix to add DKIM headers using OpenDKIM and a test email from that server to a Microsoft-hosted email address suggests that DKIM is OK: Authentication-Results: spf=pass (sender IP is…
2
votes
1 answer

OpenDKIM reports "signing table references unknown key" (CentOS 8)

I'm attempting to configure OpenDKIM with PostFix on CentOS 8. I've set the following in /etc/opendkim.conf: PidFile /run/opendkim/opendkim.pid Mode sv Syslog yes SyslogSuccess yes LogWhy yes UserID opendkim:opendkim Socket …
James Shields
  • 155
  • 1
  • 6
2
votes
1 answer

OpenDKIM not signing but no error

I've set up opendkim (2.10) with postfix on an ubuntu 16.04 host. According to the logs, all is fine (i.e., no errors), but mail isn't being signed. I can see that postfix is passing messages to OpenDKIM (because of I stop opendkim, postfix…
jma
  • 415
  • 5
  • 15
2
votes
1 answer

DKIM set on AWS EC2 but mail header says none in Outlook

I'm configuring an AWS EC2 instance with Postfix, and have set it up with Route53 including reverse DNS. I've tested that I can send emails, and Outlook receives them fine, but Gmail does not. I followed this guide to install and configure opendkim,…
AndreasKralj
  • 321
  • 1
  • 4
  • 15
1
vote
2 answers

OpenDKIM: Use MySQL socket in KeyTable/SigningTable

How can i connect to a MySQL socket (not TCP) with e.g. KeyTable/SigningTable in OpenDKIM? The dataset which needs to be used is "dsn:" and the manual says: If the string begins with "dsn:" and the OpenDKIM library was compiled to support that…
am1
  • 211
  • 1
  • 2
  • 3
1
vote
1 answer

DKIM signature failure only on CRON jobs

I originally posted this on askubuntu but there's been no response there. I have successfully installed Postfix and OpenDkim on my server, and it's correctly signing mail from several different domains. The host we'll call webhost.example.com. It's…
CatchAsCatchCan
  • 183
  • 1
  • 12
1
vote
1 answer

difference between local and inet socket?

I noticed that, while setting up opendkim, the options for the Socket are: #SOCKET="local:/var/run/opendkim/opendkim.sock" # default #SOCKET="inet:54321" # listen on all interfaces on port 54321 #SOCKET="inet:12345@localhost" # listen on loopback on…
user508305
1
vote
1 answer

OpenDKIM: Add public key to domain, Debian 9, GoDaddy

I was trying to add my DKIM public key to my domain, but i don't know how i have to modify it This is my entire public key file mail._domainkey IN TXT ( "v=DKIM1; h=sha256; k=rsa; " …
user491241