readers.conf problems
Jeffrey M. Vinocur
jeff at litech.org
Fri Sep 21 21:45:53 UTC 2001
On Fri, 21 Sep 2001, Basil Kruglov wrote:
> Let me throw in an example... it's a mess but should give you some idea
> of what I'm trying to accomplish here.
Try this
auth "admin" {
hosts: "*"
auth: "ckpasswd -f /usr/local/news/passwd/isp-admin"
key: admin
}
auth "users" {
hosts: "*"
auth: "ckpasswd -f /usr/local/news/passwd/isp"
key: users
default: "<anonymous>"
}
access "admin" {
newsgroups: "*"
access: "RPA" # Read, Post, Approve
perlfilter: false
}
access "users" {
key: users
users: "*"
newsgroups: "*"
access: "Read Post"
}
access "no-passwd" {
key: users
users: "<anon>"
newsgroups: "some-newsgroups.*"
access: "Read"
}
--
Jeffrey M. Vinocur
jeff at litech.org
More information about the inn-workers
mailing list