Discussion:
Usenet peering request
(too old to reply)
R. C.
2024-01-12 18:55:46 UTC
Permalink
Hi *,
I have installed INN2 on my Linux Box from long time and run standalone, now I'm looking for peers (text only), I live in Italy and I am using autenticated users, with plain text posting-account and posting-host.

Thanks always
-Roberto

ps. sorry but i had not found a better way to write this message.
R. C.
2024-01-14 01:56:02 UTC
Permalink
As long as you are using cleanfeed, I will be happy to peer with you. I
carry all non-binary groups I can get my hands on.
Dear Nigel,
thanks for your reply.

I want to work carefully, 5 minutes and install cleanfeed.
https://www.endofthelinebbs.com/peering.html
already done!
see -> http://news.corradoroberto.it/innfeed_status.html
http://news.corradoroberto.it/inn_status.html
Reply with your incoming.conf innfeed.conf and newsfeeds configuration.
okay!

"""
$ grep -v -e ^$ -e ^# incoming.conf
streaming: true # Streaming allowed by default.
max-connections: 8 # Per feed.
peer ME {
hostname: "localhost, 127.0.0.1, ::1"
}
peer usenet.blueworldhosting.com {
hostname: usenet.blueworldhosting.com
}
peer newsfeed.endofthelinebbs.com {
hostname: newsfeed.endofthelinebbs.com
}
"""
"""
$ grep -v -e ^$ -e ^# innfeed.conf
pid-file: innfeed.pid # Relative to <pathrun>.
debug-level: 1
fast-exit: false
use-mmap: false
log-file: innfeed.log # Relative to <pathlog>.
stdio-fdmax: 0
log-time-format: "%a %b %d %H:%M:%S %Y"
gen-html: true # If true, status-file is relative to <pathhttp>;
status-file: innfeed.status # otherwise, it is relative to <pathlog>.
peer usenet.blueworldhosting.com {
ip-name: usenet.blueworldhosting.com
}
peer newsfeed.endofthelinebbs.com {
ip-name: newsfeed.endofthelinebbs.com
port-number: 119
}
"""
"""
grep -v -e ^$ -e ^# newsfeeds
ME:*,!local*,!it.corradoroberto.*,!control,!junk::
controlchan!\
:!*,control,control.*,!control.cancel\
:AC,Tc,Wnsm:/usr/inn/controlchan
innfeed!\
:!*\
:Tc,Wnm*:/usr/inn/innfeed
usenet.blueworldhosting.com\
:*,!unidata.*,!control.*,!junk/!local\
:Aj,Tm,<1000000:innfeed!
newsfeed.endofthelinebbs.com/newsfeed.endofthelinebbs.com\
:*,!alt.b,!*.bina*,!*.bain*,!*.dateien*,!*.pictures*,!junk/!local\
:Af,Ap,Tm:innfeed!
"""

Best regards
-Roberto (joyful)
R. C.
2024-01-14 02:35:17 UTC
Permalink
Post by R. C.
5 minutes and install cleanfeed.
okay, apply in prod.

"""
$ perl -wc /usr/inn/filter/filter_innd.pl
Name "main::lines" used only once: possible typo at /usr/inn/filter/filter_innd.pl line 588.
/usr/inn/filter/filter_innd.pl syntax OK

$ perl -wc /usr/inn/cleanfeed/etc/cleanfeed.local
Name "main::Moderated" used only once: possible typo at /usr/inn/cleanfeed/etc/cleanfeed.local line 205.
Name "main::lines" used only once: possible typo at /usr/inn/cleanfeed/etc/cleanfeed.local line 205.
Name "main::localfeed" used only once: possible typo at /usr/inn/cleanfeed/etc/cleanfeed.local line 45.
Name "main::localpost" used only once: possible typo at /usr/inn/cleanfeed/etc/cleanfeed.local line 101.
/usr/inn/cleanfeed/etc/cleanfeed.local syntax OK

$ /usr/inn/ctlinnd reload filter.perl "install cleanfeed"
Ok
"""

Best regards
-Roberto
R. C.
2024-01-14 14:01:28 UTC
Permalink
Post by R. C.
okay, apply in prod.
shutdown for storage upgrade...
Nigel Reed
2024-01-15 23:36:41 UTC
Permalink
On Mon, 15 Jan 2024 15:22:06 +0100
I need you to email me exactly what you want me to put in my
incoming.conf newsfeeds and innfeed.conf files for your server. I'm
not going to try and infer from this what you intend me to put in
for your server. Thank you.
Action: failed
Status: 5.5.0
Diagnostic-Code: SMTP; 550 Mail from 91.80.36.121 refused due to
listing at spam.dnsbl.sorbs.net (see
http://www.sorbs.net/faq/spamdb.shtml) Last-Attempt-Date: Mon, 15 Jan
2024 15:19:23 +0100
oops. OK, just post here then. I'm sure it'll be useful for anyone else
who wants to peer with you.
--
End Of The Line BBS - Plano, TX
telnet endofthelinebbs.com 23
R. C.
2024-01-16 04:42:36 UTC
Permalink
Post by Nigel Reed
oops. OK, just post here then. I'm sure it'll be useful for anyone else
who wants to peer with you.
"""
dig +short 121.36.80.91.spam.dnsbl.sorbs.net A // found 127.0.0.6
dig +short 121.36.80.91.dnsbl.sorbs.net A // clean
dig +short 121.36.80.91.zen.spamhaus.org A // clean
"""

I'm very embarrassed following what happened. I will solve also this problem.
I'm a newbee newadmin of my machine, I had updated my site (http://news.corradoroberto.it/ please not https also use wget) with the info you requested.
Thanks for your advice.
Cheers

-Roberto
R. C.
2024-02-01 17:41:01 UTC
Permalink
Post by R. C.
I will solve also this problem.
I have at the end found the time to write to the support,
"""
Loading Image...
"""

they have delisted me.

"""
cat dnsbl.sh
#!/bin/sh

declare -a arr=("1.1.1.1" "208.67.222.222" "8.8.8.8" "9.9.9.9" "8.26.56.26")
for i in "${arr[@]}"
do
echo -n "dnsbl probing: $i "
check=`dig +short 121.36.80.91.spam.dnsbl.sorbs.net A @$i`
if [ -z "$check" ]; then
echo "//Clean!"
else
echo "//Found $check"
fi
done
"""

dnsbl probing: 1.1.1.1 //Clean!
dnsbl probing: 208.67.222.222 //Clean!
dnsbl probing: 8.8.8.8 //Clean!
dnsbl probing: 9.9.9.9 //Clean!
dnsbl probing: 8.26.56.26 //Clean!


Finally I can write and pass through the filter.

Thanks you all
--
Fb rules (√5*n^2±4)
$x=sqrt(5*pow($n,2)-4) - (int)sqrt(5*pow($n,2)-4);
$y=sqrt(5*pow($n,2)+4) - (int)sqrt(5*pow($n,2)+4);
Loading...