diff options
Diffstat (limited to 'mail/spamassassin-dqs/files/pkg-message.in')
-rw-r--r-- | mail/spamassassin-dqs/files/pkg-message.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/spamassassin-dqs/files/pkg-message.in b/mail/spamassassin-dqs/files/pkg-message.in new file mode 100644 index 000000000000..e69f3824ef25 --- /dev/null +++ b/mail/spamassassin-dqs/files/pkg-message.in @@ -0,0 +1,23 @@ +[ +{ + message: <<EOM +you will need to configure the sh.cf file with your own +DQS key. + +Follow the instructions at: +https://www.spamhaustech.com/dqs/ +to get a key, then go to: +https://portal.spamhaustech.com/src/manual/dqs/ +and note your key. + +Once you have it, run the following as root: + +cd %%PREFIX%%/etc/mail/spamassassin: +sed -e 's/your_DQS_key/<your key from above>/g' sh.cf.sample >sh.cf + +then restart spamassassin. +EOM + type: install +} +] + |