--- inn-2.6.3/samples/cycbuff.conf.orig 2019-02-07 16:02:22.000000000 +0100 +++ inn-2.6.3/samples/cycbuff.conf 2020-11-07 18:34:28.741795625 +0100 @@ -28,9 +28,9 @@ ## ## If you're trying to stay under 2 GB, keep your sizes below 2097152. -cycbuff:ONE:/export/cycbuffs/one:512000 -cycbuff:TWO:/export/cycbuffs/two:512000 -cycbuff:THREE:/export/cycbuffs/three:512000 +cycbuff:ONE:/var/spool/news/cycbuffs/one:512000 +cycbuff:TWO:/var/spool/news/cycbuffs/two:512000 +cycbuff:THREE:/var/spool/news/cycbuffs/three:512000 ## 2. Meta-cyclic buffers ## Format: --- inn-2.6.5/samples/inn.conf.in.orig 2022-02-18 20:36:57.000000000 +0100 +++ inn-2.6.5/samples/inn.conf.in 2022-05-22 20:06:04.430442175 +0200 @@ -15,11 +15,11 @@ # The following parameters are most likely to need setting, although the # defaults generated by configure may be reasonable. -mta: "@SENDMAIL@ -oi -oem %s" +mta: "@SENDMAIL@ -oi %s" organization: "A poorly-installed InterNetNews site" ovmethod: tradindexed hismethod: hisv6 -pathhost: @HOSTNAME@ +pathhost: localhost pathnews: @prefix@ #runasuser: @@ -36,8 +36,8 @@ mailcmd: @bindir@/in # Feed Configuration artcutoff: 10 -#bindaddress: -#bindaddress6: +#bindaddress: all +#bindaddress6: all dontrejectfiltered: false hiscachesize: 256 ignorenewsgroups: false @@ -47,13 +47,13 @@ maxartsize: 1000000 maxconnections: 50 #pathalias: #pathcluster: -pgpverify: @DO_PGPVERIFY@ +pgpverify: true port: 119 refusecybercancels: false remembertrash: true -#sourceaddress: -#sourceaddress6: -verifycancels: false +#sourceaddress: any +#sourceaddress6: any +verifycancels: true verifygroups: false wanttrash: false wipcheck: 5 @@ -70,6 +70,7 @@ mergetogroups: false nfswriter: false overcachesize: 128 #ovgrouppat: +# note: must not be changed to false if using tradspool storeonxref: true useoverchan: false wireformat: true @@ -77,7 +78,7 @@ xrefslave: false # Reading -allownewnews: true +allownewnews: false articlemmap: true clienttimeout: 1800 initialtimeout: 10 @@ -109,8 +110,8 @@ addinjectiondate: true addinjectionpostingaccount: false addinjectionpostinghost: true checkincludedtext: false -#complaints: -#fromhost: +complaints: abuse@localhost +#fromhost: "" localmaxartsize: 1000000 #moderatormailer: nnrpdauthsender: false @@ -122,7 +123,7 @@ strippostcc: false # Posting -- Exponential Backoff backoffauth: false -#backoffdb: +#backoffdb: /var/lib/news/backoff backoffk: 1 backoffpostfast: 0 backoffpostslow: 1 @@ -159,7 +160,7 @@ innwatchspoolspace: 25000 # Logging -docnfsstat: false +docnfsstat: true htmlstatus: true incominglogfrequency: 200 logartsize: true @@ -187,7 +188,7 @@ keepmmappedthreshold: 1024 #maxcmdreadsize: maxforks: 10 maxlisten: 128 -nicekids: 4 +nicekids: 0 nicenewnews: 0 nicennrpd: 0 pauseretrytime: 300 --- inn-2.6.5/samples/newsfeeds.in.orig 2022-02-18 20:36:57.000000000 +0100 +++ inn-2.6.5/samples/newsfeeds.in 2022-05-22 20:08:17.759719869 +0200 @@ -38,10 +38,20 @@ ## For the ME line (and the ME line *only*), patterns affect *outgoing* ## feeds and distributions affect *incoming* feeds (including local posts). +## Default of everything to everybody except for junk, control, anything +## with "local" as the newsgroup prefix (i.e. matches "localhost.stuff") or +## groups under foo. Articles posted to any group under alt.binaries.warez +## will not get propagated, even if they're cross posted to something that +## is. +ME\ + :*,@alt.binaries.warez.*,!junk,!control*,!local*,!foo.*\ + /pl,world,usa,na,gnu,bionet,pubnet,u3b,eunet,vmsnet,inet,ddn,k12\ + :: + # Empty default subscription list, reject all incoming articles (including # locally posted articles) with a distribution of "local", accept all others # (including articles that do not have a Distribution header field). -ME:!*/!local:: +#ME:!*/!local:: # The same as the above, but would reject all posts that have # news.example.com in the path (posts passing through that site). @@ -144,4 +154,4 @@ controlchan!\ # come with INN). #capture!\ # :*/foo\ -# :Tp,H2:/usr/local/bin/capture %s +# :Tp,H2:/usr/bin/capture %s --- inn-2.6.5/samples/readers.conf.orig 2022-05-22 20:06:26.763654519 +0200 +++ inn-2.6.5/samples/readers.conf 2022-05-22 20:09:01.329483831 +0200 @@ -42,7 +42,7 @@ # the local machine. auth "localhost" { - hosts: "localhost, 127.0.0.1, ::1, stdin" + hosts: "localhost, 127.0.0.1, ipv6-localhost, ::1, stdin" default: "" }