qmail: call mail instead of smtp with the wrong path

This commit is contained in:
stanley lieber 2014-12-11 14:45:16 -05:00
parent 651fa5bd50
commit e14d624974

View file

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