lfd:rblcheck

A list of optional entries for the RBL check.

juggernaut --task=lfd:rblcheck --oper=<rbl_add|rbl_del> --value=<string>
Option
Value Description
--oper <string> The operation you want to perform. Operations: rbl_add, rbl_del
--value <string> The value you want to add or delete. Examples: enablerbl:my.dnsrbl.net, enableip:11.22.33.44, disablerbl:bl.spamcop.net, disableip:10.10.10.10
--restart <yes> Restart the service after saving settings.

Examples

// add an entry
juggernaut --oper=rbl_add --value='enablerbl:my.dnsrbl.net'

// remove an entry
juggernaut --oper=rbl_del --value='enablerbl:my.dnsrbl.net'