innd 新增轉信站台

innd 的使用手冊,這個應該不少網站有,只是把它們整理起來自己找比較方便。

要用 IHAVE 的話有三個檔案要改 1. newsfeeds 哪個站要餵哪些版

a6/a6crazy.twbbs.org\
        :!*,au.*,bbs.jal.*,bbs.a6.*\
        :Tm:innfeed!

別名/站台\
        :!*\
        :Tm:innfeed!

第一個是全部都不要 然後再開始設定例外 (注意!中間不可以有) 最後一行照寫就是了..

2. innfeed.conf 怎麼個餵法 跟 news 轉

peer news.ntu {
        ip-name: news.ntu.edu.tw
        port-number: 119
        max-connections: 10
}

peer zoonews {
        ip-name: zoonews.ee.ntu.edu.tw
        port-number: 433
        max-connections: 10
}

跟 bbs 轉

group bbs {
        streaming: false
        port-number: 7777
        max-connections: 3
        peer a6 { ip-name: a6crazy.twbbs.org }
}

(注意! { 後面要空白, : 後面也要, } 之前也要)

3. incoming.conf 信要怎麼進來

peer norick {
        hostname: "norick.twbbs.org, 220.133.1.152"
}

(注意!逗點後面一定要有空白,雙引號不可以有) innd 的設定擋龜毛的要死.. 少空白多空格都會失敗..[想當年]

再來是用 POST 的方式.. 只要設定 readers.conf 即可

auth "AU_TANet_IP_192_192" {
        hosts: "192.192.120.0/23, 192.192.122.0/24"
        default: "@au.edu.tw"
}


access "AU_TANet_IP_192_192" {
        users: "@au.edu.tw"
        newsgroups: "*, !jal.*"
        access: RPA
}


auth "SCSH" {
        hosts: "163.20.180.88"
        default: "@bbs.scsh.tpc.edu.tw"
}

access "SCSH" {
        users: "@bbs.scsh.tpc.edu.tw"
        newsgroups: "tw.bbs.*"
        access: RPA
}

注意!一樣…該空格的地方不能少..不能空格的地方絕對不可以亂加..


<fbl>

news/add_site.txt · 上一次變更: 2010/09/16 16:58 由 jal
上一頁 | 下一頁 | 回首頁 | RSS Feed | Facebook