plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

qmail (231B)


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