Block Exim spam at connection time? | Exim Mail Filter | Forum

 
You must be logged in to post Login


Lost Your Password?

Search Forums:


 






Minimum search word length is 4 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

Block Exim spam at connection time?

Post
New Member

Secruler

posts 2

11:54 pm August 24, 2011

I read your post about the Exim filter but I have a question. Is it possible to block the spam when the server connects to transfer mail? Like how exim blocks email addressed to accounts that don't exist, is that possible with spam? I see the exim filter bounces mail that meets the rules you add, but I would like to stop it before it hits the server.

<a h

Admin

mscott

posts 3

11:09 pm August 25, 2011

Yes and no. You can add things to the Exim ACL directly (/ etc / exim.conf) but it is very limited in what you can do. Here's a sample rule from the ACL:

 

deny
    senders = *@nyc.gov : *@ups.com
    message   =  No Such User Here
    log_message = More fake speeding tickets of UPS receipts!

 

This blocks those stupid fake emails from the New York Police and UPS that have viruses attached. NYPD does NOT email speeding tickets and UPS doesn't send emails with viruses attached. Actually UPS never has your email address so why would they be sending you a receipt?? Long story short ACL is good for rejecting based on limited info but not so hot if you're filtering key words.

Admin

webmaster

posts 3

10:42 pm August 29, 2011

I found a mod today for Exim that lets you block almost ANYTHING at connection time.. haven't installed it (YET) but here it is:

http://www.jcdigita.com/eximconfig/

 

Looks interesting, anyone tried it?


About the Secure My Website! Forum

Forum Timezone: UTC -4

Most Users Ever Online: 9

Forum Stats:

Groups: 3
Forums: 6
Topics: 4
Posts: 6

Membership:

There are 2 Members

There are 2 Admins