DKIM, ARC, and TLSRPT email signing and verification
dkimpy is a library that implements DKIM (DomainKeys Identified Mail) email signing and verification. Basic DKIM requirements are defined in RFC 6376: https://tools.ietf.org/html/rfc6376
dkimpy is a library that implements DKIM (DomainKeys Identified Mail) email signing and verification. Basic DKIM requirements are defined in RFC 6376: https://tools.ietf.org/html/rfc6376
To install py38-dkimpy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-dkimpy
To see what files were installed by py38-dkimpy, run:
port contents py38-dkimpy
To later upgrade py38-dkimpy, run:
sudo port selfupdate && sudo port upgrade py38-dkimpy
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.