Re: [exim] logging the mail client used

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Graeme Fowler
Fecha:  
A: exim-users
Asunto: Re: [exim] logging the mail client used
On Tue, 2012-01-17 at 11:29 +0000, Oliver Howe wrote:
> Is it possible to log the type of mail client used in mainlog?


It's possible to log *anything* in the mainlog using log_message at an
appropriate point in an appropriate ACL, for example:

acl_check_mail:
   accept hosts     = +relay_from_hosts
   warn log_message = ACL_MAIL: $sender_address


However: how will Exim determine what the mail client is?

Graeme