「INN」:修訂間差異
跳至導覽
跳至搜尋
第17行: | 第17行: | ||
== 設定 == | == 設定 == | ||
=== cycbuff.conf === | |||
=== inn.conf === | |||
* docnfsstat | |||
* domain | |||
* noreader | |||
* ovmethod | |||
* pathhost | |||
* port | |||
* server | |||
* useoverchan | |||
== 相關連結 == | == 相關連結 == |
於 2020年11月28日 (六) 07:13 的修訂
INN是一套News Server。
安裝
先安裝編譯需要的套件:
sudo apt install -y build-essential libdb-dev libperl-dev libpython-dev libssl-dev
再切到news
帳號下下載檔案並且編譯:
sudo su - news; wget https://downloads.isc.org/isc/inn/inn-2.6.3.tar.gz; tar zxvf inn-2.6.3.tar.gz; cd inn-2.6.3; ./configure --prefix=/var/spool/news --enable-tagged-hash --with-perl --with-python --with-bdb --with-openssl --with-zlib; make; make install
設定
cycbuff.conf
inn.conf
- docnfsstat
- domain
- noreader
- ovmethod
- pathhost
- port
- server
- useoverchan
相關連結
外部連結
- 官方網站 (英文)