Re: [Exim] wanna ground specific mails from specific hosts

Top Page
Delete this message
Reply to this message
Author: John W. Baxter
Date:  
To: exim-users
Subject: Re: [Exim] wanna ground specific mails from specific hosts
On 2/24/2004 23:14, "mad@???" <mad@???> wrote:

> Hi List,
>
> what i want to do is the following:
> i have some internally used mail adresses (like helpdesk and trouble ticket)
> which gets lot of spam. So i want to redirect all mails send to this
> specific adresses and not comming from internal ips to dev/null.
>
> What i have till now:
>
> fh_grounded:
> driver = accept
> transport = spam_delivery
> condition =${lookup{$local_part@$domain}lsearch{/etc/exim/fh-luh-grounded}}
>
> that sends all mails listed in /etc/exim/fh-luh-grounded to my spam_devivery
> transport. But the good mails also. So i need some "if mail is not comming
> from mynet/24" condition also.
>

hosts = mynet/24
should help...you may need localhost in there too.

So, after you have this working, one of your users can't go to his Yahoo
mail account to send helpdesk a query about his non-working email account?

Doesn't that increase the phone support load?

--John