
/etc/news/
Location of configuration files. A minimal leafnode setup requires that you modify the following files:
inn.conf
Set the following options. The defaults for the remaining options should be fine.
organization: MyOrganization
domain: mydomain.com
server: news.mydomain.com
incoming.conf
Place your ISP's news server information in here.
# Peer definition
# MyISP.com (800) 555-1212 news@MyISP.com
peer myisp.com {
hostname: news.myisp.com
}
newsfeeds
If you want to post articles, you need to modify newsfeeds.
news.myisp.com:comp.*,!comp.sources.*,comp.sources.unix/!foo:Tf,Wnm:news.myisp.com
The colon is the field delimiter used above. The format of that above line is:
sitename[/exclude,exclude,...]:pattern,pattern,...[/distrib,distrib,..]:flag,flag,...:param
Options:
inn.conf.
readers.conf - Edit this file if you want to allow readers on other computers.
motd.news - If you allow readers, it is a good idea to put a banner in this file that relays your usage policies to your readers.
inncheck to correct any permissions problems and catch any configuration file errors.
makehistory to initialize the INN history database.
makedbz to rebuild the dbz database files.
/var/log/news.
nnrp.access./var/log/news.
nnrp.access./var/log/news.
| ERROR!! |