I have qmail installed and working but I have to start it again
manually. My qmail.init which is run from rc.local like this:
/path/to/qmail.init &
It starts something but not all of the services. When I run manually it
after the boot it starts all remaining services. Init
file looks like this:
tcpserver -v -u 503 -g 502 0 smtp /var/qmail/bin/qmail-smtpd \
2>&1 | /var/qmail/bin/splogger smtpd 3 &
tcpserver 0 110 /var/qmail/bin/qmail-popup eeva.alias.fi \
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir &
csh -cf '/var/qmail/rc &'
Please help, because I'm going for a vacation and there's no one else
here who knows how to use linux... .:)