Hi, I have a script(Perl/PHP) which sends email from the web(apache web server on linux). The problem is the header of the message contains "Return-path" and "Sender" email address as the [EMAIL PROTECTED] and so all the bounced messages goes to [EMAIL PROTECTED]
I tried to use -f option of sendmail but of no avail. So, can some one help me how can I set "Return-path" and Sender address as >From Address? Regards, Sanjay Return-path: <[EMAIL PROTECTED]> Envelope-to: [EMAIL PROTECTED] Delivery-date: Wed, 20 Feb 2002 10:05:25 +0530 Received: from [192.168.0.2] (helo=mail.linuxserver.com) by mail.softhome.net with esmtp (Exim 3.22 #2) id 16BwTd-0007yH-00 for [EMAIL PROTECTED]; Wed, 20 Feb 2002 10:05:25 +0530 Received: from webmaster by mail.linuxserver.com with local (Exim 3.16 #1) id 16BvPB-0003HI-00 for [EMAIL PROTECTED]; Wed, 20 Feb 2002 10:05:25 +0530 To: [EMAIL PROTECTED] Subject: Re: Test From: [EMAIL PROTECTED] Message-Id: <[EMAIL PROTECTED]> Sender: <[EMAIL PROTECTED]> Date: Wed, 20 Feb 2002 10:05:25 +0530 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
