Re: [Exim] LDAP-based mailing lists - solved

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Phil Pennock
Data:  
Para: exim-users
Assunto: Re: [Exim] LDAP-based mailing lists - solved
On 2002-03-08 at 18:58 +1100, Matthew Palmer wrote:
> all_members:
> driver = smartuser
> local_parts = all_members
> rewrite = false
> new_address = ${perl {all_members}}
> senders = <colon separated list of authorised e-mail addresses>


You might wish to consider something like:

condition = ${if eq{${received_protocol}}{local} {yes}{no}}

to restrict it to someone invoking Exim locally. "authorised" !=
"authenticated". MAIL FROM:<authoriseduser@???>

--
How fortunate for governments that the people they administer don't think.
-- Adolf Hitler