Op dinsdag 27 juli 2010 16:10:19 schreef Marc Perkel: > Just wondering - what is a good way to put information from the apache > web server into an Exim header so that I can figure out what web form > has been hacked to send out spam. > > Thanks in advance
You can add php_value mail.force_extra_parameters [email protected] to every virtualhost, so you can identify the offending one. Of course [email protected] would have to match something sensible for that particular virtualhost. More info here: http://php.net/manual/en/configuration.changes.php -- ## List details at http://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/
