Good morning Hughesjr

.
I hope the sun is shining where you are at, and that you had a Merry Christmas, if applicable to your faith.

I did a clean reinstall of Redhat since I posted, and just finished following the tutorial again. I got further this time; I was able to access from an outside web browser. However, I have run into a brick wall.

There is a final check to make sure everything is ok. Here is the text of what they say to do:
[quote]
It you've got something wrong, it will tell you and then make a suggestion as to how to correct the error. So you ready? Let's do it...
/usr/src/qmailsrc/qmailrocks/scripts/qmr_inst_check
If you get a "congratulations" type message, you're all set. If you get some errors, just follow the directions to fix the errors and then re-run the script until you get all errors corrected and you get a "congratulations" message.[/quote]
And here is the output from the final command:
[quote]
[root@localhost supervise]# /usr/src/qmailsrc/qmailrocks/scripts/qmr_inst_check
! Couldn't find /usr/local/bin/multilog from daemontools
! Couldn't find /usr/local/bin/softlimit from daemontools
! Couldn't find /usr/local/bin/setuidgid from daemontools
! Couldn't find /usr/local/bin/supervise from daemontools
! Couldn't find /usr/local/bin/svok from daemontools
! Couldn't find /usr/local/bin/svscan from daemontools
! Couldn't find /usr/local/bin/tai64nlocal from daemontools
! /service directory is missing
! Couldn't find SV entry in inittab
'! svscan /service' doesn't seem to be running
! /service/qmail-send is missing
...try: ln -s /var/qmail/service/qmail-send /service/qmail-send
! /service/qmail-smtpd is missing
...try: ln -s /var/qmail/service/qmail-smtpd /service/qmail-smtpd
! /service/qmail-pop3d is missing
...try: ln -s /var/qmail/service/qmail-pop3d /service/qmail-pop3d
[root@localhost supervise]#
[/quote]
I am not sure what to do with this. They suggest some lines of code, so maybe I'll do that...
A few lines earlier, the only thing I wasn't sure about was when I stopped the service; I got three lines that said service not found:
[quote]
[root@localhost supervise]# qmailctl stop
Stopping qmail...
qmail-smtpd
/usr/bin/qmailctl: line 43: svc: command not found
qmail-send
/usr/bin/qmailctl: line 45: svc: command not found
qmail-pop3d
/usr/bin/qmailctl: line 47: svc: command not found[/quote]
I opened up the qmailxtl and looked at those lines, which are here:
[quote]
(line 42) echo " qmail-smtpd"
(line 43) svc -d /service/qmail-smtpd /service/qmail-smtpd/log
(line 44) echo " qmail-send"
(line 45) svc -d /service/qmail-send /service/qmail-send/log
(line 46) echo " qmail-pop3d"
(line 47) svc -d /service/qmail-pop3d /service/qmail-pop3d/log[/quote]
Thanks for taking the time to read and help.

Joe