>I have a postfix server which gathers e-mails on a linux box through a PHP
>submit form and sends the message on to the destination. The destination
>has an auto-responder setup (not a vacation message) on an iMail server
>version 7.07.
>
>The auto-response sends the response back to the user on the linux box that
>sent the message and not the address in the 'from' header.
That's how it should work -- automated messages are supposed to go to the
"return address" ("MAIL FROM" from the SMTP envelope, which often doesn't
appear in the E-mail headers).
>For an e-mail sent with this header, the auto-response responds to
>[EMAIL PROTECTED] (which is userid 502 above). Why?!
Because the headers aren't used in determining the address to send to.
The PHP script is saying "Please send bounce messages and other automated
messages to [EMAIL PROTECTED]". So IMail does what it is told.
To fix it, the PHP script should set the return address to the "From:"
address of the E-mail that it is sending.
-Scott
---
Declude: Anti-virus, Anti-spam and Anti-hijacking solutions for
IMail. http://www.declude.com
---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/