log_selector
in exim config. I'm not too sure it will do what you want though.Thanks. My application has a “newsletter” feature that lets my customers email their customers.Hello,
I believe a PHP script name can be found in headers of an email.
Exim does not log a script name, only a cwd. You might check and play withlog_selector
in exim config. I'm not too sure it will do what you want though.
$authenticated_id
. headers_add = "${if def:authenticated_id{X-Authenticated-Id: ${authenticated_id}}}"
interface = <; ${if exists{/etc/virtual/authenticated_ips}{${lookup{$authenticated_id}lsearch*{/etc/virtual/authenticated_ips}}}}
/etc/virtual/authenticated_ips
with a content something like:[email protected]:1.2.3.4
[email protected]:1.2.3.5