Hi
I was wondering if someone else has accomplished on DKIM outbound on proxmox. I was reading this tutorial
https://wiki.fws.fr/tuto/linux_divers/dkim_dmarc_onpmg
But would not get it working, as the opendkim-verifier does not install or exist but the opendkim-signer is working
i checked postfix was in the group of opendkim which it is
any ideas how to troubleshoot this issue?
Thank you
I was wondering if someone else has accomplished on DKIM outbound on proxmox. I was reading this tutorial
https://wiki.fws.fr/tuto/linux_divers/dkim_dmarc_onpmg
But would not get it working, as the opendkim-verifier does not install or exist but the opendkim-signer is working
Code:
oot@mail:~# service opendkim-signer status
● opendkim-signer.service - OpenDKIM DomainKeys Identified Mail (DKIM) Milter - signer
Loaded: loaded (/etc/systemd/system/opendkim-signer.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2019-02-01 21:17:55 -05; 2min 51s ago
Docs: man:opendkim(8)
man:opendkim.conf(5)
man:opendkim-genkey(8)
man:opendkim-genzone(8)
man:opendkim-testadsp(8)
man:opendkim-testkey
http://www.opendkim.org/docs.html
Main PID: 600 (opendkim)
Tasks: 6 (limit: 4915)
Memory: 3.2M (limit: 50.0M)
CGroup: /system.slice/opendkim-signer.service
└─600 /usr/sbin/opendkim -x /etc/opendkim/signer.conf
i checked postfix was in the group of opendkim which it is
Code:
root@mail:~# id postfix
uid=111(postfix) gid=114(postfix) groups=114(postfix),116(opendkim),117(opendmarc)
any ideas how to troubleshoot this issue?
Thank you