Re: [Exim] Spam spam spam spam

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Gary Peltola
Data:  
Para: Exim Users
Asunto: Re: [Exim] Spam spam spam spam
i figured it out :)

just put the domains in the list, and uncommented below and put

bounce_spam_master:
driver = smartuser
require_files = /etc/spammers
senders = /etc/spammers
new_address = :fail: "unknown local-part \"$local_part\" in domain \"$domain\""

it works fine :)



--------------------------------------------------------
Gary Peltola
Web Hosting Network
http://www-hosting.net/
----- Original Message -----
From: "Kirill Miazine" <km-list-exim@???>
To: "Tamas TEVESZ" <ice@???>
Cc: <clist@???>; "Exim Users" <exim-users@???>
Sent: Friday, December 14, 2001 2:34 PM
Subject: Re: [Exim] Spam spam spam spam


> * Tamas TEVESZ <ice@???> [20011215 00:27]:
> > On Sat, 15 Dec 2001, Kirill Miazine wrote:
> >
> > > > driver = forwardfile
> >
> > > Use something like `awk '{print $1}' freemail-adb` to get only domains
> >
> > and think a bit before blindly changing, as as-is the output of the
> > above won't be good for forwardfile.
>
> Yes, I missed that (but sent a followup to my own post). That file
> should be used in a lookup to block senders, not in a forwardfile.
>
> --
> Kirill
>
>