problems with local newsgroups

Marcus Assion assion at informatik.hu-berlin.de
Fri Nov 15 18:48:01 UTC 2002


Hi Jens,

you have a little mistake in your readers.conf:

On Fri, 15 Nov 2002, Jens Kruse wrote:

> That's what I have in readers.conf:
>
> auth mobilcom {
>       hosts: *.mobilcom.de 
>       default: "<mobilcom>"
> }
> 
> access mobilcom {
>       users: *@mobilcom.de
>       newsgroups: *
>       access: RPA
> }

the value of default: (auth realm) should be the same as the
value of users: (access realm).The following modification should
repair it.

auth mobilcom {
      hosts: *.mobilcom.de
      default: "<mobilcom>"
}
 
access mobilcom {
        users: "<mobilcom>"
        newsgroups: *
        access: RPA
}

Hope this'll help you.

Have a great weekend.



More information about the inn-workers mailing list