Any howto on "No listing and greylisting"

pluk

Verified User
Joined
May 13, 2004
Messages
223
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.
 
There is no good howto on grey listing and its not supported by Spamblocker 2.

Nolisting is easy. Google "nolisting" and follow the wikipedia guide.
 
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
 
Wow this is new to me :)

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 :(
 
If its empty then you have never benefited from using SpamBlocker.

Its good to read the forums every day. Amazing what we learn.
 
Tried to find a HOWTO but nothing I could pin on to do it right.

I'm really not a wis to do a symbolic link. Can you outline me the syntax?

Many thanks!
 
Code:
rm /etc/virtual/use_rbl_domains
ln -s /etc/virtual/domains /etc/virtual/use_rbl_domains
 
Cool! this way I won't need to recreate/update the file everything new client comes over.

So I've updated the list and now, let's wait and see :) Thanks!
 
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.
 
1) I've changed the www.example.com to ... www.<mydomain>.com
Any particular thing I should put there or this should be fine?

2) yes I did a /sbin/service exim restart

Any good?
 
You should have it point to a page on your web site about to get delisted or how to get whitelisted with your server.
 
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! :rolleyes:
 
true. I will do something about it. Long due :)

I'm checking on the paniclog of exim and it says...

2009-07-07 16:05:27 failed to open /etc/virtual/use_rbl_domains for linear search: No such file or directory

I think started after I did the symbolic link. Normal?
 
Post output of:
Code:
ls -l /etc/virtual/use_rbl_domains
 
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.
 
lrwxrwxrwx 1 root root 20 Jul 7 16:05 /etc/virtual/use_rbl_domains -> /etc/virtual/domains

Maybe error when I was opening the file before? Nothing since 16:05. now it's 16:54.
 
Back
Top