Re: [exim] Seeing which user authenticated

Pàgina inicial
Delete this message
Reply to this message
Autor: Jakob Hirsch
Data:  
A: Luca Bertoncello
CC: exim-users
Assumpte: 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).