Skip to content

MarZab/wp-dmarc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp-dmarc

DMARC Aggregate Viewer

Collects DMARC aggregate reports from a POP/IMAP account and displays a table and a chart. Does a daily check.

Why

Keeping a eye on email delivery is important, this script is a free and easy alternative to the paid services. If you find this useful and want me to keep working on it, please buy me a beer.

Settings

Put this in config.php (Check the docs for PHP IMAP, can work with IMAP as well).

define('WPDMARC_SERV', '{mail.domain.com:995/pop3/ssl/novalidate-cert}');
define('WPDMARC_NAME', '[email protected]');
define('WPDMARC_PASS', 'pop_password');

The email address needs to be one used by (AND ONLY BY) your dmarc aggregate collection. Read the FAQ.

Screenshots

Screnshot

Releases

No releases published

Packages

No packages published

Languages