#!/bin/bash

exec socat -d -d -ly TCP-LISTEN:25,keepalive,linger=10,crnl,shut-null EXEC:"/usr/local/bin/kcov --exclude-path=/usr/lib\,/etc --exclude-pattern=fakeroot-sysv\,fake-flock --bash-handle-sh-invocation /tmp/kcov-sendmail /usr/sbin/msmtpq-ng-mta -bs -kcov",fdin=3,fdout=4,setuid-early=$(id -u msmtp),shut-null
