Re: [exim] logging the mail client used

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Graeme Fowler
Date:  
À: exim-users
Sujet: 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