Problem getting public as well as private groups to show on Thunderbird

Aaron Gray <[email protected]> Tue, 30 Jul 2024 19:08:11 +0100
Newsgroups gmane.network.inn
Message-ID <CANkmNDcdDaeoSSdv28DAF6c3U2FhK1VnZXip_WAvgFfy-T1c-A@mail.gmail.com>
I have the following `readers.conf` :-

```
auth private {
    key: "private"
    auth: "ckpasswd -f /usr/local/news/db/passwords"
}

access private {
    key: "private"
    users: "aaronngray"
    newsgroups: "private.*"
}

auth public {
   key: "public"
   hosts: *
   default: <norestriction>
}
access public {
   key: "public"
   users: "<norestriction>"
   newsgroups: "comp.*"
}
```
which will not show private newsgroups.

```
auth public {
   key: "public"
   hosts: *
   default: <norestriction>
}
access public {
   key: "public"
   users: "<norestriction>"
   newsgroups: "comp.*"
}

auth private {
    key: "private"
    auth: "ckpasswd -f /usr/local/news/db/passwords"
}

access private {
    key: "private"
    users: "aaronngray"
    newsgroups: "private.*"
}
```
will only show private newsgroups !

Hope you can put me right on this !

Many thanks in advance,

Aaron
-- 
Aaron Gray

Independent Open Source Software Engineer, Computer Language
Researcher, Information Theorist, and amateur computer scientist.
-- 
inn-workers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-workers