Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.03 KB

DMARC Reporting Tool

A Rails app to parse DMARC report emails and show the results in a web UI.

Includes a ruby DMARC report parser in ./lib/parse_dmarc.rb

Designed to be run on heroku using cloudmailin to convert emails to HTTP.

Installation

this assumes you are deplying to heroku and already have the heroku toolbelt setup and working

  • git clone https://github.com/edds/dmarc-reporter.git
  • cd dmarc-reporter
  • heroku create
  • heroku config:add SITE_USER=user SITE_PASS=password
  • git push heroku master
  • heroku run rake db:migrate
  • heroku addons:add cloudmailin
  • heroku config
  • Using CLOUDMAILIN_USERNAME and CLOUDMAILIN_PASSWORD as displayed by the previous command login to cloudmailin and set up a email forward to http://user:password@project_name.herokuapp.com.
  • Set the email address that receives your DMARC reports to forward to the address listed as CLOUDMAILIN_FORWARD_ADDRESS