I'm looking to install "no listing and greylisting" to prevent spams. Using Spamblocker2 but so much spams for the past 2-3 days. Need to move a step further. I'm using exim.
You're using spamblocker 2? Just to make sure, Spamblocker is nothing but the exim.conf file and exim.pl to it right? I'm newbie on this matter. Been running my server for few years but suddenly so much spams since last firday passing through. Don't know if I have to do something in the exim.conf either.
Its the exim.conf file that jlasman modified and is the official version that DA distributes. But to use it to block spam you have to put the domains you want protected in /etc/virtual/use_rbl_domains or deleted it and create a symlink for it to /etc/virtual/domains.
You also should modify the deny messages in it to point to your web site instead of example.com
you put basically the list of domains on our server into /etc/virtual/use_rbl_domains and this is the list of domains under protection? Wow, my list is empty right now
Did you also change the deny messages in exim.conf and then restart exim? If you change the deny messages to something unique to you then you can easily grep the exim log for those messages and know how many emails were rejected.
Just looking at the rejectlog of exim from directadmin, lots of them since I've changed the www.example.com into mine and explanation is there. Very cool!
Correct. I didn't. Luckily I felt with this thread's enthusiast. Much to thank! Now it seems to do well. I still don't know how I would have done it. Got to see if any documentation on spamblocker readme.