nodelist.bbs.5
上传用户:minyiyu
上传日期:2018-12-24
资源大小:864k
文件大小:3k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1. .TH NODELIST.BBS 5 "30 Jul 1995" "NCTU CSIE" "Kuhn's Utility Reference Manual"
  2. .SH NAME
  3. nodelist.bbs - specify the node list for use by 
  4. .I innbbsd 
  5. and 
  6. .I bntplink.
  7. .SH SYNOPSIS
  8. node[/exclude1,exclude2,...] [+|-][username@]hostname protocol(port) full name
  9. .SH DESCRIPTION
  10. .PP
  11. You can use 
  12. .BI nodelist.bbs 
  13. for 
  14. .I innbbsd 
  15. and
  16. .I bntplink.
  17. When used by
  18. .I innbbsd, 
  19. it controls the access permission for receiving incoming 
  20. articles and when used by
  21. .I bntplink, 
  22. it specifies the destination user, host, port and 
  23. protocol to contact for sending outgoing articles.
  24. .SH OPTIONS
  25. .TP
  26. .I node[/exclude1,exclude2,..]
  27. is the nodename for reference by 
  28. .I newsfeeds.bbs
  29. .TP
  30. .I /exclude1,exclude2,...
  31. is used to exclude posts from site exclude1, exclude2,....
  32. .
  33. .TP
  34. .I hostname
  35. is the referred hostname in full qualified domain name and 
  36. optionally with 
  37. .I [+|-]username.  
  38. When used by 
  39. .I innbbsd
  40. , the  
  41. .I [username@]hostname 
  42. is used for access control. Only hosts specified in 
  43. .I nodelist.bbs,
  44. can connect to 
  45. .I innbbsd. If 
  46. .I username
  47. is added, 
  48. .I innbbsd
  49. will consult to remote 
  50. .I identd
  51. and only ident user matched to specified 
  52. .I username
  53. has permission to access 
  54. .I innbbsd.
  55. .TP
  56. .I protocol(port)
  57. is the protocol used by 
  58. .I bntplink
  59. when sending outgoing articles.
  60. Current supports of prototol include
  61. .I IHAVE,
  62. .I POST,
  63. and,
  64. .I DATA.
  65. You can add optionally any number as
  66. .I port
  67. , but only root can use number less than 1024.
  68. .TP
  69. .I full name
  70. can be added for reference. It is meaningful when
  71. .I node
  72. matches to name specified in
  73. .I bbsname.bbs,
  74. and is used for 
  75. .I Organization 
  76. header for every outgoing articles sent out from this host.
  77. .SH EXAMPLES
  78. .IP
  79. .nf
  80. .ft B
  81. # This is a sample nodelist.bbs
  82. #
  83. # default protocol is IHAVE(119)
  84. # default POST and IHAVE port is 119
  85. # name   hostname & domainname  protocol(port)  full name
  86. #------- ---------------------- -------------   ----
  87. my-bbs   bbs.xxx.edu.tw         IHAVE(7777)     My BBS Organization Name
  88. news1    news@news.xxx.edu.tw   IHAVE(119)      News Feed Source 1
  89. news2    news@news.yyy.edu.tw   IHAVE(119)      News Feed Source 2
  90. news3    news@news.xxx.com.tw   POST(119)       News drain Source 1
  91. news4    @news.zzz.com.tw       POST(119)       News drain Source 2
  92. news5    news.aaa.com.tw        POST(119)       News drain Source 3
  93. bbs1     bbs@bbs.xxx.edu.tw     IHAVE(5555)     BBS Feed destination for local
  94. bbs2/bbs.yyy.edu.tw   +bbs@bbs.yyy.edu.tw    IHAVE(5555)     BBS Feed destination for all
  95. mail-list1 user1@serv.xxx.tw    DATA(25)        Reply for list owner
  96. mail-list2 -user2@serv.xxx.tw   DATA(25)        Reply for list owner and remove
  97. .ft R
  98. .fi
  99. .LP
  100. Hosts or user@host in 
  101. .I bbs.xxx.edu.tw,
  102. .I news@news.xxx.edu.tw,
  103. .I news@news.yyy.edu.tw,
  104. .I news@news.xxx.com.tw,
  105. .I news.aaa.com.tw,
  106. .I bbs@bbs.xxx.edu.tw,
  107. .I bbs@bbs.yyy.edu.tw,
  108. .I user1@serv.xxx.tw,
  109. and
  110. .I user2@serv.xxx.tw
  111. have permission to connect 
  112. .I innbbsd,
  113. and you should note no users in
  114. .I news.zzz.com.tw
  115. (specified by node 
  116. .I news4
  117. ) can connect, since the user field is null. It is used for 
  118. .I bntplink 
  119. only.
  120. .PP
  121. The node
  122. .I bbs2
  123. indicate every articles received or posted should be sent to it.
  124. .SH FILES and DIRECTORIES
  125. .BR ~bbs/innd/bbsname.bbs, ~bbs/innd/nodelist.bbs, ~bbs/innd/newsfeeds.bbs 
  126. .BR ~bbs/innd/innbbs.conf, ~bbs/out.going, ~bbs/innd/bbslog
  127. .BR ~bbs/bbslog
  128. .BR ~bbs/boards
  129. .SH AUTHOR
  130. Shih-Kun Huang (skhuang@csie.nctu.edu.tw)
  131. .SH BUGS
  132. .SH "SEE ALSO"
  133. .BR newsfeeds.bbs (5), innbbsd (8), bntplink (8)