On Tue, Jan 20, 2015 at 7:25 AM, LinuxAdmin <[email protected]> wrote:

> Hello Team,
>
> Exim not log from addreess in log file.
>
> Here is my command to send mail via php.
>
> mail($to, "The subject", "The mail body", $header, -f [email protected]
> );
>
> my log selector setting is
> log_selector = +subject +received_recipients +received_sender
> +sender_on_delivery +smtp_confirmation +deliver_time -retry_defer
>
> In log file i am getting F=<[email protected]> insted of actual From:
> address.
>
>
 Exim logs the sender envelope address, which is what's defined by the -f
switch in your PHP mail() function arguments, not the From: header address
within the DATA section of your e-mail
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to