mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
6 lines
231 B
Bash
Executable file
6 lines
231 B
Bash
Executable file
#!/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 ''
|