Certification event

  • Thread starter Thread starter laurent
  • Start date Start date
L

laurent

Hi,

I'm using windows server 2003 with the certificate service.
I have some questions about the mail you can send when a certification
event occurs.
For instance I want to send a mail each time a certification request is
pending.
The way to do this is by using the certutil tool.
so I wrote in the registry with the certutil tool:

certutil -setreg exit\smtp\smtpserver smtp.toto.fr
certutil -setreg exit\smtp\SMTPAuthenticate 0
certutil -setsmtpinfo (e-mail address removed)
certutil -setreg exit\smtp\eventfilter +ExitEvent_CertPending



Each time a request is pending I have this message in the logs:

Event Type: Error
Event Source: CertSvc
Event Category: None
Event ID: 46
description:
In the exit module, the method "Notify" sent an error.Impossible to
change or to delete an object added using COM+ Admin SDK, the state code
sent is 0x8004020e (-2147220978) .the CA couldn't send a mail for
EXITEVENT_CERTPENDING to (e-mail address removed)

(this message is a translation of the one displayed in french, sorry for
the mistakes)

I didn't find its meaning.
Moreover Is it possible to choose the addressee of the notification
mail? how?
Is it possible to use a different addressee according to the events
which occur?

Thanks.
 
Back
Top