summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2014-12-11 14:45:16 -0500
committerstanley lieber <stanley.lieber@gmail.com>2014-12-11 14:45:16 -0500
commite14d6249749a1101abdad7998e1cd5cdc49e137a (patch)
treefeec65fcc81342684fc183a11d4f563ce8314327
parent651fa5bd50c10a13cc970b9bd0ef1c6ea3c5f62a (diff)
downloadplan9front-e14d6249749a1101abdad7998e1cd5cdc49e137a.tar.xz
qmail: call mail instead of smtp with the wrong path
-rwxr-xr-xsys/lib/dist/mail/lib/qmail2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/dist/mail/lib/qmail b/sys/lib/dist/mail/lib/qmail
index 08e74c8a5..004ffb09f 100755
--- 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 ''