> > 1) i think you have to set TriggeringLevel.
> I am using <param name="Threshold" value="DEBUG"/>. I guess that's the
> same.

no!
TriggeringLevel: an event with this level (or higher) will trigger the sending 
of a new email which contains all events that have a level>=threshold

> host. But my monitor program (TCPMon) does not get any connection on
> port 25.
> If I don't use TCPMon and thus use the SMTP server directly 
> there is no
> difference - I never get any mail.
> I am able to telnet thru TCPMon to our SMTP server.

i do not know TCPMon at all.
but if "telnet localhost 25" is connecting and you can do a "HELO" + <CR> and 
you get an answer, then everything is OK.

> I have also tried to debug SMTPAppender, but IDEA debugger 
> tells me that
> no executable code is found on the line where append() 
> begins!!! And of
> course I can debug any other Appender than the one I need.

don't know idea either ;-)
you do have mail.jar and activation.jar on your classpath?
are you sure you have the sources to the correct log4j version?

cheers



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to