Return to BSD News archive
Xref: sserve comp.os.386bsd.questions:16814 comp.os.386bsd.apps:1721 Newsgroups: comp.os.386bsd.questions,comp.os.386bsd.apps Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.oz.au!constellation!convex!insosf1.infonet.net!newshost.marcam.com!news.kei.com!bloom-beacon.mit.edu!gatech!howland.reston.ans.net!newsserver.jvnc.net!news.caren.net!news.join.ad.jp!wnoc-tyo-news!aist-nara!newspost!toyoki From: toyoki@itc.aist-nara.ac.jp (Toyoki Miura) Subject: Re: POPPER port to FreeBSD 2.0R? In-Reply-To: mehldau@poing.m.isar.de's message of Thu, 23 Feb 1995 18:41:35 +0100 Message-ID: <TOYOKI.95Feb27140512@alpha700.itc.aist-nara.ac.jp> Sender: news@newspost.aist-nara.ac.jp (USENET News System) Nntp-Posting-Host: alpha700.aist-nara.ac.jp Organization: Nara Institute of Science and Technology References: <3ift84$l3s@ionews.io.org> <mehldau-2302951841350001@poing.m.isar.de> Date: Mon, 27 Feb 1995 05:05:12 GMT Lines: 21 In article <mehldau-2302951841350001@poing.m.isar.de> mehldau@poing.m.isar.de (Gerhard Mehldau) writes: > In article <3ift84$l3s@ionews.io.org>, rrwood@io.org (Roy Wood) wrote: > > > Anyone running popper successfully? > > Weeell, kinda sorta... I started out with qpopper (from ftp.qualcomm.com) > and got it to run with only a few minor changes. I can grab my mail from > a PC running Eudora, but the mail _stays_ on the server! I haven't figured > out yet what the problem is -- the "leave mail on server" option in Eudora > is unchecked, and when I point Eudora at the the same version of qpopper > running on an SGI, it works just fine... FreeBSD2.0 (4.4BSD based) uses 64bit file offset. You must change type of `offset' of struct MsgInfoList from long to off_t (quad). -- Miura Toyoki (toyoki@itc.aist-nara.ac.jp)