readers.conf configuration problem/question

Forrest Aldrich forrie at forrie.com
Fri Sep 10 21:41:44 UTC 2004


I seem to be having a problem with the configuration I have in readers.conf.

If I'm not mistaken, if someone isn't authorized, they should get an 
error like "You are not authrized to talk".   However, my users are 
reporting they can talk to the server (probably limited).

Can someone comment on this config?


Thanks.


auth "beta-testers" {
        hosts: "*"
        auth: "ckpasswd -f /usr/local/news/etc/passwd.local"
        default: <FAIL>
        default-domain: "domain.net"
        # require_ssl: true
}

access "beta-testers" {
        users: "*@domain.net, !<FAIL>@domain.net"
        newsgroups: "*, !junk, !control, !control.*"
        access: RPA
}

access fail {
        users: "<FAIL>@*"
        newsgroups: "!*"
}



More information about the inn-workers mailing list