Re: UQWK Newsserver

From: A.R. & F.L. Scott-Thoennes (sthoenna@peak.org)
Date: Sun, 23 Mar 1997 00:28:04 -0800

In article <CC+MzMrcFneL091yn@joinnet.com.br>,
jribeiro@joinnet.com.br (Jose Ribeiro Pena) wrote:
>Hi!
>
>I'd like to set up UQWK to work in a new ISP which doesn't have a news
>server. So I need to use a public one. How do I perform this task? I
>suppose I have to set an environment variable but I don't know which.
>BTW my ISP OS is Linux.

NNTPSERVER=server.name; export NNTPSERVER

or for csh:

setenv NNTPSERVER server.name

What public server will you use? Only one I've tried is
news.uni-stuttgart.de, anyone else have good suggestions?
(West of the Atlantic would be nice...)

Does your ISP really provide no access to usenet at all? Or just no
nntp server? There are two different flavors of uqwk, one for nntp
and one using a news spool on the local machine. Mabye the later
would work for you? (uqwk source is at ftp.gte.com/pub/uqwk, compile
with just Makefile instead of Makefile.nntp)

Good luck...