Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

LIST command does not work on INN 2.3.3

2 views
Skip to first unread message

Brandon

unread,
May 20, 2002, 8:43:09 PM5/20/02
to
Here is a copy of my readers.conf... Im pretty sure what I have is correct
here.

auth "local" {
hosts: "64.83.0.0/17"
default: "@cavtel.net"
default-domain: "cavtel.net"
}


access "local" {
users: "@cavtel.net"
newsgroups: "*"
access: "Read Post"
}

"Russ Allbery" <r...@stanford.edu> wrote in message
news:ylznyuq...@windlord.stanford.edu...
> Brandon <bcree...@cavtel.com> writes:
>
> > I have just put up a new news server, and by the looks of all the logs,
> > all my feeds are good, my active file is up 2 date, etc... it even
> > looks like its storing articles. I am using timcaf storage method as
> > well. The only problem is that when my news reader connects, and it
> > pulls a list of groups, the list is empty. When I telnet to port 119,
> > and do the list command, I also get nothing. Can anyone shed some light
> > on this?
>
> Generally, this is a readers.conf problem and indicates that the
> connection from which you're coming does not have access to any groups on
> the server.
>
> --
> Russ Allbery (r...@stanford.edu) <http://www.eyrie.org/~eagle/>
>
> Please post questions rather than mailing me directly.
> <http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
>


Jeffrey M. Vinocur

unread,
May 21, 2002, 9:32:15 PM5/21/02
to
In article <xKgG8.3692$oF3.2...@bin4.nnrp.aus1.giganews.com>,

Brandon <bcree...@cavtel.com> wrote:
>
>auth "local" {
> hosts: "64.83.0.0/17"
> default: "@cavtel.net"
> default-domain: "cavtel.net"
>}
>
>access "local" {
> users: "@cavtel.net"
> newsgroups: "*"
> access: "Read Post"
>}

You need to reexamine what default/default-domain do...your
configuration is not doing what you think it should. Try this:

auth "local" {
hosts: "64.83.0.0/17"
default: "cavtel"
}

access "local" {
users: "cavtel"
newsgroups: "*"
}

(The "access" parameter needs to be used only to give A or N
access; you get read/post access by default if you use
"newsgroups" anyway.)

--
Jeffrey M. Vinocur
je...@litech.org

0 new messages