Link to home
Start Free TrialLog in
Avatar of kennycpu
kennycpu

asked on

Qmail RC script problem

I follow Life with Qmail create the RC script as the following:
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start "`cat /var/qmail/control/defaultdelivery`"

It said : Bad interpreter: No such file or Directory

Then I use the old method but no luck
#!/bin/sh
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start '|dot-forward .forward
./Maildir/'

How can I do, where can I find the real RC?
Avatar of Pablo Allietti
Pablo Allietti
Flag of Uruguay image

check for samples in
/var/qmail/boot  or /var/qmail/rc
ASKER CERTIFIED SOLUTION
Avatar of ravenpl
ravenpl
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial