Skip to content

oh2fih/OpenDMARC-Reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenDMARC-Reports

Automating OpenDMARC reports securely using SystemD units.

ShellCheck

The instructions on OpenDMARC/reports/README are a bit open and suggest using cron jobs. The risk with this approach is passing credentials as command line arguments, which is not secure.

This example is tested on Debian 11 & Ubuntu 20.04.

Prerequisites

  1. OpenDMARC

    1. installed with reporting tools.
    2. configured to keep history; HistoryFile /var/run/opendmarc/opendmarc.dat in opendmarc.conf.
  2. MySQL or MariaDB

    1. a database with the [schema][2] from trusteddomainproject / OpenDMARC.
    2. a password authenticated user (e.g. 'opendmarc'@'localhost') with read/write access to the database.

Installation

  1. Read the install.sh to ensure it fits your requirements.
  2. Run sudo ./install.sh on the root directory of this repository.
  3. Complete the setup by editing the installed opendmarc.private.env.

The uninstall.sh helps reversing the changes made by the installation script in the correct order.

About

Automate OpenDMARC reports securely.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages