At 10:49 AM -0400 10/4/01, Doryce E . Moore wrote: > I tried to build a generic popper for Tru64 Unix 5.1. The password > that works for a clear-text telnet login will not work for popper. > I tried it with enable-special-auth and without it. I am using > qpopper4.0.3. The configure and make complete without errors. > -- > Doryce E. Moore, Center for Computational Science > System Support Group > [EMAIL PROTECTED] > (202) 767-5853 (office/voice mail) > (202) 404-7402 (fax)
Try enabling debug tracing and see if you get a more specific error. 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'.
