|
|
新装了个qmail(daemontools-0.76.tar.gz netqmail-1.05.tar.gz ucspi-tcp-0.88.tar
)
[root@ns /]# sh inst_check
! /usr/lib/sendmail is missing
...try: ln -s /var/qmail/bin/sendmail /usr/lib/sendmail
! /usr/sbin/sendmail is missing
...try: ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail
[root@ns /]# qmailctl start
Starting qmail......
[root@ns /]# qmailctl stat
/service/qmail-send: up (pid 8804) 1 seconds
/service/qmail-send/log: up (pid 1253) 1498 seconds
/service/qmail-smtpd: up (pid 8815) 0 seconds
/service/qmail-smtpd/log: up (pid 1251) 1499 seconds
messages in queue: 0
messages in queue but not yet preprocessed: 0
[root@ns /]# telnet 127.0.0.1 25
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
[root@ns /]# ps -ef |grep tcpserver
root 8938 2151 0 11:28 pts/0 00:00:00 grep tcpserver
[root@ns /]#
不知道怎么弄了,大哥们帮忙看看,,,, |
|