Jump to content

Recommended Posts

Posted

Hello all,

 

We currently have an issue with someone sending emails to users at our company. Right now we are trapping the emails into a folder as a txt file (so the users are not able to view the emails), but is it at all possible for me to create a new email address and have all those emails from the external user forwarded to the new email account? This would need to be done globally.

 

Any pointers would be appreciated.

 

Thanks,

Ken

Posted
We currently have Exchange 2003. My boss still wants to look over the emails that are being sent, but does not want the other employee's to see the emails.
Posted
Exchange 2003 you can make an SMTP event sink (ISMTPOnArrival) with VBS or JS. Haven't made one for this kind of scenario, but I expect you can check the mail sender and if it matches "someone's" address, change the recipient to a specific mailbox
Posted

Doing this natively with Exch 2003 isn't possible as it is with Exch 2007/2010 using transport rules. An archive event sink MAY work but you will need to create a custom script around to do this, using the archive event sink on it's own wont work.

 

Got budget for a gateway?

 

You could use a 2010 Edge server and you the transport rules on that if you wish.

Posted
Archive? If it's mail from an external source it's normally arriving via SMTP and an SMTP OnArrival event sink is the obvious choice surely? As above I have made them for other scenarios and :checks API:: you can rewrite envelope receipients.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...