How can I block an IP or email address, that I could stop it sending emails to my server.
Currently I am getting thousands of messages per hour from a single address.
Messages are sent to my root-email.
How can I block an IP or email address, that I could stop it sending emails to my server.
Currently I am getting thousands of messages per hour from a single address.
Messages are sent to my root-email.
Last edited by petfut; 03-29-2005 at 04:46 AM.
You could add the following ACL into WHM > Exim Configuration Editor > Advanced Mode > scroll to the first set of 3 textboxes, in the middle of the 3 boxes add the following with clear lines above and below it after:
accept hosts = :
add:
Replacing annoying@domain.com with the source email address.Code:drop senders = annoying@domain.com message = Spam or Mail Bombing activity
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
I tried that, typed the texts to second box. It didn't work out really well, I got an error message:Originally Posted by chirpy
2005-03-29 13:49:11 Exim configuration error in line 231 of /etc/exim.conf.buildtest:
missing ACL name
Exim version 4.50 #1 built 14-Mar-2005 10:32:24
Copyright (c) University of Cambridge 2004
Berkeley DB: Sleepycat Software: Berkeley DB 4.1.25: (October 24, 2003)
Support for: iconv() PAM Perl OpenSSL Content_Scanning Old_Demime
Lookups: lsearch wildlsearch nwildlsearch iplsearch dbm dbmnz
Authenticators: cram_md5 plaintext spa
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile autoreply pipe smtp
Configuration file has an invalid syntax. Please try again.
I'll contact you off-board to help out.
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
I'd like to know how the resolution of this issue goes as it would be good to know how to do this. Any updates would be much appreciated!
The problem had resolved itself by the time I got ot itMy suggestion, if implemented as stated, will work. It's possible the OP had a typo or mis-placed it
![]()
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com