I'm using the mail facility in PHP on RedHat 8 and Apache, which works great except for the fact that the messages that go out have references to "apache@localhost" and "apache@example.com" in the headers. I understand why they're there (naming conventions in PHP's use of Apache), but, at the risk of asking a question that's been answered before, is there a clean way to change these? I don't want to change the user account that Apache runs under just to get a different e-mail name, and I'm running a bunch of virtual hosts, so the domain name that gets shown is also constrained.
Thanks,
Jim