Re: [exim] Seeing which user authenticated

Inizio della pagina
Delete this message
Reply to this message
Autore: Jakob Hirsch
Data:  
To: Luca Bertoncello
CC: exim-users
Oggetto: 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).