Writing "hello" to log window when entering a certain service section?

Assume an (unknown) client on my computer connects through stunnel to a remote server. As soon as this local client connects local stunnel the stunnel should write a user specified string line to the log window (if possible in bold letters). Can I define this with a syntax similar to: [gmail-pop3] client = yes output = "hello outgoing alert gmail port 1109" accept = 127.0.0.1:1109 connect = pop.gmail.com:995 Thank you Peter

On Tue, 15 Oct 2013 16:08:55 +0200, Ben Stover wrote:
Assume an (unknown) client on my computer connects through stunnel to a remote server.
As soon as this local client connects local stunnel the stunnel should write a user specified string line to the log window (if possible in bold letters).
Can I define this with a syntax similar to:
[gmail-pop3] client = yes output = "hello outgoing alert gmail port 1109" accept = 127.0.0.1:1109 connect = pop.gmail.com:995
Thank you Peter
Seems there already is an adequate log entry in this case: 2013.10.15 10:20:11 LOG5[2192:4840]: Service [xxxxx-pop3] accepted connection from 127.0.0.1:2466 2013.10.15 10:20:11 LOG5[2192:4840]: connect_blocking: connected yy.yy.yy.yyy:995
_______________________________________________ stunnel-users mailing list stunnel-users@stunnel.org https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
participants (2)
-
Ben Stover
-
Steve Marvin