Re: [Exim] Routing with Spamcop

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Glen Mehn
Data:  
Para: exim list
Asunto: Re: [Exim] Routing with Spamcop
Mark:

There's not really a 'default' configuration file for exim-- there sort
of can't be.

what you'll want to do is write a director to handle that mail.

See the exim manuals for concepts of 'transport', 'director', and 'router'

Hope this helps.

glen

Mark Edwards wrote:

> On Tuesday, July 30, 2002, at 10:55 AM, Tamas TEVESZ wrote:
>
>> On Tue, 30 Jul 2002, Mark Edwards wrote:
>>
>>> How would I go about adding a line to my exim configure file that would
>>> match IP's to a spam-list such as spamcop, but would route the
>>> messages to
>>> a special spam user account for review, rather than rejecting the
>>> messages?
>>
>>
>> condition = ${if eq{$sender_host_addres}{spamcop's.ip.addy}{yes}{no}}
>
>
> Sorry, I'm a bit of a newbie with Exim configuration. Can you give me a
> hint as to where that statement would fit into the larger configure
> file? I'm basically using the default setup with a few minor tweaks.
>
> Thanks.
>
> --
> Mark Edwards
> Engineer
> Mr. Toad's
> San Francisco, CA
>
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> Exim details at http://www.exim.org/ ##
>