pigpen
12th October 2004, 09:42 AM
Hi all,
I have a Debian server with Exim which (via PHP) generates mails with headers like this:Return-path: <www-data@www.myserver.de>
Received: from rrzmta1.rz.somehost.de [xxx.xxx.x.xx]
by gw.ngate.somehost.de; Thu, 07 Oct 2004 15:33:43 +0200
Received: from rrzmta1.rz.somehost.de (localhost [127.0.0.1])
...For some reason, certain recipients require the 'Return-path:' field to contain a valid mail address
(www-data is the user name of the web server, of course, and is not intended to receive mails ;))
Does anyone know how to manipulate the 'Return-path:' field in the mail header?
I have a Debian server with Exim which (via PHP) generates mails with headers like this:Return-path: <www-data@www.myserver.de>
Received: from rrzmta1.rz.somehost.de [xxx.xxx.x.xx]
by gw.ngate.somehost.de; Thu, 07 Oct 2004 15:33:43 +0200
Received: from rrzmta1.rz.somehost.de (localhost [127.0.0.1])
...For some reason, certain recipients require the 'Return-path:' field to contain a valid mail address
(www-data is the user name of the web server, of course, and is not intended to receive mails ;))
Does anyone know how to manipulate the 'Return-path:' field in the mail header?