Andrew Clemons 5c17a1154f network/opendmarc: Remove .la files. 2 years ago
..
patches ce2d5a5e9f network/opendmarc: Updated for version 1.4.1.1. 2 years ago
README 8f1ccd2040 network/opendmarc: Wrap README at 72 columns. 2 years ago
README.SLACKWARE fe01e850a8 network/opendmarc: Added (DMARC milter and library). 5 years ago
doinst.sh fe01e850a8 network/opendmarc: Added (DMARC milter and library). 5 years ago
opendmarc.SlackBuild 5c17a1154f network/opendmarc: Remove .la files. 2 years ago
opendmarc.info 2aaff2f376 network/opendmarc: Fix github tarball handling. 2 years ago
slack-desc fe01e850a8 network/opendmarc: Added (DMARC milter and library). 5 years ago

README

OpenDMARC is a free open source software implementation of the DMARC
specification.

Enable MySQL support: WITH_MYSQL=yes ./opendmarc.SlackBuild

Optional dependency (will be autodetected): libspf2

You must have a opendmarc user to run this script:

# groupadd -g 362 opendmarc
# useradd -u 362 -d /var/run/opendmarc \
-s /bin/false -g opendmarc opendmarc

And if you use postfix, add it to the group:

# usermod -a -G opendmarc postfix

More information post-install can be found in README.SLACKWARE