Hey
I have been receiving erros in my logs about the IP address 244.254.254.254. I did a google search, and found out that Infinite-Monkeys stopped doing their DNS spam blacklist.
Sites said he was getting DoS'd alot by spammers, so he shut down the black list. Then people kept checking the list, so he has it reply with the bogus IP 244.254.254.254.
I did some checking, and found out MailScanner was setup to use this list. If you are getting this error too, here is what I did:
SSH in as root, and goto your MailScanner Directory
# cd /etc/MailScanner
Then open up MailScanner.conf
# pico -w MailScanner.conf
Do a search for "Spam List = "
[CTRL] + W, enter "Spam List = " (no quotes), and hit enter
Just remove the Infinite-Monkeys entry from that line
Then Save & Exit
[CTRL] + X, Y, Enter
Then restart MailScanner
# /etc/init.d/MailScanner restart
Hope this helps someone out ;-)
Tim