blob: 0184eac1f447208f4a36a50b8ed49f3f46bdf8b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
[
{
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
}
{
message: <<EOM
You will need to re-run this as root:
cd %%PREFIX%%/etc/mail/spamassassin
sed -e 's/your_DQS_key/<your key from above>/g' sh.cf.sample >sh.cf
and restart spamassassin
EOM
type: upgrade
maximum_version: "1.0.1"
}
]
|