Results 1 to 2 of 2

Thread: Using an Exim ACL to block sender

  1. #1
    Member
    Join Date
    Sep 2001
    Posts
    31

    Default Using an Exim ACL to block sender

    As of recently a server of ours is being flooded with an additional 300000 + messages a day. The exim RBL acls are doing their job of checking the RBLs and preventing the messages from getting further. However I believe the overhead of the RBL checks is causing the servers load to be sky high (over 30) Shutting down exim load goes away. So the load I believe has to be caused by exim.

    Interesting thing is that these junk messages are all from RBL'ed IPs. The sender always changes however one thing that is consistent is the first 3 letters of the email address. For instance the messages always come from abc*@* where abc is always the same.

    Anyhow I was recommended to use the following ACL to filter out and reject messages from abc*@*

    acl_check_sender:
    deny senders = /etc/exim/sender_reject.list
    accept

    I put abc*@* in the sender_reject.list

    However all mail then was rejected.

    Does anyone else have any suggestions on this issue?

  2. #2
    Member sneader's Avatar
    Join Date
    Aug 2003
    Location
    La Crosse, WI
    Posts
    1,006
    cPanel/WHM Access Level

    Root Administrator

    Default

    This is a good question... how can we use some type of wildcards in the sender_reject.list? Any ideas out there?

    - Scott

Similar Threads

  1. Acl rule to block domains .TLD extension ??
    By bsasninja in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 08-13-2009, 03:48 AM
  2. ACL to block egress SMTP traffic
    By octeto in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 01-10-2008, 01:08 PM
  3. Is there a way to block a .TLD via ACL?
    By bsasninja in forum E-mail Discussions
    Replies: 1
    Last Post: 08-30-2007, 10:51 AM
  4. in which acl to conduct sender verifications?
    By glansing in forum E-mail Discussions
    Replies: 0
    Last Post: 07-05-2007, 08:49 AM
  5. Block Email by Sender's IP?
    By Dugger in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 06-08-2004, 07:13 AM