Sometime on Feb 20, sanjay assembled some asciibets to say:

> 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]

The return path is set to be equal to the user who starts sendmail - if
you use the sendmail command interface.  If you use smtp, then you set
the return-path when you use the MAIL FROM: address command.

In short, use SMTP instead of sendmail -t

-- 
Well, you know, no matter where you go, there you are.
                -- Buckaroo Banzai


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to