Hi, 

On Sat, 26 Mar 2011 20:56:05 -0600 in message number 
<[email protected]>, received here on 08/04/2011 
19:47:03, The Doctor <[email protected]> said:

> Right .
> 
> I am seeing e-mail
> 
> being sent from
> 
> a couple of bogus addresses
> 
> one is adminsuppo*@dhl.com
> 
> And the other is of the form  postmail-usa.**@***.com .
> 
> 
> Question how can exim block and disgard e-mails coming from such addresses ?

I use this sort of thing.

In ACL configuration:
# deny spamming IPs
# By IP address; substitute hosts
  deny    message       = Rejected IP
          hosts         = 127.0.0.1
# by domain; substitute domains
  deny    message       = Rejected Domain 
          domains       = foo.bar : foo2.bar
# by specific sender; substitute domains and local_parts
  deny    message       = Rejected sender
          domains       = foo.bar
          local_parts   = somesender


-- 
This is Spain.  We do things differently here!

Bill Hayles
[email protected]


-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to