Hello,
I know this was discussed here already, but I'm getting trouble when giving
svc -h /var/run/qmail . Here is what I've put on my /etc/rc.d/rc.local:
csh -cf '/usr/local/bin/supervise /var/run/qmail /var/qmail/rc &'
And I have the following on /var/qmail/rc :
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start ./Maildir/ /usr/local/bin/accustamp \
| /usr/local/bin/setuser qmaill /usr/local/bin/cyclog -s 10000000 -n 10 \
/var/log/qmail
When I give svc -h /var/run/qmail, I got the famous message "alert: cannot
start: qmail-send is already running" everytime on the logs. After
searching the list, I saw this could be caused when running qmail.start on
background (putting a '&' in /var/qmail/rc), but it's not the case. Can
someone give me some help ?!?!
Thanks in advance,
Claudio Neves