Send inn-workers mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/inn-workers
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-workers digest..."


Today's Topics:

   1. Problem getting public as well as private groups to show on
      Thunderbird (Aaron Gray)
   2. RE: Problem getting public as well as private groups to show
      on Thunderbird (Julien ?LIE)


----------------------------------------------------------------------

Message: 1
Date: Tue, 30 Jul 2024 19:08:11 +0100
From: Aaron Gray <[email protected]>
To: [email protected]
Subject: Problem getting public as well as private groups to show on
        Thunderbird
Message-ID:
        <cankmndcddaeossdv28daf6c3u2fhk1vnzxip_wavgffy-t1...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

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.


------------------------------

Message: 2
Date: Wed, 31 Jul 2024 09:04:07 +0200
From: Julien ?LIE <[email protected]>
To: <[email protected]>
Subject: RE: Problem getting public as well as private groups to show
        on Thunderbird
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"

Hi Aaron,What is the use case?? Should your user "aaronngray" have access to 
both comp.* and private.*?If that is the case, you have to put 
"private.*,comp.*" in your list.I would try:auth password {??? auth: "ckpasswd 
-f /usr/local/news/db/passwords"? ?default: <norestriction>}access private {??? 
users: "aaronngray"??? newsgroups: "comp.*,private.*"}access public {?? users: 
"<norestriction>"? ?newsgroups: "comp.*"}Identities are assigned from the last 
matching line to the top.Note that an authenticated user with another login 
than yours will not be granted any access in the above case as there isn't any 
matching access line for him.See the "in a nutshell" section and examples in:? 
? https://www.eyrie.org/~eagle/software/inn/docs/readers.conf.html--?Julien
-------- Message d'origine --------De : Aaron Gray <[email protected]> 
Date : 30/07/2024  20:08  (GMT+01:00) ? : [email protected] Objet : 
Problem getting public as well as private groups to show on
  Thunderbird 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 GrayIndependent Open Source Software Engineer, Computer 
LanguageResearcher, Information Theorist, and amateur computer scientist.-- 
inn-workers mail
 ing 
[email protected]https://lists.isc.org/mailman/listinfo/inn-workers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.isc.org/pipermail/inn-workers/attachments/20240731/6f46b160/attachment-0001.htm>

------------------------------

Subject: Digest Footer

_______________________________________________
inn-workers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-workers


------------------------------

End of inn-workers Digest, Vol 161, Issue 3
*******************************************

Reply via email to