ref: e14d6249749a1101abdad7998e1cd5cdc49e137a
parent: 651fa5bd50c10a13cc970b9bd0ef1c6ea3c5f62a
author: stanley lieber <[email protected]>
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 ''