At 8:30 AM -0400 6/22/01, Damian Ramirez wrote:
> But running the same php script to my pop3 server with qpopper v4.0.3 , its
> not work and the log of qpopper says the following:
That log doesn't say much. Try enabling debug tracing and see what
Qpopper says is going on.
To enable tracing in Qpopper:
1. Do a 'make clean'
2. Re-run ./configure, adding '--enable-debugging'.
3. Edit the inetd.conf line for Qpopper, adding '-d' or '-t tracefile'.
4. Send inetd a HUP signal.
This causes detailed tracing to be written to the syslog (if you used
'-d') or to the file specified as 'tracefile'.