Autor: Michael Roterman
Datum:
To: Exim Users Mailing List
Betreff: [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
:)