Re: [exim] Seeing which user authenticated

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jakob Hirsch
Data:  
Para: Luca Bertoncello
CC: exim-users
Asunto: Re: [exim] Seeing which user authenticated
Quoting Luca Bertoncello:

> server_set_id = $value


$value is not defined outside ${lookup ...}. Use $1 (or $auth1 since 4.61).