|
I installed qmail, fastforward, dot-forward, ucspi-tcp,
checkpassword (with this order).
But tcpserver is not performed.
This is the end of my rc.local
---------------------------------------------------------------
# to run qmail
csh -cf '/var/qmail/rc &' # to run smtp under tcpserver
tcpserver -v -u 504 -g 503 0 smtp /var/qmail/bin/qmail-smtpd \ 2>&1 | /var/qmail/bin/splogger smtpd 3 & # to run pop3 under tcpserver and Maildir
tcpserver 0 110 /var/qmail/bin/qmail-popup selab5.sogang.ac.kr \ /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir & -----------------------------------------------------------------
The first line - csh -cf '/var/qmail/rc &' - is performed,
but the other two commands are
not performed. With the command (ps -ef), they are not
found.
So if I copy and perform them in the command line,
they(tcpserver commands) work well.
What is problem?
Help me...
|
- Re: tcpserver is not performed. Hong Taeki
- Re: tcpserver is not performed. Eric Lalonde
