Re: [Exim] exiscan

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Matt Bernstein
Data:  
Para: Alistair Knight
CC: exim-users
Assunto: Re: [Exim] exiscan
At 11:00 +0100 Alistair Knight wrote:

>Is anyone familiar with exiscan (http://duncanthrax.net/exiscan/)
>
>can if be changed to scan only certain users?? as by default, it
>de-queues all messages


I think this is a difficult problem, as local_scan() has the message in
the DATA phase, and it must decide to ACCEPT or REJECT (or TEMPREJECT)
based on that and the list of RCPTs. It can't accept for some only.

I believe LMTP can do this though, if you use eg Cyrus and Sieve.

I'd be interested to hear any offerings..

Matt