[Exim] Lookup

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Michael Roterman
Fecha:  
A: Exim Users Mailing List
Asunto: [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

:)