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

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: exim-users
Subject: 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