On 2023-09-06, roughnecks via Postfix-users wrote:

>> Check /etc/opendkim/SigningTable
>
> I don't have this file, just /etc/opendkim.conf

So you need to put in /etc/opendkim.conf
KeyTable                refile:/etc/opendkim/KeyTable
SigningTable            refile:/etc/opendkim/SigningTable

In /etc/opendkim/SigningTable
*@<domain> <key>._domainkey.<domain>

In /etc/opendkim/KeyTable
<key>._domainkey.<domain> <domain>:<key>:<your private key>

In SigningTable and KeyTable you must have one line for each domain. I
think you already have the same lines but in /etc/opendkim.conf ?
And you already have DNS entries ?
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to