home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / bbbsr2.zip / inet.bbb < prev    next >
Text File  |  1997-06-26  |  3KB  |  131 lines

  1. ; =============================================================================
  2. ;
  3. ; BBBS inet configuration file
  4. ;
  5. ; Destinations are regexps, groups are defined in groups-file.
  6. ;
  7. ; =============================================================================
  8. ;
  9. ; "funny, this configuration file is readable ..."
  10. ;
  11. ; =============================================================================
  12. ;
  13. ; telnet targets; destination:groups
  14. ; Only members of group telnet may telnet out, and only to these targets.
  15.  
  16. [telnet]
  17.  
  18. ^fix\.no$:all
  19. .:fsysop
  20.  
  21. ; =============================================================================
  22. ;
  23. ; finger targets; destination:groups
  24. ; Only members of group finger may finger out, and only to these targets.
  25.  
  26. [finger]
  27.  
  28. ^kimheino@utu\.fi$:all
  29. .:fsysop
  30.  
  31. ; =============================================================================
  32. ;
  33. ; rlogin targets; destination:groups
  34. ; Only members of group rlogin may rlogin out, and only to these targets.
  35.  
  36. [rlogin]
  37.  
  38. ; =============================================================================
  39. ;
  40. ; hunt targets; destination:groups
  41. ; Only members of group hunt may play hunt, and only with these targets.
  42.  
  43. [hunt]
  44.  
  45. ^localhost$:all
  46. .:fsysop
  47.  
  48. ; =============================================================================
  49. ;
  50. ; ftp targets; destination:groups
  51. ; Only members of group ftp may ftp out, and only to these targets.
  52.  
  53. [ftp]
  54.  
  55. ^fix\.no$:all
  56. .:fsysop
  57.  
  58. ; =============================================================================
  59. ;
  60. ; shortcuts; aka:fullname
  61.  
  62. [aka]
  63.  
  64. fix:fix.no
  65. b:kimheino@utu.fi
  66.  
  67. ; =============================================================================
  68. ;
  69. ; outgoing aliases; alias:real
  70. ; These are used when sendind outgoing NNTP/SMTP messages.
  71. ; Remember that alias and remote real must be full inet addresses!
  72.  
  73. [aliasout]
  74.  
  75. b@fix.no:Kim Heino
  76. @bcgbox.bbbs.eu.org:@p0.f222.n22.z2.fidonet.org
  77. bbbs@fix.no:Kim.Heino@p0.f222.n22.z2.fidonet.org
  78.  
  79. ; =============================================================================
  80. ;
  81. ; incoming aliases; alias:real
  82. ; These are used when receiving incoming SMTP messages.
  83. ; Remember that alias and remote real must be full inet addresses!
  84.  
  85. [aliasin]
  86.  
  87. postmaster@fix.no:Torfinn Nome
  88. b@fix.no:Kim Heino
  89. @bcgbox.bbbs.eu.org:@p0.f222.n22.z2.fidonet.org
  90. bbbs@fix.no:Kim.Heino@p0.f222.n22.z2.fidonet.org
  91.  
  92. ; =============================================================================
  93. ;
  94. ; incoming finger aliases; alias:real
  95. ; These are used when remote system fingers you (bbbs.fingerd.exe)
  96.  
  97. [fingerin]
  98.  
  99. root:Torfinn Nome
  100. postmaster:Torfinn Nome
  101. b:Kim Heino
  102. info:<c:/bbs/men/fingerd.inf
  103.  
  104. ; =============================================================================
  105. ;
  106. ; incoming email to conference (maillist) aliases; aliasfrom,aliasto:conference
  107. ; These are used when receiving incoming SMTP messages, after prosessing
  108. ;   aliasin-aliases.
  109. ; Remember that alias must be full inet addresses!
  110.  
  111. [listin]
  112.  
  113. ,bbbs-list@list.gate.fix.no:bbbs.chat
  114. list-name@remote.site,:list-conf
  115. sender@remote,to@here:conf.name
  116.  
  117. ; =============================================================================
  118. ;
  119. ; Don't accept mail from/to these addresses in SMTP receive.
  120.  
  121. [bounce_from]
  122.  
  123. spammer@some.site.foo
  124. @spam.foo
  125.  
  126. [bounce_to]
  127.  
  128. no_mail@mydomain.foo
  129. @my.subdomain.foo
  130.  
  131.