Luca Bertoncello wrote:
> Hi, list!
>
> Is it possibile to log the remote MailID (given from remote MTA) when Exim
> sends an E-Mail to an other server?
>
> Thanks
> Luca Bertoncello
> (lucabert@???)
>
Check out the manual around
http://www.exim.org/exim-html-current/doc/html/spec_html/ch49.html
Something related to "smtp_confirmation" and your "log_selector" settings.
The message ID can't be parsed auto-magically (too many variations and
there is no requirement at all to actually return something useful), but
you will get the first 100 bytes of text returned by the destination
server which you can then do whatever you want with.
--
The Exim Manual
http://www.exim.org/docs.html
http://www.exim.org/exim-html-current/doc/html/spec_html/index.html