Hi,
On Sat, 26 Mar 2011 20:56:05 -0600 in message number <20110327025605.GA15306@???>, received here on 08/04/2011 19:47:03, The Doctor <doctor@???> said:
> Right .
>
> I am seeing e-mail
>
> being sent from
>
> a couple of bogus addresses
>
> one is adminsuppo*@???
>
> 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
billnot@???