qmail: call mail instead of smtp with the wrong path
This commit is contained in:
parent
651fa5bd50
commit
e14d624974
1 changed files with 1 additions and 1 deletions
2
sys/lib/dist/mail/lib/qmail
vendored
2
sys/lib/dist/mail/lib/qmail
vendored
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/rc
|
#!/bin/rc
|
||||||
# qmail sender machine user...
|
# qmail sender machine user...
|
||||||
rfork s
|
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] &
|
upas/runq -n 10 /mail/queue /mail/lib/remotemail </dev/null >/dev/null >[2=1] &
|
||||||
exit ''
|
exit ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue