Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Intercept SMTP Network Traffic

Status
Not open for further replies.

JoeZ430

Technical User
Jan 4, 2005
51
US
I have tried to search for this solution, but have come up empty. It could be what I was trying to search on. Anyway, here is what I am trying to do. We are an insurance company, and are wanting to scrub all outgoing emails for private healthcare information, and stop them from going out. The other situation would be if someone typed the word [secure] in the subject or body of the email.

If one of these things happened, the original email would get stopped, encrypted, and thrown into a secure web mail system for later retreival. The intended recipient would then get an email saying that they have received a secure mail with a link to the secure message.

I think the hardest part that I am having trouble getting started on is listening for smtp traffic on the network. Right now we have 2 possible SMTP servers that could be sending outgoing mail (that I am aware of). Does anyone have any examples of how to intercept and read these messages? Any help is greatly appreciated.

Joe
 
I'm not sure you've posted in the rigth forum.

This is Java forum. You should post this on the e-mail forum I think.

Cheers,
Dian
 
I am trying to write this in Java wouldnt this be the right forum?
 
I am trying to write my own Java program to do this
 
Oh, I see, in that case this is the forum. But you forgot mentioning that little detail in your first post :)

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top