problem with readers.conf
Javi Pardo
dakota at dakotabcn.net
Sun Nov 18 14:13:00 UTC 2007
Hello
First, Im sorry for my bad english
I ham in this moment INN2.2.3 with public access and varius privates
access (for diferents groups)
In this moment i have other experimental server with INN 2.4.3 for
migrate the actual INN server
My problem are readers.conf
I have in this moment implemented this reader.conf (posted in the final
of this post) but not work... i have probed differnts opciosn but not work
I need help, in this moment the public access not work, the "privados"
works, and "acceso publico" not work... only probe the pass for
privados... please help
thanks
## $Id: readers.conf 4371 2001-01-16 15:35:38Z rra $
auth "localhost" {
hosts: "localhost, 127.0.0.1, stdin"
default: "<localhost>"
}
auth PublicoAccess {
# hosts: "*"
auth: "/usr/bin/ckpass.py -f /injail/inn/etc/accesos/publicos.cfg"
# default-domain: publico.dakotabcn.net
}
auth Privados {
# hosts: "*"
auth: "/usr/bin/ckpass.py -f /injail/inn/etc/accesos/privados.cfg"
# default-domain: privados.dakotabcn.net
}
auth RedLocal {
hosts: "10.35.228.224/27"
# default-domain: local.dakotabcn.net
}
auth AllWorldRead {
hosts: "*,!10.35.228.224/27"
# default-domain: publico.dakotabcn.net
}
access "localhost" {
users: "<localhost>"
newsgroups: "dakota.*"
access: RPA
}
access PublicoAccess {
users: "*"
# users: *@publico.dakotabcn.net
newsgroups: "dakota.*,!dakota.privados.*"
}
access Privados {
users: "*"
# users: *@privados.dakotabcn.net
read: "dakota.privados.*"
post: "dakota.privados.*"
}
access "RedLocal" {
users: "*"
# users: *@local.dakotabcn.net
read: "dakota.*,!dakota.privados.*"
post: "dakota.*,!dakota.privados.*"
# access: RA
}
access "AllWorldRead" {
users: "*"
read: "dakota.*,!dakota.privados.*"
post: "dakota.escritura,!dakota.privados.*"
}
More information about the inn-workers
mailing list