While I don't know what php might be doing, I can guess that it's a commandline "-f" option being used:
On 20/01/15 05:25, LinuxAdmin wrote: > mail($to, "The subject", "The mail body", $header, -f [email protected] ); ^^^^^^^^^^^^^^^^^^ and there's some slight correlation between this and exim's log line: > In log file i am getting F=<[email protected]> insted of actual From: > address. ^^^^^^^^^^^^^^^^^^^^^ You might need to understand the difference between envelope and header. -- Cheers, Jeremy -- ## 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/
