Koozali.org: home of the SME Server

Spam blocking with smtpfront-qmail HOWTO released

Offline raem

  • *
  • 3,972
  • +4/-0
Spam blocking with smtpfront-qmail HOWTO released
« Reply #75 on: July 21, 2004, 05:09:44 PM »
All I can suggest is to try this, which is cut & pasted straight from the HOWTO.

Disable RBL blocking

/sbin/e-smith/config delprop smtpfront-qmail RBLList

/sbin/e-smith/expand-template /var/service/smtpfront-qmail/runenv

svc -t /service/smtpfront-qmail


Enable blocking for multiple lists

/sbin/e-smith/config setprop smtpfront-qmail RBLList sbl-xbl.spamhaus.org:whois.rfc-ignorant.org:dnsbl.njabl.org:relays.ordb.org

/sbin/e-smith/expand-template /var/service/smtpfront-qmail/runenv

svc -t /service/smtpfront-qmail


Check the db entry

/sbin/e-smith/db configuration getprop smtpfront-qmail RBLList
...

griznik

Spam blocking with smtpfront-qmail HOWTO released
« Reply #76 on: July 21, 2004, 05:29:43 PM »
Hi Ray.

i deleted the existing single list using delprop, expanded the template and ran the svc -t bit. then, i ran the getprop to verify and it showed an empty list - as expected. next, i ran the setprop, expand template and svc -t. finally, i ran the getprop which now shows the 2 lists i wanted to try...

sbl-xbl.spamhaus.org:whois.rfc-ignorant.org

so i guess, long story short, any single additions to the existing list aren't possible and you would have rid yourself of the current list(s) and re-apply the new group of lists...

thanks for all your help Ray!

cheers,

--griz