View previous topic :: View next topic |
Author |
Message |
egg n00b
Joined: 11 Jun 2002 Posts: 4
|
Posted: Fri Jun 14, 2002 8:28 am Post subject: How to get rc scripts for qmail in the appropreate place... |
|
|
I have used rc-update but when I do a "rc-update add qmail default" I get this:
/sbin/rc-update: /etc/init.d/qmail not found; aborting.
what is the syntax to get qmail to install into my rc-scripts?
Thanks |
|
Back to top |
|
|
delta407 Bodhisattva
Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Fri Jun 14, 2002 6:47 pm Post subject: |
|
|
How did you install qmail? Did you use "emerge qmail"? |
|
Back to top |
|
|
Beavis n00b
Joined: 22 May 2002 Posts: 24 Location: Dirty Jersey
|
Posted: Fri Jun 14, 2002 7:43 pm Post subject: |
|
|
qmail actually gets started by the daemontools package. It should be installed since it is a dependency for emerging qmail. The startup script is called 'svscan' and requires you to set up symlinks in the /service folder to the qmail-send and qmail-smtpd folders
eg...
Code: | ln -s /var/qmail/supervise/qmail-send /service/qmail-send
ln -s /var/qmail/supervise/qmail-smtpd /service/qmail-smtpd
|
Beavis |
|
Back to top |
|
|
egg n00b
Joined: 11 Jun 2002 Posts: 4
|
Posted: Fri Jun 14, 2002 9:28 pm Post subject: followup |
|
|
Thanks Beavis qmail is now running happily |
|
Back to top |
|
|
Beavis n00b
Joined: 22 May 2002 Posts: 24 Location: Dirty Jersey
|
Posted: Sat Jun 15, 2002 3:46 pm Post subject: |
|
|
Your welcome
I just finished installing qmail with vpopmail for virtual domains and sqwebmail... talk about a pain in the a**... I wrote all the steps down that were needed so maybe I'll write up a howto |
|
Back to top |
|
|
|