Deutsch   English   Français   Italiano  
<so4r32$sp8$1@shakotay.alphanet.ch>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder6.news.weretis.net!feeder8.news.weretis.net!news.uzoreto.com!news.alphanet.ch!alphanet.ch!.POSTED.localhost!not-for-mail
From: Marc SCHAEFER <schaefer@alphanet.ch>
Newsgroups: fr.comp.usenet.serveurs
Subject: =?ISO-8859-1?Q?Probl=E8me?= avec droit "RPA" avec inews -h et INN
Date: Tue, 30 Nov 2021 09:32:18 -0000 (UTC)
Organization: Posted through ALPHANET
Message-ID: <so4r32$sp8$1@shakotay.alphanet.ch>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 30 Nov 2021 09:32:18 -0000 (UTC)
Injection-Info: shakotay.alphanet.ch; posting-host="localhost:127.0.0.1";
	logging-data="29480"; mail-complaints-to="usenet@alphanet.ch"
User-Agent: tin/2.4.3-20181224 ("Glen Mhor") (UNIX) (Linux/4.19.0-18-amd64 (x86_64))
Cancel-Lock: sha256:o2WajXGEjOeQ/ri3n60J1f0od00P2MRLeJirEdRz8YI=
Bytes: 2042
Lines: 40

Bonjour,

voici mon souci:

schaefer@shakotay:~/USENET-fr/NoCeM$ strace -e connect -f inews -h < toto
connect(3, {sa_family=AF_INET, sin_port=htons(119), sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EINPROGRESS (Operation now in progress)
inews: cannot send article to server: 441 You are not allowed to approve postings
inews: article not posted
+++ exited with 1 +++

et /etc/news/readers.conf:

auth "localhost" {
    hosts: "localhost, 127.0.0.1, ::1, stdin"
    default: "<localhost>"
    # work-around https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655748
}
access "localhost" {
    users: "<localhost>"
    newsgroups: "*"
    access: RPA
    perlfilter: false
}

auth "remoteusers" {
   hosts: *
   auth: "quelquechose"
   # work-around https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655748
}
access "remoteusers" {
   users: *
   newsgroups: *
   # work-around https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655748
   perlfilter: false
}

# 2 config spécifiques d'utilisateurs

Une idée?

Merci.