Questions tagged [opendkim]
The opendkim tag has no summary.
14 questions
0
votes
0
answers
89
views
opendkim-testkey gives error, but no explanation
I'm setting up opendkim on Linux. When I send an email, the dkim does not pass. In doing diagnostics I ran.
opendkim-testkey -v -v
and it returned,
opendkim-testkey: using default configfile /etc/...
0
votes
0
answers
161
views
OpenDKIM Isn't building with OpenSSL correctly
I am trying to build OpenDKIM from source. For some reason, the build is not supporting SHA-256, even when the OpenSSL version I am building with uses SHA-256. How is this possible ?
I run:
./...
0
votes
1
answer
374
views
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 .....
0
votes
2
answers
405
views
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 ...
0
votes
1
answer
213
views
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:
...
0
votes
1
answer
1k
views
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 ...
0
votes
0
answers
413
views
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, ...
0
votes
1
answer
412
views
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 ...
0
votes
1
answer
198
views
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 ...
1
vote
3
answers
4k
views
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 ...
1
vote
1
answer
3k
views
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....
0
votes
1
answer
2k
views
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 ...
1
vote
1
answer
2k
views
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, ...
1
vote
1
answer
903
views
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....