Sujet : Re: Paganini
De : noreply (at) *nospam* mixmin.net (D)
Groupes : news.software.readersDate : 19. Nov 2024, 21:05:39
Autres entêtes
Organisation : dizum.com - The Internet Problem Provider
Message-ID : <20241119.200539.a5167389@mixmin.net>
References : 1 2 3 4 5
On Tue, 19 Nov 2024 18:04:29 +0000, Jim the Geordie <
jim@jimXscott.co.uk> wrote:
On 19/11/2024 14:50, D wrote:
On Tue, 19 Nov 2024 13:27:45 +0000, Jim the Geordie <jim@jimXscott.co.uk> wrote:
On 19/11/2024 13:20, D wrote:
On Tue, 19 Nov 2024 10:50:37 +0000, Jim the Geordie <jim@jimXscott.co.uk> wrote:
Path: news..!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Jim the Geordie <jim@jimXscott.co.uk>
snip
..
http://put.hk/article/paganini.bofh.team/news.software.readers/276288.html
[Reply] [Source] [Threads (What's it?)] [Open by OE] [To Clipboard]
From: Jim the Geordie <jim@jimXscott.co.uk>
Date: 19 Nov 2024 18:50:37 Hong Kong Time
Newsgroup: paganini.bofh.team/news.software.readers
Subject: Paganini
NNTP-Posting-Host: null
>
Is my go-to newsserver Paganini down this morning?
--
Jim the Geordie
>
No idea what all that means. but I'm not getting downloads.
if your newsreader is "user-agent: betterbird (windows)", might ask in
news:alt.comp.software.thunderbird , might also try another newsreader:
(using Tor Browser 14.0.2)
http://usenet-fr.yakakwatik.org/newsreaders.html
1.Introduction
2.Newsreaders
40Tude Dialog (Windows)
Betterbird (Linux / Windows / macOS)
Claws-Mail (Linux / Windows / macOS)
Evolution (Linux)
flnews (Linux, UNIX systems)
Gnus (Linux / Windows / macOS)
Gravity (Windows)
MacCafe (macOS)
MacSOUP (macOS = 10.14)
MesNews (Windows)
ModNewsreader (Android and its forks)
Pan (Linux)
SeaMonkey (Linux / Windows / macOS)
slrn (Linux / Windows / macOS)
Sylpheed (Linux / Windows / macOS)
Thunderbird (Linux / Windows / macOS)
tin (Linux / Windows / macOS)
Xnews (Windows)
3.References and useful links
[end quote]
i use several newsreaders, 40tude dialog for downloading and archiving,
free agent for queue organization and posting, xananews for stats, etc.
Fine. I do that too: Gravity, Xnews and Dialog, but I would prefer to
use Thunderbird/Betterbird.
That is not the question here.
I like the server Paganini and have been using it regularly for a while
with setting SSL/TLS Port 563.
It stopped working today, which was my original post.
However, I went back and 'undid' SSL/TLS and the port went to 119 and
lo-and-behold, down came the posts.
Should I leave it there or do I gain anything by using SSL?
I can also use eternal-september, but it can be flaky although that is
happy with SSL/TLS.
Confused.
the paganini sysadmin uses "user-agent: mozilla thunderbird" and is
active in many news server newsgroups, e.g.
news:news.admin.peering,
news.software.nntp,news.admin.net-abuse.usenet,alt.free.newsservers,
etc., and their "info" page suggests port 563 should be operational:
(using Tor Browser 14.0.2)
https://duckduckgo.com/?q=paganini.bofh.team+port+563...
https://www.bofh.team info.txt
https://www.bofh.team/info.txt
***** ***** Accept from / Send to: paganini.bofh.team NNTP Port: 119 NNTPS
Port: 563 Hostname: paganini.bofh.team (Resolves to both IPv4 and IPv6)
^^^
IPv4 IP: 94.23.43 ...
...
https://www.bofh.team/info.txt
*****************************************************************
*****************************************************************
Accept from / Send to: newsfeed.bofh.team
Port: 433
Hostname: newsfeed.bofh.team (Resolves to both IPv4 and IPv6)
IPv4 IP: 178.33.140.132
IPv6 Address: 2001:41d0:306:1f3f::3
Path Token: newsfeed.bofh.team
Article: no bin, text only (first choise)
Article: all, except warez,porn,illegal (second choise)
Contact: Ivo Gandolfo - usenet {at} bofh dot team
Abuse: usenet {at} bofh dot team
*****************************************************************
*****************************************************************
>
*****************************************************************
incoming.conf:
>
peer newsfeed.bofh.team {
hostname: newsfeed.bofh.team
streaming: true
}
>
*****************************************************************
>
innfeed.conf
>
peer newsfeed.bofh.team {
ip-name: newsfeed.bofh.team
port-number: 433
streaming: true
}
>
*****************************************************************
>
newsfeeds:
>
$asnNOBINARY=\
!control*,!junk,!local*,@unidata.*,\
!ka.*,\
@alt.bin*,\
@alt.dvdnordic.*,\
@alt.*pedophil.*,\
@*.bain*,\
@*.biana*,\
@*.biinaries*,\
@*bina*,\
@*.bineries*,\
@*.binia*,\
@*.binries*,\
@*.cd.image*,\
@*.files.images*,\
@*.mp3*,\
@*music.bin*,\
@*.pictures*,\
@*porno.images*,\
@unidata.*,\
@*.warez*
>
$asnBINARY=\
!control*,!junk,!local*,@unidata.*,\
!ka.*,\
@alt.dvdnordic.*,\
@*porno.images*,\
@*.warez*
>
# HEY! DON'T USE IF..ENDIF in the newsfeeds file! it's invalid!
# just copy/paste do you want to use! ;)
>
IF (NOT WANT BIN) THEN
>
# USE THIS IF YOU DONT WANT BINARY FEED
newsfeed.bofh.team/newsfeed.bofh.team\
:*,$asnNOBINARY/!local\
:Af,Ap,Tm:innfeed!
>
ELSE
>
# USE THIS IF YOU WANT BINARY FEED
newsfeed.bofh.team/newsfeed.bofh.team\
:*,$asnBINARY/!local\
:Af,Ap,Tm:innfeed!
ENDIF
>
# HEY! DON'T USE IF..ENDIF in the newsfeeds file! it's invalid!
# just copy/paste do you want to use! ;)
[end quote]