I have generated the keys locally through openssl added key.pub to the DKIM DNS txt Record but how to add it to postfix withouth any other tool.Is there any connfiguration parameter where the file path can be specified or i need to through another tool as postfix lacks capabilities.
-
1Postfix doesn't do dkim. It transports mail. You need to use a milter to sign messages. Opendkim is one well known milter for this purpose.– vidarloCommented May 13 at 8:30
-
I surmised as when i read the postfix docs it mentioned the same ill add the link . postfix.org/MILTER_README.html.– Abu ShahrinCommented May 14 at 9:31
Add a comment
|