greetings,
I'm using a LAMP arch and invoking php and curl to send out email messages automatically.
Now,
apache@webserver.xyz.com is the return-path. Is there a way to change that address? I've checked httpd conf and didnt' see anything and read something on apache.org about having to recomplie from source <eek!>, but i figure there's got to be a way to change the return-path information. Anyone have any ideas? I've posted example for the confused.
Code:
Return-Path: <apache@webserver.xyz.com> <---- this is what i want to change
Received: PENGUIN-HIGHROLLER fromhostname:webserver.xyz.com fromhostip:192.168.123.123 fromhostport:28589 by server.xyz.com with protocol:ESMTP id:jBGJKOUf031724 for user:<user@internet.net> time:Fri, 16 Dec 2005 13:20:24 -0600 numerictime:200512161920
Received: (from apache@localhost)
by webserver.xyz.com (8.11.6/8.11.6) id jBGJK6s30072;
Fri, 16 Dec 2005 13:20:06 -0600
Date: Fri, 16 Dec 2005 13:20:06 -0600
Message-Id: <200512161920.jBGJK6s30072@webserver.xyz.com>
To: user@internet.net
Subject: Enrollment Confirmation
From: Email@email.net
thanks for your help.
