Hello,
One of my clients is running a customized free e-mail service on his domain, which of course is a target for spammers to try to abuse. I need to know any ideas that would help to prevent this from happening, because it is causing problems when spammers are sending out spam from our server.
So far, the only solution I could find was to enable rate limiting in Exim for local senders, which appears to work in my testing, but somehow these spammers are still managing to bypass it and send out as much as they want. The way I enabled the rate limiting was to create a file at /usr/local/cpanel/etc/exim/acls/ACL_RATELIMIT_BLOCK/1localsenders and put the following content in it:
# Local senders rcpt rate limiting 25 per 2 hours (300 per day)
deny ratelimit = 25 / 2h / leaky / per_rcpt / $authenticated_id
log_message = Local senders rcpt rate limit ( $sender_address ) exceeds \
$sender_rate per $sender_rate_period
Like I said, this appears to work great in my testing, but somehow they still get past it, so if anyone has any ideas on how to fix this or if there are other methods that would help to control the spammers, please let me know. I wonder how all the other free e-mail services deal with this issue?
Thanks in advance!



LinkBack URL
About LinkBacks
Reply With Quote





