View previous topic :: View next topic |
Author |
Message |
SerfurJ l33t

Joined: 10 Apr 2004 Posts: 824 Location: Texas
|
Posted: Wed Aug 17, 2005 6:06 pm Post subject: qmail's tcpserver not running |
|
|
i just installed qmail, vpopmail, and courier-imap. for some reason, tcpserver isn't listening on port 25.
there's nothing in /var/log/qmail/qmail-smtpd, and i have "TCPSERVER_PORT=25" in /var/qmail/control/conf-smtpd. i've also tried "touch /etc/dnsrewrite", as suggested here.. still nothing.
any ideas? |
|
Back to top |
|
 |
SerfurJ l33t

Joined: 10 Apr 2004 Posts: 824 Location: Texas
|
Posted: Thu Aug 18, 2005 2:01 pm Post subject: |
|
|
i tried a few things from the troubleshooting section of a qmail howto guide.
Code: | # ps ax|grep qmail
17738 pts/1 S 0:00 supervise qmail-send
17739 pts/1 S 0:00 qmail-send
17741 pts/1 S 0:00 qmail-lspawn ./.maildir/
17742 pts/1 S 0:00 qmail-rspawn
17743 pts/1 S 0:00 qmail-clean
17745 pts/1 S 0:00 /usr/bin/multilog t s2500000 n10 /var/log/qmail/qmail-send
19576 pts/1 R+ 0:00 grep qmail
|
Code: | # ps ax|grep tcpserver
19578 pts/1 R+ 0:00 grep tcpserver
|
it says to run a /usr/local/bin/runmail script, but that's not included with my qmail installation.
here are all the services i have running:
Code: | # netstat -lpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 13600/couriertcpd
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 6323/mysqld
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 14599/smbd
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 13669/couriertcpd
tcp 0 0 0.0.0.0:19150 0.0.0.0:* LISTEN 6030/gkrellmd
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 14712/apache2
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 16977/sshd
tcp 0 0 192.168.0.142:8118 0.0.0.0:* LISTEN 13115/privoxy
tcp 0 0 0.0.0.0:3128 0.0.0.0:* LISTEN 13061/(squid)
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 14599/smbd
udp 0 0 0.0.0.0:1030 0.0.0.0:* 13061/(squid)
udp 0 0 192.168.0.142:137 0.0.0.0:* 14602/nmbd
udp 0 0 0.0.0.0:137 0.0.0.0:* 14602/nmbd
udp 0 0 192.168.0.142:138 0.0.0.0:* 14602/nmbd
udp 0 0 0.0.0.0:138 0.0.0.0:* 14602/nmbd
udp 108088 0 0.0.0.0:68 0.0.0.0:* 5937/dhcpcd
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 217683 14717/apache2 /var/run/cgisock
unix 2 [ ACC ] STREAM LISTENING 13692 6323/mysqld /var/run/mysqld/mysqld.sock
unix 2 [ ACC ] STREAM LISTENING 412102 13573/authdaemond /var/lib/courier/authdaemon/socket.tmp
|
|
|
Back to top |
|
 |
SerfurJ l33t

Joined: 10 Apr 2004 Posts: 824 Location: Texas
|
Posted: Thu Aug 18, 2005 2:06 pm Post subject: |
|
|
fixed it... simple typo. instead of "ln -s /var/qmail/supervise/qmail-smtpd /service/qmail-smtpd", i had "ln -s /var/qmail/supervise/qmail-send /service/qmail-send". |
|
Back to top |
|
 |
|