Popa3d+stunnel is configured on the mail server, the latter litters the console with messages like:
In /etc/syslog.conf regarding popa3d and stunnel there is:
Both log files are filled, while the facility with LOG5 is written in stunnel.log, while its messages in the console are written with LOG3. Both popa3d and stunnel listen for connections from /etc/inetd.conf.
The console messages in /etc/syslog.conf are described as follows:
Tell me what to tweak in order to wrap the LOG3 output also in the general log file specified for stunnel.
FreeBSD 11.1-RELEASE-p15
stunnel-5.41,1\popa3d-standalone-1.0.3
Code:
Dec 26 15:25:57 mrrc stunnel: LOG3[2200]: SSL_read: Connection reset by peer (54)
Dec 26 15:25:57 mrrc stunnel: LOG3[2201]: SSL_accept: Peer suddenly disconnected
Dec 26 15:27:13 mrrc stunnel: LOG3[2202]: SSL_accept: Peer suddenly disconnected
Dec 26 15:28:28 mrrc stunnel: LOG3[2204]: SSL_accept: Peer suddenly disconnected
Dec 26 18:08:05 mrrc stunnel: LOG3[2285]: SSL_read: Connection reset by peer (54)
Dec 26 18:13:04 mrrc stunnel: LOG3[2289]: SSL_read: Connection reset by peer (54)
Dec 26 20:13:26 mrrc stunnel: LOG3[2421]: SSL_accept: 140760FC: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
Dec 26 20:48:18 mrrc stunnel: LOG3[2459]: SSL_accept: 140760FC: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
Dec 26 21:24:51 mrrc stunnel: LOG3[2497]: SSL_accept: 14094418: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca
In /etc/syslog.conf regarding popa3d and stunnel there is:
Code:
!popa3d
*.* /var/log/pop.log
!stunnel
*.* /var/tmp/stunnel/stunnel.log
Both log files are filled, while the facility with LOG5 is written in stunnel.log, while its messages in the console are written with LOG3. Both popa3d and stunnel listen for connections from /etc/inetd.conf.
The console messages in /etc/syslog.conf are described as follows:
Code:
*.err;kern.warning;auth.notice;mail.crit;mail.none /dev/console
FreeBSD 11.1-RELEASE-p15
stunnel-5.41,1\popa3d-standalone-1.0.3