This is a discussion on server timing out and do logs have to be explicitly set up? within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; Ok - Clean install, FreeBSD 4.9 Stable On reboot avalanche of mail downloaded to MUA (Netscape) Subsequent mail retrieval attempts ==&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Ok -
Clean install, FreeBSD 4.9 Stable On reboot avalanche of mail downloaded to MUA (Netscape) Subsequent mail retrieval attempts ==> "Connection to server econ.com timed out" tried fiddling w/ timeout* values in control directory to no avail ????????????????? Thanks __________________________________ Do the logs for qmail have to be explicitly set up? Noticed in Levine's book that a directory mkdir /var/qmail/supervise/qmail/pop3d/log/main is required, but could not find any reference to it th LWQ online doc -- Adam -- |
|
|||
|
Ok -
Clean install, FreeBSD 4.9 Stable On reboot avalanche of mail downloaded to MUA (Netscape) Subsequent mail retrieval attempts ==> "Connection to server econ.com timed out" tried fiddling w/ timeout* values in control directory to no avail Here is the status quo of the system: ===================================== Found the logs in /var/log/qmail/pop3d/current tail -n ==> @4000000040f3b4a037df2f3c tcpserver: fatal: unable to bind: address already used @4000000040f3b4a139a773ec tcpserver: fatal: unable to bind: address already used @4000000040f3b4a23b709f14 tcpserver: fatal: unable to bind: address already used @4000000040f3b4e70913efbc tcpserver: status: 0/40 @4000000040f416250c0f49b4 tcpserver: status: 0/40 telnet localhost 110 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Operation timed out telnet: Unable to connect to remote host telnet localhost 25 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Operation timed out telnet: Unable to connect to remote host netstat -an tcp4 0 0 *.110 *.* LISTEN tcp4 0 0 *.25 *.* LISTEN sockstat root tcpserve 270 3 tcp4 *:110 *:* qmaild tcpserve 269 3 tcp4 *:25 *:* /etc/services pop3 110/tcp pop3 110/udp #Post Office Protocol - Version 3 smtp 25/tcp mail smtp 25/udp mail #Simple Mail Transfer cat /var/qmail/supervise/qmail-pop3d/run #!/bin/sh exec /usr/local/bin/softlimit -m 5000000 /usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup jaymax.com. /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 {all on one line, tried it with the continuation lines '\' too - no difference} qmailctl stat /service/qmail-pop3d: up (pid 270) 153024 seconds /service/qmail-pop3d/log: up (pid 305) 153021 seconds /service/qmail-send: up (pid 304) 153021 seconds /service/qmail-send/log: up (pid 302) 153021 seconds /service/qmail-smtpd: up (pid 269) 153024 seconds /service/qmail-smtpd/log: up (pid 303) 153021 seconds messages in queue: 3 messages in queue but not yet preprocessed: 0 Any help appreciated Thanks --- Adam --- |