[Exim] Lookup

Top Pagina
Delete this message
Reply to this message
Auteur: Michael Roterman
Datum:  
Aan: Exim Users Mailing List
Onderwerp: [Exim] Lookup
Hi,

I have a list of user names such as:

user1
user2
user3
Etc.

I want to put a condition in a director that will only allow the director if
the user exists in this user list.

Is this correct?

condition = ${lookup{$local_part}lsearch* {/home/user_list.txt}{$value}}

Thanks

:)