diff options
author | John Denker <jsd@av8n.com> | 2012-11-23 12:58:49 -0800 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-11-23 12:58:49 -0800 |
commit | f95fae8eba793751547db6b203f417b6fe7a35f7 (patch) | |
tree | 649e7cf025c5d3116824524627f77a52d249a88b /tools/test-qq | |
parent | 4134b154839c91f44bb39547af9297f4b6a353d3 (diff) |
we have passable code for reading envelope data
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 |