RBL

From The Network People, Inc. - Wiki
Jump to navigation Jump to search

This page covers handling the RBL lists that MT uses.

Removing Flapping Lists

Sometimes an RBL list will run into issues and need to be either temporarily or permanently removed from the MT's master list.

This situation can be diagnosed by emails that come in from the toaster with a subject of:

/var/qmail/supervise/smtp/run updated by /usr/local/sbin/toaster-watcher.pl

Review the emails to find out what list is being added and then removed.

To remove a list:

  • Edit /usr/local/toaster-watcher.conf
  • Look for the RBL. For example:
rbl_list.dsbl.org                  = 1       # http://dsbl.org/
  • Disable the RBL by changing it to 0:
rbl_list.dsbl.org                  = 0       # http://dsbl.org/
  • Save and exit the file.
  • Re-run toaster-watcher (or wait 5 minutes and it'll run):
/usr/local/sbin/toaster-watcher.pl