Re: [exim] How to verify and authenticate only for outgoing …

Top Page
Delete this message
Reply to this message
Author: John Burnham
Date:  
To: Lekshmi A. R, exim-users
Subject: Re: [exim] How to verify and authenticate only for outgoing mail
> Now I am not getting value for $sender_address_data but not
> for $authenticated_id
>
> Any entry is to be done in Authentication configuration for
> getting values for $authenticated_id in ACL configuration.
>


Do you have server_set_id in your authenticator configuration ? See section 33.1
of the Exim spec
(http://www.exim.org/exim-html-4.62/doc/html/spec_html/ch33.html). That's what
populates $authenticated_id.
John