Home | 簡體中文 | 繁體中文 | 雜文 | 知乎專欄 | Github | OSChina 博客 | 雲社區 | 雲棲社區 | Facebook | Linkedin | 視頻教程 | 打賞(Donations) | About
知乎專欄多維度架構 微信號 netkiller-ebook | QQ群:128659835 請註明“讀者”

第 36 章 News Group (innd)

目錄

36.1. Ubuntu
36.2. CentOS
36.3. User Authentication
36.4. usenet 管理
36.5. 通過SSL連接
36.6. src.rpm 安裝
36.7. 常用新聞組

homepage: http://www.isc.org/inn.html

36.1. Ubuntu

過程 36.1. innd

  1. debian 安裝

    sudo apt-get install inn2
    				
  2. 配置

    1. inn.conf

      cd /etc/news/
      chown news.news inn.conf
      domain:                 example.org
      server:                 localhost
      fromhost:               news.example.org
      moderatormailer:        openunix@163.com
      			    	
    2. storage.conf

      vi storage.conf
      method tradspool {
              newsgroups: *
              class: 0
      }
      			    	
    3. readers.conf

      vi readers.conf
      auth "local" {
              hosts: "*"
              default: "*"
      }
      
      access "local" {
              users: "*"
              newsgroups: "*"
      }
      			    	
  3. start

    /etc/init.d/innd start

    service innd start
    Starting INND system:                                      [  OK  ]
    				

    sudo ufw allow nntp

news://news.example.org