Autor: Anand Buddhdev Data: Para: Gavin Hamill CC: exim-users Asunto: Re: [Exim] Simple query from a qmail migrant
On Mon, Feb 23, 2004 at 04:07:05PM +0000, Gavin Hamill wrote:
> 2004-02-23 15:47:51 1AvI0Y-0000Jn-MC => gdh@??? R=dnslookup
> T=remote_smtp H=mail.acentral.co.uk [80.76.195.1]
> 2004-02-23 15:47:51 1AvI0Y-0000Jn-MC Completed
>
> Great, the mail went through OK, but how can I get more information on
> the transaction? qmail would log something like this:
>
> delivery 282926: success:
> 80.76.195.1_accepted_message./Remote_host_said:_250_PAA04855_Message_accepted_for_delivery/
>
> Can I obtain the same functionality from Exim? I hope to write some kind
> of 'delivery interface' for management here so that they know that mail
> w to customer x got received at server y with message z, etc. :)
Add:
log_selector = +smtp_confirmation
to the global section of the exim configuration file. Despite what the
documentation says about adding the confirmation string only to <=
lines, it also works for => lines, ie. you will see what the remote
host said upon accepting the message.