[Exim] Lookup

Top Page
Delete this message
Reply to this message
Author: Michael Roterman
Date:  
To: Exim Users Mailing List
Subject: [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

:)