rsyslog/tests/testsuites/sndrcv_relp_tls_prio_rcvr.conf

9 lines
332 B
Plaintext

$IncludeConfig diag-common.conf
module(load="../plugins/imrelp/.libs/imrelp")
# then SENDER sends to this port (not tcpflood!)
input(type="imrelp" port="13515" tls="on" tls.prioritystring="NORMAL:+ANON-DH")
$template outfmt,"%msg:F,58:2%\n"
:msg, contains, "msgnum:" action(type="omfile" file="rsyslog.out.log" template="outfmt")