知乎專欄 | 多維度架構 | 微信號 netkiller-ebook | QQ群:128659835 請註明“讀者” |
目錄
homepage: http://www.isc.org/inn.html
過程 36.1. innd
debian 安裝
sudo apt-get install inn2
配置
inn.conf
cd /etc/news/ chown news.news inn.conf domain: example.org server: localhost fromhost: news.example.org moderatormailer: openunix@163.com
storage.conf
vi storage.conf method tradspool { newsgroups: * class: 0 }
readers.conf
vi readers.conf auth "local" { hosts: "*" default: "*" } access "local" { users: "*" newsgroups: "*" }
start
/etc/init.d/innd start
service innd start Starting INND system: [ OK ]
sudo ufw allow nntp