Return to BSD News archive
Newsgroups: comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!munnari.oz.au!yoyo.aarnet.edu.au!news.adelaide.edu.au!news.cs.su.oz.au!harbinger.cc.monash.edu.au!yeshua.marcam.com!MathWorks.Com!europa.eng.gtefsd.com!howland.reston.ans.net!usenet.ins.cwru.edu!news.uakron.edu!news.csuohio.edu!stever From: stever@csuohio.edu (Steve Ratliff) Subject: Re: How do I get POP mail working? Message-ID: <1994Mar8.013507.19688@news.csuohio.edu> Sender: news@news.csuohio.edu (USENET News System) Organization: Cleveland State University X-Newsreader: Tin 1.1 PL5 References: <2lfv2n$61i@psu_075.chem.pdx.edu> Date: Tue, 8 Mar 1994 01:35:07 GMT Lines: 21 Jay D. Allen (jay@caeser.geog.pdx.edu) wrote: : I would like to get popmail working. When I telnet into localhost 109, : I get connection refused? : : Any suggesteions? : Check that you have valid entries for pop2 and pop3 in the files /etc/services and /etc/inetd.conf pop2 109/tcp postoffice # POP version 2 pop2 109/udp pop3 110/tcp # POP version 3 pop3 110/udp pop3 stream tcp nowait root /usr/local/etc/popper popper pop2 stream tcp nowait root /usr/local/etc/popper popper I am using popper 1.7x from freebsd.cdrom.com. I tried compiling the latest version 1.8x? from berkeley. It compiled fine but I couldn't get it to work right. Version 1.7x works fine though. Steve