Post by DPost by DPost by Carlos E.R.Post by DGreat, thank you for the clarification Eduardo! =)
Another question... do you think it would be possible to script some
kind of "nntp sync" that delivers news messages into Maildir folders
and have alpine interact with those as news messages?
My idea here is that it would be great to be able to download the
news messages locally, interact with them locally, and then once
done, send them to the newsgroup.
Not with Alpine. If you are on Linux, use "leafnode" instead.
Telcontar:~ # rpm -q leafnode
...
Post by Carlos E.R.Note: it has filters and can do a kill file action.
Oh, that actually sounds _exactly_ like what I'm looking for, and I
could just point alpine to the local nntp, and use it as a local cache
(if it works like I think it does). Brillant! Thank you very much! =)
And to continue my adventures for the benefit of other seekers, today I
compiled leafnode, discovered that it needs tcpd which I installed. Then
got caught by xinetd which was required according to the documentation
and got stuck...(not supported on my linux any longer)
But! Lo and behold!
The openSUSE rpm supports systemd.
Telcontar:~ # rpm -ql leafnode
/etc/leafnode
/etc/leafnode/config
/etc/leafnode/local.groups
/etc/leafnode/uucp
/etc/sudoers.d
/etc/sudoers.d/leafnode
/usr/bin/leafnode-version
/usr/bin/lsmac.pl
/usr/bin/newsq
/usr/lib/systemd/system/leafnode-daily.service
/usr/lib/systemd/system/leafnode-daily.timer
/usr/lib/systemd/system/leafnode-hourly.service
/usr/lib/systemd/system/leafnode-hourly.timer
/usr/lib/systemd/system/leafnode.socket
/usr/lib/systemd/system/***@.service
/usr/lib/systemd/system/***@.service.in
/usr/sbin/applyfilter
/usr/sbin/checkgroups
/usr/sbin/fetchnews
/usr/sbin/leafnode
/usr/sbin/rnews
/usr/sbin/sendbatch.bash
/usr/sbin/texpire
/usr/share/doc/packages/leafnode
/usr/share/doc/packages/leafnode/AUTHORS
/usr/share/doc/packages/leafnode/CHANGES-FROM-LEAFNODE-1
/usr/share/doc/packages/leafnode/CREDITS
/usr/share/doc/packages/leafnode/ChangeLog
/usr/share/doc/packages/leafnode/DEBUGGING
/usr/share/doc/packages/leafnode/ENVIRONMENT
/usr/share/doc/packages/leafnode/FAQ.tex
/usr/share/doc/packages/leafnode/NEWS
/usr/share/doc/packages/leafnode/README-FQDN.tex
/usr/share/doc/packages/leafnode/README-SUSE.rst
/usr/share/doc/packages/leafnode/README-leaf.node
/usr/share/doc/packages/leafnode/README.html
/usr/share/doc/packages/leafnode/TODO
/usr/share/doc/packages/leafnode/config.example
/usr/share/doc/packages/leafnode/filters.example
/usr/share/licenses/leafnode
/usr/share/licenses/leafnode/COPYING
/usr/share/licenses/leafnode/COPYING.LGPL
/usr/share/man/man1/leafnode-version.1.gz
/usr/share/man/man1/lsmac.1.gz
/usr/share/man/man1/newsq.1.gz
/usr/share/man/man1/sendbatch.1.gz
/usr/share/man/man5/filterfile.5.gz
/usr/share/man/man5/moderators.5.gz
/usr/share/man/man8/applyfilter.8.gz
/usr/share/man/man8/checkgroups.8.gz
/usr/share/man/man8/fetchnews.8.gz
/usr/share/man/man8/leafnode.8.gz
/usr/share/man/man8/rnews.8.gz
/usr/share/man/man8/texpire.8.gz
/var/spool/news
/var/spool/news/leaf.node
Telcontar:~ #
Post by Dand despite those not being mentioned in the INSTALL file, they looked
good enough! So after enabling those leafnode is up and running!
So far the speed of going through newsgroup on leafnode compared with my
regular news provider is an enormous improvement.
The only thing I have not yet figured out is how to get my news-server
view and my localhost server view to line up.
Huh?
Post by DFor some reason, messages are not mirrored. I can press "&" and then
I'll get back all messages and my news-server messages are as they
should be, and in my local news server I have _all_ messages including
the latest ones, but when running fetchnews, for some reason, new
messages to not show up in server 127.0.0.1.
Is the cron job running or systemd timer enabled?
It is not real time, the fetch job runs at intervals.
Post by DBut I'll keep on tinkering to see if I can get it to work.
:-)
--
Cheers, Carlos.