[Exim] Lookup

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Michael Roterman
Ημερομηνία:  
Προς: Exim Users Mailing List
Αντικείμενο: [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

:)