|
Home > Archive > IIS and SMTP > April 2004 > SMTP Event Sink
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I have written an event sink that monitors incoming mail. I'm interested in collecting the IP address of the remote host using the clientipaddress namespace. Unfortunately, this gives our server's internal IP address. What I'm I doing wrong.
I'm using Windows 2003, IIS v6.
Thanks in advance.
| |
| Bronek Kozicki 2004-04-15, 3:35 pm |
| On Wed, 14 Apr 2004 23:51:03 -0700, Sally wrote:
> I have written an event sink that monitors incoming mail. I'm
> interested in collecting the IP address of the remote host using the
> clientipaddress namespace. Unfortunately, this gives our server's
> internal IP address. What I'm I doing wrong.
I do not know. You should be getting client's IP. What's in your script?
B.
| |
|
| I figured it out. We have InterScan installed on the server and it was connecting to the remote host and forwarding to the SMTP service. All fixed now, thanks.
|
|
|
|
|