Is this box (first screenshot) missing or do I have to extract the information somewhere in the file system?
The consequence of this missing information is, that my mails do get marked as spam very quick and that my mails do not make it to gmail accounts. My guess: it is because the dkim of the mail server does not match with the dkim key on my ISP entry.
I am not on a blacklist and the mxtoolbox tests show a healthy domain and server.
Is this box missing on FreedomBox generally and needs a fix or did I do something wrong?
I don’t know how or why FBX didn’t setup your DKIM keys, but I’d start by looking if your private key actually exists.
Can you have a look with
sudo ls -la /var/lib/rspamd/dkim/
to check if the key file is there? You should see a file in the format of domain_name.dkim.key. Also, please check that the ownership of the key file is _rspamd:_rspamd.
Cheers.
EDIT: I’ve moved this post to the “PIONEER SUPPORT” category.
Thank you for your time on this!
I did check with sudo ls -la /var/lib/rspamd/dkim/
and this is the output:
dr-x------ 1 _rspamd _rspamd 88 Feb 5 16:46 .
drwxr-x--- 1 _rspamd _rspamd 888 Feb 25 08:54 ..
-r-------- 1 _rspamd _rspamd 1704 Feb 5 16:46 freedombox2.local.dkim.key
-r-------- 1 _rspamd _rspamd 1704 Feb 5 16:46 my.domain.dkim.key
Is it right, that rspamd hasn’t the ownership on my domain? I am still a beginner and want to make sure I have it right. Is the command sudo chown _rspamd:_rspamd?
I have a spare FreedomBox and did install Postfix/Dovecot there, but the same problem occurs. The mentioned box with the dkim information does not appear.
There seems no problem with ownership, and FBX seems to have generated your DKIM keys. It’s interesting that Plinth does not show you your DNS settings at all.
I believe this problem is not with rspamd (or the mail suite) but maybe with Plinth. Unfortunately I dont have the skill set to go further. I believe support from the devs would be much better off here. Sorry.