slackbuilds/network/opendmarc
Andrew Clemons 5c17a1154f
network/opendmarc: Remove .la files.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
2022-03-26 12:08:27 +13:00
..
patches network/opendmarc: Updated for version 1.4.1.1. 2021-12-10 08:37:44 +07:00
README network/opendmarc: Wrap README at 72 columns. 2022-03-14 03:07:21 -04:00
README.SLACKWARE
doinst.sh
opendmarc.SlackBuild network/opendmarc: Remove .la files. 2022-03-26 12:08:27 +13:00
opendmarc.info network/opendmarc: Fix github tarball handling. 2022-03-09 17:21:06 +07:00
slack-desc

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