summaryrefslogtreecommitdiffstats
path: root/network/opendmarc/README
diff options
context:
space:
mode:
author Mario Preksavec2019-05-17 18:20:52 +0200
committer Willy Sudiarto Raharjo2019-05-17 18:20:52 +0200
commitfe01e850a8271f3dc25a72e2143fef816623d03b (patch)
treec9301b38b0e998240048507289294a95cb2dd1a3 /network/opendmarc/README
parent39262ecf08a2b14804e4c2bd488790ff6ded6e72 (diff)
downloadslackbuilds-fe01e850a8271f3dc25a72e2143fef816623d03b.tar.gz
network/opendmarc: Added (DMARC milter and library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/opendmarc/README')
-rw-r--r--network/opendmarc/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/network/opendmarc/README b/network/opendmarc/README
new file mode 100644
index 0000000000..ba50fb5889
--- /dev/null
+++ b/network/opendmarc/README
@@ -0,0 +1,17 @@
+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 have postfix installed, add it to the group:
+
+ # usermod -a -G opendmarc postfix
+
+More information post-install can be found in README.SLACKWARE