Categorygithub.com/emersion/go-msgauth
module
0.6.8
Repository: https://github.com/emersion/go-msgauth.git
Documentation: pkg.go.dev

# README

go-msgauth

Go Reference builds.sr.ht status

A Go library and tools to authenticate e-mails.

Libraries

Tools

A few tools are included in go-msgauth:

  • dkim-keygen: generate a DKIM key
  • dkim-milter: a mail filter to sign and verify DKIM signatures
  • dkim-verify: verify a DKIM-signed email
  • dmarc-lookup: lookup the DMARC policy of a domain

License

MIT

# Packages

Package authres parses and formats Authentication-Results Authentication-Results header fields are standardized in RFC 7601.
Package dkim creates and verifies DKIM signatures, as specified in RFC 6376.
Package dmarc implements DMARC as specified in RFC 7489.