• another q about readers.conf

    From hurst@21:1/5 to All on Thu Aug 18 18:50:52 2022
    So I noticed in the examples in the readers.conf file.

    #}#auth "local" {
    # hosts: "*.example.com, example.com"
    # default: "<local>@example.com"
    #}

    #access "local" {
    # users: "<local>@example.com"
    # newsgroups: "*"

    Does there always have to be a @example.com or could it be something
    simple as a keyword in the default and users field?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?Julien_=c3=89LIE?=@21:1/5 to All on Thu Sep 1 19:53:15 2022
    Hi hurst,

    So I noticed in the examples in the readers.conf file.

    #}#auth "local" {
    #    hosts: "*.example.com, example.com"
    #    default: "<local>@example.com"
    #}

    #access "local" {
    #    users: "<local>@example.com"
    #    newsgroups: "*"

    Does there always have to be a @example.com or could it be something
    simple as a keyword in the default and users field?

    The identity assigned by the auth group does not need containing a
    domain name (@example.com). It can be "<local>", and then you match it
    with a mere:
    users: "<local>"

    Note that if you use the default-domain key in an auth group, that
    domain will always be appended to the identity if it does not already
    contain one.

    I believe the "@example.com" adds a useless complexity in the
    readers.conf sample file. I'll remove it.

    --
    Julien ÉLIE

    « Chaque chêne est envahi par quantité de druides qui cueillent le gui
    en travaillant dur de la serpe… » (Astérix)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)