using spamhaus subscription

59 views
Skip to first unread message

Kirk Ismay

unread,
Aug 4, 2017, 7:56:11 PM8/4/17
to rspamd
I pay for a spamhaus subscription, so I'm supposed to use:


in spamassassin or sendmail rbl settings. 

How do I set this in rspamd.conf?

Andrew Lewis

unread,
Aug 8, 2017, 6:21:36 AM8/8/17
to rsp...@googlegroups.com
Hi,
Since this RBL is used in the default configuration you could just
override its hostname:

~~~
# /etc/rspamd/local.d/rbl.conf
rbl {
spamhaus {
rbl = "my-secret-key.zen.dq.spamhaus.net";
}
spamhaus_xbl {
rbl = "my-secret-key.zen.dq.spamhaus.net";
}
}
~~~

Perhaps SURBL module may require similar treatment.

References:

https://rspamd.com/doc/quickstart.html#configuring-rspamd
https://rspamd.com/doc/modules/rbl.html
https://rspamd.com/doc/modules/surbl.html

Best,
-AL.

Reply all
Reply to author
Forward
0 new messages