Instructions on the setup of DKIM records and signing can be found in section 10.4 of the User's Guide, and you can use our DKIM Wizard (highly recommended) for the first time. The wizard can be found here:
http://www.port25.com/support/domainkeysdkim-wizard/If you are using our wizard, you'll need to enter the TXT record into
your DNS record for the public key as outlined in the wizard, and then save the private key to the PowerMTA server.
Then, you'll need to add these
two directives:
domain-key
dkim-sign yesIt will look like this in your config:
domain-key key1, yourdomain.com, C:\pmta\key1.somedomain.com.pem
<domain *>
dkim-sign yes
</domain>
Make sure the path to the private key is valid, save config, and then reload. If DKIM doesn't work after ensuring the above is done, send a message to our auth-checker tool (
https://www.port25.com/authentication-checker ). It will reply with a report that includes reading a DKIM signature. If there is indeed a DKIM signature in the message, then the issue very likely lies outside of PowerMTA (likely DNS not yet or incorrectly set-up, wrong selector for it, etc.). Feel free to have the support team review the report by sending it to support@port25.com
*You may reuse the public/private key from Postfix into PMTA.