ANTI-SPAM seçeneklerinde RBL in devreye alınması (02 Şubat 2008)
Cihaza CLI konsoldan login olunuz.
# config spamfilter rbl
(rbl)# edit 1
(1)# set name "rblchek" (isim veriyoruz)
(1)# config entries
(entries)# edit 1
(1)# set action reject
(1)# set server "bl.spamcop.net"
(1)# next
(entries)# edit 2
(2)# set action reject
(2)# set server "sbl-xbl.spamhaus.org"
(2)# next
(entires)# end
işlemi sonlandırıyoruz. Spam filetering devrede olan Protection Profile de RBL devreye alınmış oluyor. Yukarıdaki örnekte sık kullanılanlardan 2 rbl server verilmiştir. 1 tane yada daha fazla server ile konfigürasyon ayarlanabilir.
NOT : MR5 ile birlikte RBL ismi DNSBL olmuştur.
( Örn : # config spamfilter rbl yerine # config spamfilter DNSBL )