initial tree

This commit is contained in:
rsc 2006-02-12 19:45:56 +00:00
parent eadb18a335
commit 4db31855e7
6 changed files with 73 additions and 0 deletions

6
mail/lib/qmail Executable file
View file

@ -0,0 +1,6 @@
#!/usr/local/plan9/bin/rc
# qmail sender machine user...
rfork s
upas/vf | upas/qer $PLAN9/mail/queue smtp $* || exit 'qer failed'
upas/runq -n 10 $PLAN9/mail/queue $PLAN9/mail/lib/remotemail </dev/null >/dev/null >[2=1] &
exit ''