Exchange server hooking

Hello ,Windows

I have a email monitoring project, it currently hooks SMTP and POP3
emails. Now I need to hook messages coming to/from Exchange server.
I never worked with Exchange and need some help. Are there any docs
about it’s protocol or maybe ready-made hooking docs :slight_smile: I looked
through Goolge and didn’t find any concrete info about protocol.
Thanks.


Best regards,
Yura mailto:xxxxx@mail.zp.ua

You can find alot of informations about message sinks in the Exchange SDK
included in the MSDN Library.

Regards,
Christoph

-----Original Message-----
From: Yura [mailto:xxxxx@mail.zp.ua]
Sent: Thursday, January 06, 2005 5:37 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Exchange server hooking

Hello ,Windows

I have a email monitoring project, it currently hooks SMTP and POP3
emails. Now I need to hook messages coming to/from Exchange server.
I never worked with Exchange and need some help. Are there any docs
about it’s protocol or maybe ready-made hooking docs :slight_smile: I looked
through Goolge and didn’t find any concrete info about protocol.
Thanks.


Best regards,
Yura mailto:xxxxx@mail.zp.ua


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as:
xxxxx@printassociates.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Exchange uses:

  • POP3 (between Ex and remote client)
  • IMAP (between Ex and remote client)
  • SMTP (between Ex and world, and sometimes Ex and another Ex)
  • and… undocumented RPC/DCOM-based protocol (between Ex-Ex and Ex-local
    client)

Good luck with the last item. At your place, I would drop all network-level
hooking and went in for Ex’s addons - Ex has a very rich ability of being
extended by add-ons.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: “Yura”
To: “Windows System Software Devs Interest List”
Sent: Thursday, January 06, 2005 7:37 PM
Subject: [ntdev] Exchange server hooking

> Hello ,Windows
>
> I have a email monitoring project, it currently hooks SMTP and POP3
> emails. Now I need to hook messages coming to/from Exchange server.
> I never worked with Exchange and need some help. Are there any docs
> about it’s protocol or maybe ready-made hooking docs :slight_smile: I looked
> through Goolge and didn’t find any concrete info about protocol.
> Thanks.
>
> –
> Best regards,
> Yura mailto:xxxxx@mail.zp.ua
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com