diff options
-rw-r--r-- | network/opendmarc/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/opendmarc/README b/network/opendmarc/README index ba50fb5889bc6..8f636be946ee6 100644 --- a/network/opendmarc/README +++ b/network/opendmarc/README @@ -10,7 +10,7 @@ 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: +And if you use postfix, add it to the group: # usermod -a -G opendmarc postfix |