Questions tagged [opendkim]
12 questions
1
vote
3 answers
OpenDkim - Eerror loading Key while opendkim-testkey outputs key OK?
The mail.err has this (I've used FQDN.example.com as a marker for my domain):
Mar 24 19:08:31 FQDN opendkim[17649]: can't load key from /etc/opendkim/keys/FQDN.example.com/mail.private: Permission denied
Mar 24 19:08:31 FQDN opendkim[17649]:…
KingsInnerSoul
- 404
- 2
- 7
- 20
1
vote
1 answer
opendkim.sock file not being created or does not exist
I'm attempting to configure opendkim on my raspberry email server that has a dovecot/postfix setup already configured.
I have followed some tutorials and some forum posts to further diagnose my issue.
Excerpt from my syslog:
Apr 16 08:55:06…
Pants
- 121
- 7
1
vote
1 answer
How to add Date: header to received emails without break DKIM signatures
Some server send email without Date header, and Thunderbird doesn't recognize the date.So, I want to use following settings and add Date header.
local_header_rewrite_clients = permit_inet_interfaces,…
takumi9942
- 13
- 3
1
vote
1 answer
Systemd unit only applies User, Group & RuntimeDirectoryMode settings on service restart
I'm using Fedora 28 x64 on a VPS. I've setup postfix as send-only mail server with OpenDKIM for signing outgoing emails.
Postfix connects to OpenDKIM via unix socket setup on /run/opendkim/opendkim.sock
Permission for /run/opendkim/ is as…
user62867
0
votes
1 answer
Looking for repo and package for opendkim on debian 8 (Jessie)
I know that debian 8 (Jessie) is deprecated, but I have a debian 8 server that cannot be upgraded in the near future. I'm keeping that server running, and for the most part, so far, so good.
However ... I'd like to install the opendkim and…
HippoMan
- 515
- 4
- 12
0
votes
2 answers
Regex to extract DKIM record from file
I'm trying to script the deployment of a postfix server, and creating DNS records accordingly. SPF ; DMARC and DKIM.
The first two are pretty simple, but i'm struggling to extract the record from the file opendkim generated.
This is the file that…
KayZnn
- 1
0
votes
1 answer
How to edit DMARC report message?
There is a mail server (postfix), which has DKIM, SPF and DMARC policies configured.
All of them are PASSED, system works perfect.
As an administrator, I receive these kind of letters everyday:
Subject: Report Domain: mydomain.com, example.com…
it dev
- 305
- 1
- 4
- 11
0
votes
1 answer
Can't get DKIM Key
I am having an issue with not finding the public key of DKIM. I am using a local DNS (BIND), so there isn’t a problem with propagating. I just copypasted the output of given generated public key into my DNS Zone
user@test:~$ sudo opendkim-testkey -d…
stefPan
- 21
- 2
0
votes
0 answers
GMail woes: Error 550 5.7.1
I have a series of Inbound email servers and virtual domains that send out email via one smtp outbound server. We do absolutely no SPAMMING or Bulkmail of any kind.
outbound server is Centos 7, postfix, dovecot (handles some inbound), sasl2…
MB.
- 145
- 1
- 7
0
votes
1 answer
Properly compile OpenDKIM on Alpine
Background
Hello, OpenDKIM is available on the official apk repository, but does not include important configuration flags I need such as --with-odbx and --with-sql-backend.
I was able to compile it relatively easily. However, the resulting OpenDKIM…
jchook
- 123
- 9
0
votes
1 answer
What exactly is a bogus key, and how to treat it correctly?
I am currently trying to set up opendkim mainly as a verifier and have come across the following passage in the man page for its configuration file (man opendkim.conf):
BogusKey (string) Instructs the filter to treat a passing signature
…
Binarus
- 3,160
- 1
- 15
- 31
0
votes
1 answer
Generating default DKIM keys: Cannot determine host's domain name, so skipping default key generation
I'm following this guide
https://www.linuxtechi.com/configure-domainkeys-with-postfix-on-centos-7/
When I get to this section, it gives an error
# opendkim-default-keygen
Generating default DKIM keys:
Cannot determine host's domain name, so skipping…
Chloe
- 528
- 3
- 9
- 18