On Wed, 2002-10-23 at 19:45, Craig wrote: > > if I telnet to a pop3 server - I don't know how to disconnect. I've even > > had problems with control-c. Is there a command to quit the connection > > with the pop server...I know that there must be one. Hmmm. I've never had POP3 commands fail talking to a POP server unless it was a customized *cough* microsoft *cough* daemon. This should work: telnet my.pop.server.com 110 USER myusername PASS mypassword LIST QUIT -- Gary Nichols RHCE http://www.linuxchimp.com