Hello,

        There is another smtp server ... I should of provided more info ...


I set up a postfix server to do the following:

1. Receives mail from outside ...

if it is NOT spam

2. Virus scanned and then forward to exchange

if it IS SPAM

2. Sent to a virtual type mail box and virus scanned.


This way users would never get mail that is considered SPAM in there Exchange Inbox. Each morning they will get 1 e-mail containing a out line of new mail in the virtual account that is considered spam. That e-mail will be automatically deleted after 30 days.


They can login via the web interface and download mail, formail to them selves only.

I was hopping to add in a "redirect" type of feature where the e-mail would get sent to their actual Inbox on Exchange and not look like it was forwarded from the virtual account if the user clicks the a button.

Thanks for the reply.

Michael.



Vail, Warren wrote:
But I want a redirect button so I could send the exact same message to the same user and from the same person just but to another mail box on a different machine.


Not sure I've ever hear the term "redirect" used in reference to email.
Understand that email cannot be received on just any machine (there needs to
be a pop (or imap or smtp) deamon running on that machine.

But to answer you question, you can often send email to a specific machine
if you know the machine name in the following form;

[EMAIL PROTECTED] - but keep in mind that there needs to be a daemon
running on that machine AND there needs to be a mailbox for "bert" set up on
that server.

HTH

Warren Vail


-----Original Message-----
From: Michael Gale [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 7:26 PM
To: [EMAIL PROTECTED]
Subject: [PHP] PHP mail redirect ??



Hello,

I have been playing around with a web mail app called NOCC (http://nocc.sourceforge.net/)

It has some nice features and is quick.

I want to add in a redirect button for mail, there is a forward button but it forwards mail just like a regular client for ... as expected.

But I want a redirect button so I could send the exact same message to the same user and from the same person just but to another mail box on a different machine.

Is there a easy to do this with out having to create some thing from scratch.

Thanks ..


Michael.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to