Re: [exim] logging the mail client used

Top Page
Delete this message
Reply to this message
Author: Graeme Fowler
Date:  
To: exim-users
Subject: 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