Hey all, out of nowhere vchkpw stopped responding on port 110. I'm running it on FreeBSD 5.2.1 and I think another Admin on the system might have broke something..
Either way, I start vchkpw under tcpserver with : #!/bin/sh exec /usr/local/bin/softlimit -m 9000000 \ /usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup \ 0 /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1 And it seems to startup fine, lsof shows it listening, But any outside connections are just ignored.. tcpdump shows my client attempting, but vchkpw or the qmail daemons do not respond at all. I also ran from command line : $ /var/qmail/bin/qmail-popup 0 /home/vpopmail/bin/vchkpw +OK <[EMAIL PROTECTED]> user [EMAIL PROTECTED] +OK pass test -ERR aack, child crashed my pass IS correct though! So maybe this is an insight to the problem. Can anyone else help me our of give me idea on how I can troubleshoot further? Any help appriciated, Let me know if more data is needed Thank you in advance. Nick