Skip to content

Most Efficient way to use Mail::DMARC

Matt Simerson edited this page Feb 6, 2015 · 1 revision

Included in Mail::DMARC is bin/dmarc_httpd. It accepts JSON requests via HTTP, performs the DMARC validation and returns the answer. If there is more than a single connection per second, this is considerably more efficient than starting up Mail::DMARC for each connection.

Clone this wiki locally