Am trying to setup my first cluster host, but already stuck with qmqpd
configuration. I have outlined the steps that I have followd from:
http://www.din.or.jp/~ushijima/qmail-conf/qmqp.html
1) I first ran /var/qmail/bin/qmail-qmqpd-conf qmaild qmaill
/var/qmail/service/qmqpd
2) I then change directory to /var/qmail/service/qmqpd and entered
this into the file tcp:
192.168.1.49:allow
:deny
3) Then I ran make
4) Then linking it to /service with
ln -s /var/qmail/service/qmqpd /service
5) I have tested the service with
svstat /service/qmqpd /service/qmqpd/log
The output:
/service/qmqpd: up (pid 6345) 6 seconds
/service/qmqpd/log: up (pid 6347) 6 seconds
6) The output of /service/qmqpd/log/main/current looks something like:
tcpserver: status: 0/40
Now, according to http://www.din.or.jp/~ushijima/qmail-conf/qmqp.html,
use ps to browse the process tree. It should contain the following
portion:
svscan /service
supervise qmqpd
/usr/local/bin/tcpserver -vDUHR -lyour.host
-xtcp.cdb -- 0 628 ...
supervise log
multilog t ./main
I have the all that:
...
...
root 1741 1713 0 Jan19 ? 00:00:05 svscan /service
...
...
root 1744 1741 0 Jan19 ? 00:00:00 supervise log
...
...
qmaill 1751 1744 0 Jan19 ? 00:00:00 multilog t ./main
qmaill 1752 1746 0 Jan19 ? 00:00:00 multilog t ./main
...
...
qmaill 1754 1748 0 Jan19 ? 00:00:00 multilog t ./main
...
...
root 2161 1741 0 Jan19 ? 00:00:00 supervise qmqpd
...
...
qmaill 2164 2163 0 Jan19 ? 00:00:00 multilog t ./main
...
...
except the /usr/local/bin/tcpserver -vDUHR -lyour.host -xtcp.cdb -- 0 628 ...
What could I have possibly miss? Please help.
|