cd shadow/resource/examples for d in shadow.data/host/*client*: do grep "transfer-complete" ${d}/* done |tee clients.log | wc -l //tgen完成1000次传输 for d in shadow.data/hosts/*server*: do grep “ transfer-complete ”${d}/*; done | tee servers.log | w…
smtp auth success,other not sure service saslauthd start [root@localhost ~]# cat /etc/sysconfig/saslauthd# Directory in which to place saslauthd's listening socket, pid file, and so# on. This directory must already exist.SOCKETDIR=/run/saslauthd # M…