certified:
> >There is nothing about Postfix that needs editing. You just need to
> >set up PHP to supply the correct sender address.
>
> OK did some experimenting, sending to a very sophisticated email service:
>
> Used the php command:
> $result = mail($to, $subject, $message, $headers, "-f address")
I told you to specify an email address (user@domain) form for 'address'.
That was on the line immediately after the above example.
> $result = mail($to, $subject, $message, $headers, "-f second.com") ;
But you failed to do what I told you.
I'm sorry, but email systems work only when you are precise.
Wietse