At 11:51 PM -0700 9/5/02, [EMAIL PROTECTED] wrote: > was running qpopper v3 on sun solaris > > installed qpopper v4 to run in inetd > > would only accept ssl enabled login...clear text not accepted > > rolled back to v3, which used to accept clear text, but now only accepts ssl. > > how to reenable clear text login on v3 ? > >
Clear text passwords are enabled by default. You don't need to drop back to 3 for this; I'd recommend staying with 4. Check your configure options and any run-time configuration files. If you're still having problems, get a debug trace and see what it says. 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-path>'. 4. Send inetd (or xinetd) a HUP signal. (Steps 3 and 4 are only needed if you use inetd (or xinetd). In standalone mode, you can add '-d' or '-t <tracefile-path>' to the command line directly.) (In either standalone or inetd mode, if you use a configuration file you can add 'set debug' or 'set tracefile = <tracefile>' to either a global or user-specific configuration file instead of steps 3 and 4.) This causes detailed tracing to be written to the syslog or to the file specified as 'tracefile'. --
