I use Freebsd4.2 and I have installed qmail-1.03
 
I ' ve installed daemontools-0.70 , checkpassword-0.90, ucspi-tcp-0.88
 
when I type "top" I see as following;
 
root     152  3.7  0.5   852  440 con- S     4:17PM   1:38.41 /usr/local/bin/supervise /service/qmail
qmaild   153  0.0  0.6   892  540 con- I     4:17PM   0:00.01 /usr/local/bin/tcpserver -H -R -x /etc/tcp.smtp.
root     154  0.0  0.3   860  312 con- I     4:17PM   0:00.00 /var/qmail/bin/splogger smtpd 3
root     155  0.0  0.5   876  416 con- I     4:17PM   0:00.01 /usr/local/bin/tcpserver 0 110 /var/qmail/bin/qm
qmaill 52761  0.0  0.5   872  504  ??  R     4:47PM   0:00.01 splogger qmail
qmailq 52764  0.0  0.5   852  416  ??  R     4:47PM   0:00.00 qmail-clean
root   52766  0.0  0.4   840  356  ??  R     4:47PM   0:00.00 qmail-start ./Maildir/ splogger qmail
root   52767  0.0  0.1   228  112  ??  R     4:47PM   0:00.00 qmail-lspawn ./Maildir/
qmailr 52768  0.0  0.1   260  132  ??  R     4:47PM   0:00.00 qmail-rspawn
qmailq 52769  0.0  0.1   220  104  ??  R     4:47PM   0:00.00 qmail-clean
qmails 52770  0.0  0.4   892  372  ??  R     4:47PM   0:00.01 qmail-send
root   52771  0.0  0.4   840  356  ??  R     4:47PM   0:00.00 qmail-start ./Maildir/ splogger qmail
root   52772  0.0  0.4   840  356  ??  R     4:47PM   0:00.00 qmail-start ./Maildir/ splogger qmail
root   52773  0.0  0.4   840  356  ??  R     4:47PM   0:00.00 qmail-start ./Maildir/ splogger qmail
root   52774  0.0  0.4   840  356  ??  R     4:47PM   0:00.00 qmail-start ./Maildir/ splogger qmail
 
 
and I typed bootscripts in qmail.sh as following;
 
###qmail
sh -cf '/usr/local/bin/supervise /service/qmail &'
 
###smtpd
/usr/local/bin/tcpserver -H -R -x /etc/tcp.smtp.cdb -u 82 -g 81 0 smtp \
/var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger smtpd 3 &
 
####pop3d
/usr/local/bin/tcpserver 0 110 /var/qmail/bin/qmail-popup trial.qwe.com \
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir &
 
 
but I couldn't see qmail-smtpd , qmail-pop3d and qmail-remote services
 
What shoul I do ?

Reply via email to