diff options
Diffstat (limited to 'tools/test-qq')
-rwxr-xr-x | tools/test-qq | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/test-qq b/tools/test-qq new file mode 100755 index 0000000..b747bc8 --- /dev/null +++ b/tools/test-qq @@ -0,0 +1,12 @@ +#! /bin/bash + +host=0 +port=1288 + +flags_not_used=" -u21165 -g21164 " + +PATH=/var/qmail/bin:$PATH # so we can find qmail-smtpd and friends + +QMAILQUEUE=/usr/src/netqmail-1.06/tools/pipette \ + /usr/local/bin/tcpserver -R -x/etc/tcpserver/smtp.cdb \ + $host $port qmail-smtpd |