summaryrefslogtreecommitdiffstats
path: root/network/opendmarc/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/opendmarc/README')
-rw-r--r--network/opendmarc/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/opendmarc/README b/network/opendmarc/README
index ba50fb5889..1765ffa51d 100644
--- a/network/opendmarc/README
+++ b/network/opendmarc/README
@@ -8,9 +8,10 @@ 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
+ # useradd -u 362 -d /var/run/opendmarc \
+ -s /bin/false -g opendmarc opendmarc
-And if you have postfix installed, add it to the group:
+And if you use postfix, add it to the group:
# usermod -a -G opendmarc postfix