no newsgroups?
Jeffrey M. Vinocur
jeff at litech.org
Thu Apr 18 21:34:37 UTC 2002
On Thu, 18 Apr 2002, Meghan wrote:
> auth "pmc.com" {
> hosts: "pmc.com, *.pmc.com"
> default: "local at pmc.com"
> }
Is that all you have? That would make connecting difficult, certainly.
The readers.conf manpage is complicated, but try staring at it some more.
There's a two-step process, where first an auth group is selected (to
match the IP) to assign an identity, and then an access group is selected
(to match the identity) to assign permissions.
Your configuration will fail on the second step. It might suffice to add:
access "pmc" {
users: "local at pmc.com"
newsgroups: "*,!junk,!control,!control.*"
}
--
Jeffrey M. Vinocur
jeff at litech.org
More information about the inn-workers
mailing list