Author: Tamas TEVESZ
Date:
To: Sebastian Sawicki
CC: exim-users
Subject: Re: [Exim] X-Authenticated-Sender i SMTP Auth
On Fri, 7 Jun 2002, Sebastian Sawicki wrote:
> headers_add = "X-Authenticated-Sender: ${authenticated_sender}\n \
> X-Authenticated-id: ${authenticated_id}"
oops, i think i spoke too soon :) didn't notice that second line,
sorry.
i do it (with headers_add, in the transport) as:
headers_add = "${if def:authenticated_id{X-Authenticated-Sender:
${md5:${authenticated_id}${message_id}ASMTP_HEADER_SECRET}}}"
(again, wrapped). works fine here... (well, worked, when this
particular box had auth turned on :).
--
[-]