Re: [vchkpw] Re: POP not working.. am at a loss

2005-08-11 Thread Wouter van der Schagt
The problems was a compiled qmail-pop3d+vpopmail.c.diff patch I found it by comparing the strace output of the test server and the production server and noticing a systemcall to getpid which wasn't happening on the production server. I grepped for it in the sources of qmail and noticed a patch wa

Re: [vchkpw] Re: POP not working.. am at a loss

2005-08-11 Thread Wouter van der Schagt
Thanks for the command of the strace utility, below is the output (a bit long, sorry for the long paste): 6682 20:33:32 select(1, [0], NULL, NULL, {1043, 8}) = 1 (in [0], left {1036, 20}) <6.876661> 6682 20:33:39 read(0, "user [EMAIL PROTECTED]", 128) = 30 <0.53> 6682 20:33:39 selec

[vchkpw] Re: POP not working.. am at a loss

2005-08-11 Thread Peter Palmreuther
Hello Wouter, Remove the 'recordio' calls, they won't tell you anything you wouldn't see in 'telnet' also. Open a telnet to port 110, use 'ps' to figure the PID of 'qmail-popup' you're connected to and execute strace -fFtTo /tmp/qmail-popup.log -s 128 -p $PID Than try to log in. The log you prov