diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:07:21 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:07:21 -0400 |
commit | 8f1ccd20405b9984d1a3a533a08338ccb30155f8 (patch) | |
tree | 589aeee91ada93282fdb0e3ed1c8999ab8c3ac32 /network/opendmarc | |
parent | 0a41c174add29d9c183c3cdb658c3d1c84c59ec8 (diff) |
network/opendmarc: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/opendmarc')
-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 8f636be946ee..1765ffa51d40 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: |