Hi all,
I installed mail/opendkim and got it working with mail/postfix without much difficulty. That is to say, my outgoing mails now include an DKIM entry in the header.
However, I can't seem to get the corresponding DNS entry working properly so that remote servers can verify the DKIM.
I'm using what seems in general to be the default selector, "mail". So, at my hosting company, transip.nl, I created this entry for one of my domains:
But it isn't working. Neither of these can verify it:
DomainKey Policy Record Tester
DomainKey Selector Record Tester
On the command line, this doesn't return the dkim entry:
What am I missing here?
Thanks
I installed mail/opendkim and got it working with mail/postfix without much difficulty. That is to say, my outgoing mails now include an DKIM entry in the header.
However, I can't seem to get the corresponding DNS entry working properly so that remote servers can verify the DKIM.
I'm using what seems in general to be the default selector, "mail". So, at my hosting company, transip.nl, I created this entry for one of my domains:
Code:
Name: mail._domainkey.nuj-netherlands.nl
Type: TXT
Value: "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC54UGWZmOfphYNVJ1zrDuFWc2caAU7FSTO/XeBN8Bcr1MUT2GcI1hEbw6s/CloLNknEzgo7Zzrls4cmcgDRuGbtXxhHoA8Z6CLYyMrgEyyjE+SyHk860ASH9T6pGzDPWsDHV8O8bIg5AP9Nd34YMtWryJAXJMouYcFDiCs0PV/5wIDAQAB"
DomainKey Policy Record Tester
DomainKey Selector Record Tester
On the command line, this doesn't return the dkim entry:
Code:
$ drill mail._domainkey.nuj-netherlands.nl txt
Thanks