Home | Mirror | Search

第 13 章 INND

# yum -y install inn		
	

readers.conf

# vim /etc/news/readers.conf		
auth "localhost" {
    hosts: "*"
    default: "*"
}

access "localhost" {
    users: "*"
    newsgroups: "*,!junk,!control,!control.*"
    access: RPA
}		
	

create a group

# /usr/lib/news/bin/ctlinnd newgroup test		
	
comments powered by Disqus