QUOTE(pairote @ Mar 19 2006, 11:31 PM)

Try my proposed solution here:
http://forums.cpanel.net/showpost.php?p=233776&postcount=2I have implemented on my servers. It works well but I cannot justify if it save CPU load. You may try and please report your result here. Is it save the CPU load?
Hi Pairote,
wow, your solution looks great but my VPS is not a powerful one, and that is why I wanted to implement a kind of manual solution.
What I was looking for is to have a list of all the IPs rejected because of the score I set in my VPS, I have been monitoring my rejectlog and had blocked some IPs, but will like to have a file like the rejectlog but only with the IP of the accounts rejected because of the score.
I modified the antivirusandspam.exim file and added this two lines:
CODE
# If you want to bounce message, comment 2 lines below and uncomment the line b$
logfile /var/log/exim_mainlog
logwrite "$tod_log $message_id ** F=${lc:$sender_address} [$sender_host_add$
[b] logfile /var/log/exim_scoreIP
logwrite "$sender_host_address($1)"[/b]
# Bounce it, but
But doing this I didn?t record what is listed in my REJECTLOG file only what is recorded at exim_mainlog.
I have looked at the ACL in exim configuration but couldn?t find what to modify or add for this to work.
Please help.
Regards,
Sergio