My inetd.conf has: pop3 stream tcp nowait root /usr/local/sbin/popper qpopper -f /etc/qpopper.cf -l 0 -p 2
for the non-secure server and this allows access via the Internet insecurely, and then there is the secure version: pop3s stream tcp nowait root /usr/local/sbin/popper qpopper -f /etc/qpopper-secure.cf -l 2 -p 4 that only allows plain-text passwords when transmitted after tls/ssl authentication. Can you authenticate from the local box doing a shell to port 110? What are you trying to get to happen? Steve http://www.spig.net/ ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 2:00 PM Subject: RE: getting clear text to work with v4 > > p2 option not taking effect in standalone mode > > -----Original Message----- > From: S Spigarelli [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 05, 2002 12:28 PM > To: [EMAIL PROTECTED] > Subject: Re: getting clear text to work with v4 > > > the man page has a lot of information - check out the -p and -l options. > > Steve > http://www.spig.net/ > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: "Subscribers of Qpopper" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, September 05, 2002 12:31 PM > Subject: getting clear text to work with v4 > > > > We installed v4 and can only log in using SSL authentication. > > > > > > > > How can we enable clear text logins? > > >
