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