Re: [exim] exim equivalent to sendmail /etc/mail/access

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Christopher Chaduka
Data:  
Para: exim-users
CC: Aaron Summers
Asunto: Re: [exim] exim equivalent to sendmail /etc/mail/access
On Wednesday 05 January 2005 04:01, Aaron Summers wrote:

> We would like some added spam protection using Spamguard. This program
> has the option of added spammers to /etc/mail/access on sendmail which
> would block those users from sending out any more messages. Does exim
> have a similar blacklist mechanism?


In your RCPT ACL, have some thing like this:

deny    message       = Go away spammer
          senders       = lsearch;/etc/mail/access


..and /etc/mail/access is a list of spammer's addresses one per line

Kiri