#! /bin/bash # should be run from within tests dir # set if you move this: mm_src_dir=../src mm_bin=$mm_src_dir/masqmail # hfrom="\"Fritz Meier\" <`logname`@RECV_HOST>" hto=$hfrom to=`logname`@RECV_HOST hsubject="MasqMail stdin Test" # # Testing with rcpt on cmd line # (dot does end) # # the command to be run: cmd="$mm_bin -C ./test.conf $to" $cmd <