diff options
Diffstat (limited to 'network/opendkim/README')
-rw-r--r-- | network/opendkim/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/opendkim/README b/network/opendkim/README index 3fd62deafd582..7b7c156c031ae 100644 --- a/network/opendkim/README +++ b/network/opendkim/README @@ -18,7 +18,7 @@ useradd -r -u 305 -g opendkim -d /var/run/opendkim/ -s /sbin/nologin \ You may specify alternate values if desired: -DKUSER=nobody DKGROUP=nobody ./OpenDKIM.SlackBuild +DKUSER=nobody DKGROUP=nobody ./opendkim.SlackBuild A sample config file has been placed in /etc/opendkim.conf @@ -29,7 +29,7 @@ disable this behavior. Optional MySQL and Unbound support is provided. Note that MySQL support requires OpenDBX installed. To enable: -USE_MYSQL=yes ./OpenDKIM.SlackBuild -USE_UNBOUND=yes ./OpenDKIM.SlackBuild +USE_MYSQL=yes ./opendkim.SlackBuild +USE_UNBOUND=yes ./opendkim.SlackBuild Unbound will require the unbound package which is available in SlackBuilds. |