Hi all,
Used the following page to setup DKIM on my server:
Both dkim.private.key & dkim.public.key were created for the hostname using the following command:
Hostname: vps.example.com
Hosted domains: example.com, example2.com, example3.com
All emails send by the hosted domains are correctly signed with DKIM (cron, lfd and messages send using PHP mail())
But system messages send by DirectAdmin ([email protected]) and directly from the command line ([email protected]) are not signed and failing DMARC.
Why are messages from my hostname not signed with DKIM? Is there a setting I'm missing?
All the best,
Pieter
Used the following page to setup DKIM on my server:
Both dkim.private.key & dkim.public.key were created for the hostname using the following command:
Code:
cd /usr/local/directadmin/scripts
./dkim_create.sh vps.example.com
Hostname: vps.example.com
Hosted domains: example.com, example2.com, example3.com
All emails send by the hosted domains are correctly signed with DKIM (cron, lfd and messages send using PHP mail())
But system messages send by DirectAdmin ([email protected]) and directly from the command line ([email protected]) are not signed and failing DMARC.
Code:
echo "This is a test." | mail -s Testing [email protected]
Why are messages from my hostname not signed with DKIM? Is there a setting I'm missing?
All the best,
Pieter