| Author |
SMTP OnArrival event sinks don't fire
|
|
| Reeve Vaughan 2004-05-14, 8:35 pm |
| I have recently moved an application to a production server (windows
2003), the application uses the ISmtpOnArrival interface to catch
OnArrival event sinks. The application works fine on all other
servers tested but it seems that the smtp server doesn't fire the
OnArrival event sink on the new server.
I have even tried the simple vbscript example on the microsoft site
(http://msdn.microsoft.com/library/d...ng_vbscript.asp)
and the onarrival event still does not get fired. I have tried
removing and reinstalling smtp and iis numerous times and I'm running
out of options.
The same scripting example works fine on other servers that I have
tried.
| |
| Mike Carr 2004-06-20, 10:36 pm |
| I am having the same issue, can you let me know if you find a solution.
mike_carr_67@yahoo.com
--
MICHAEL CARR
"Reeve Vaughan" <reevev@optusnet.com.au> wrote in message
news:2a455418.0405141644.11a9eb5b@posting.google.com...
> I have recently moved an application to a production server (windows
> 2003), the application uses the ISmtpOnArrival interface to catch
> OnArrival event sinks. The application works fine on all other
> servers tested but it seems that the smtp server doesn't fire the
> OnArrival event sink on the new server.
>
> I have even tried the simple vbscript example on the microsoft site
>
(http://msdn.microsoft.com/library/d...n-us/cdosys/htm
l/_cdosys_sink_example_using_vbscript.asp)
> and the onarrival event still does not get fired. I have tried
> removing and reinstalling smtp and iis numerous times and I'm running
> out of options.
>
> The same scripting example works fine on other servers that I have
> tried.
| |
| Mike Carr 2004-06-20, 10:36 pm |
| Wow, it worked.
check
cscript smtpreg.vbs /enum and make sure that your event is there
--
MICHAEL CARR
mcarr67@email.uophx.edu
"Mike Carr" <mcarr@san.rr.com> wrote in message
news:#1nTClYVEHA.2992@TK2MSFTNGP12.phx.gbl...
> I am having the same issue, can you let me know if you find a solution.
> mike_carr_67@yahoo.com
>
> --
> MICHAEL CARR
>
> "Reeve Vaughan" <reevev@optusnet.com.au> wrote in message
> news:2a455418.0405141644.11a9eb5b@posting.google.com...
>
(http://msdn.microsoft.com/library/d...n-us/cdosys/htm
> l/_cdosys_sink_example_using_vbscript.asp)
>
>
| |
| wanghj 2005-01-20, 6:06 pm |
| Hi,
Did you get this problem solved? How?
I am having exactly the same headache.
Thanks.
=====================
quote: Originally posted by Reeve Vaughan
I have recently moved an application to a production server (windows
2003), the application uses the ISmtpOnArrival interface to catch
OnArrival event sinks. The application works fine on all other
servers tested but it seems that the smtp server doesn't fire the
OnArrival event sink on the new server.
I have even tried the simple vbscript example on the microsoft site
(http://msdn.microsoft.com/library/d...ng_vbscript.asp)
and the onarrival event still does not get fired. I have tried
removing and reinstalling smtp and iis numerous times and I'm running
out of options.
The same scripting example works fine on other servers that I have
tried.
| |
| Martin Rusch 2005-02-13, 8:47 pm |
| You might want to check
http://www.aloaha.com/article/catchall.html
and
http://www.aloaha.com/article/eventsink.html
maybe that gives you some more information. Please note as well that that
SINK simply cannot edit
TNEF messages. So you might consider do disable RTF on your exchange box.
"wanghj" <wanghj.1j6u11@mail.webservertalk.com> wrote in message
news:wanghj.1j6u11@mail.webservertalk.com...
>
> Hi,
>
> Did you get this problem solved? How?
>
> I am having exactly the same headache.
>
> Thanks.
>
> =====================
> Reeve Vaughan wrote:
>
>
>
> --
> wanghj
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message226343.html
>
|
|
|
|