Hello, I have been working with relaydb to create my own blacklist.
Had some problems at first but found changing the configuration file for spamassassin from report_safe 1 to report_safe 0 fixed it. My relaydb file is now being generated. Looking at the web page about relaydb http://www.benzedrine.cx/relaydb.html I can see how the IP's can be inserted into the table rule. My question is what should be running on port 8025 to really bug the spammers ? rdr inet proto tcp from <spammers> to any port 25 -> 127.0.0.1 port 8025 Now it simply gets a connection refused because nothing is running on that port. btb
