Qmail-LDAP
[Top] [All Lists]

qmail-conf for qmqpd

To: qmail-ldap@qmail-ldap.org
Subject: qmail-conf for qmqpd
From: "Bubuk Gabrok" <bubuk.gabrok@gmail.com>
Date: Mon, 22 Jan 2007 12:51:56 +0800
Delivered-to: sp-com-lists@consult.net
Delivered-to: qmail-ldap-list@securepoint.com
Delivered-to: mailing list qmail-ldap@qmail-ldap.org
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TWnL5xT7Qqeu3krI4pYAgq+EWg+M/ulrX13LFbq75D/Bo8AGs2ufQl3KFrxx8ZJ4J+dOkK7bnssAor2R8ML6n81sHEZf1j8sBTFq6FR5dcV/FHhsrOzdnRf8/N4zZIxceiCtsC4FFtl2mZWyYGgUFEiCXsPCpaHifVSPfE2K6Zk=
Mailing-list: contact qmail-ldap-help@qmail-ldap.org; run by ezmlm
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.

<Prev in Thread] Current Thread [Next in Thread>
  • qmail-conf for qmqpd, Bubuk Gabrok <=