ref: 4d7e30730479ee488be495227936478a2b9ca514
parent: ee67c05dbd80fe07056e6b654d3559411df0e0ad
author: stanley lieber <stanley.lieber@gmail.com>
date: Thu Dec 11 09:45:16 EST 2014
qmail: call mail instead of smtp with the wrong path
--- a/sys/lib/dist/mail/lib/qmail
+++ b/sys/lib/dist/mail/lib/qmail
@@ -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 ''
--
⑨