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.
>
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