diff options
Diffstat (limited to 'network/opendmarc/README')
-rw-r--r-- | network/opendmarc/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/opendmarc/README b/network/opendmarc/README index 8f636be946ee6..1765ffa51d408 100644 --- a/network/opendmarc/README +++ b/network/opendmarc/README @@ -8,7 +8,8 @@ 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 use postfix, add it to the group: |