1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
# In order to make INN write a feedfile, you'll have to add an entry
# to your server's newsfeeds file. Remember to send a "ctlinnd reload
# newsfeeds foo" when you're done editing it!
# This is a filefeed to site "news.foo.org" named "foo". It's very
# basic, having ony those entries really necessary to get you going.
# Refer to newsfeeds(8).
news.foo.org:*:Tf,Wnm:foo
# This one is a bit more sophisticated; it knows about a local
# newsgroup hierarchy "bar.*" that is not to be feed to news.foo.org,
# and a local distribution called "baz".
news.foo.org:*,!bar.*/!baz:Tf,Wnm:foo
# You'll probably get along fine with the first example; however, if
# you have newsgroups hierarchies that you do nto want to export, or
# distributions that should not travel round the world, the second
# example shows what you need. Do _not_ use several entries with the
# same feedfile name, make a decision for one!
|