home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK3 / DFUE_15 / IMBNK121.ZIP / IMBINK.NOR < prev    next >
Text File  |  1993-03-19  |  7KB  |  205 lines

  1. #
  2. # Sample IMBINK Config file. Last updated 20.01.1993
  3. #
  4. # some notes about specifying nodenumbers :
  5. # You must specify a fully qualified nodenumber only in the following
  6. # cases :
  7. #               AKA     - the first number (on of your akas)
  8. #               POLL    - the number of the system to poll
  9. #               DYNAMIC - the first number (the via system)
  10. #               STATIC  -               -"-
  11. #               COPY    - the number of the system to copy mail for
  12. #               SEND    - the system to send the file to
  13. #               REQUEST - the system to request files from
  14. #
  15. # STATIC and DYNAMIC have one exception : if you specify an asteriks (*)
  16. # as via system, IMBINK will route all mail for the specified systems
  17. # via themselves eg.
  18. # STATIC HOLD * 2:246/111 112 155
  19. # this means all netmail for 2:246/111 2:246/112 and 2:246/155 will be sent
  20. # HOLD via these systems (useful for specifying your downlinks)
  21.  
  22. # Shall IMBINK spawn to IMNODE ?
  23. DOCOMPILE
  24.  
  25. # The compression config file
  26. INCLUDECOMPRESS compress.cfg
  27.  
  28. # Where to find the nodelist
  29. NODELISTPATH D:\POP\NODELIST
  30.  
  31. # What extension have the indexfiles
  32. EXTENSION IMB
  33.  
  34. # some defines
  35. DEFINE MICKEY 2:246/48
  36. DEFINE IMBINK N:\FILEAREA\CUTLOG\IMBNK117.ARJ
  37. DEFINE IMM IMMEDIATE
  38. # now you could make : IMBINK SEND CRASH MICKEY IMBINK
  39.  
  40. # Akalist. Use one line for each Aka. After the Aka you must specify
  41. # which adresses to match with this Aka. The Akalist must come before
  42. # the outboundpath. The first aka is assumed to be the default Aka
  43. AKA 2:246/48.0       1:* 2:* 3:* 4:* 5:* 6:*
  44. AKA 46:49/2.0       45:45/500.* 46:49/*
  45. AKA 46:9611/210.0  45:* 46:*
  46. AKA 57:4980/107.0  57:* 58:*
  47. # Here you can do some "silly" things like
  48. # AKA 46:49/2 46:9611/210.#
  49. # use 46:49/2 as aka for mail to systems below hub 46:9611/210
  50.  
  51.  
  52. # Where can IMBINK find your outbound mail ? The outboundpath must be
  53. # defined before the netmailpath and the dynamicpath
  54. OUTBOUNDPATH G:\TEST\IMAILOUT
  55.  
  56. # Where can IMBINK find files which are forwarded through your system
  57. INBOUNDPATH M:\POP\FILE
  58.  
  59. # IMBink needs to know, where to store the dynamically routed
  60. # netmail packets
  61. DYNAMICPATH G:\TEST\DYNOUT
  62.  
  63. # And we need the netmail path
  64. NETMAILPATH D:\FD\MAIL\IMBINK
  65.  
  66. # include out magic list as defines
  67. INCLUDEDEFINE D:\POP\MAGICS.LST
  68.  
  69. # Use this event, if none is specified on commandline
  70. # DEFAULTEVENT ALPHA
  71.  
  72. # Mail for my points always direct and hold. Will spare alot of work
  73. # when setting up the routing. Furthermore this includes an
  74. # FSENDTO for all your points. (an FSENDFROM is not implied)
  75. MYPOINT YES
  76.  
  77. # Kill any empty netmail to me in my netmailfolder
  78. KILLEMPTY
  79.  
  80. # Write the loginfo to
  81. LOGFILE D:\POP\LOG\IMBINK.LOG
  82.  
  83. # Then we can start with the routing information
  84.  
  85. # General syntax for the routing commands
  86. # [STATIC|DYNAMIC] [HOLD|NORMAL|IMMEDIATE|CRASH] [ViaSystem] [Route1] {...}
  87. # STATIC      - this mail will be packed through that system and it cannot
  88. #               be rerouted.
  89. # DYNAMIC     - this mail can be rerouted in another event
  90. #
  91. # HOLD|NORMAL|IMMEDIATE|CRASH - the flavour of the mailpacket to create
  92. #
  93. # ViaSystem   - Zone:Net/Node.Point if Point not specified, 0 is assumed
  94. #               or * (for route via itself)
  95. #
  96. # Route       - Zone:Net/Node.Point if Point not specified, * is assumed
  97. #               an * as wildcard can be used for any of these numbers.
  98. #               eg. 2:* means all systems in zone 2
  99. #               an # can be used instead of Point or Node. Instead of Point
  100. #               it means all system below Hub Zone:Net/Node.
  101. #               Instead of Node it means : All systems below Host Zone:Net
  102. #               You can shortcut the addresses. eg.
  103. # STATIC HOLD 2:246/47 47 49 50.11 .12 247/14
  104. # means route 2:246/47.* 2:246/49.* 2:246/50.11 2:246/50.12 2:246/14.* via
  105. # 2:246/47.0
  106.  
  107. # Any statement not included in an EVENT --- END block will be
  108. # executed everytime. Statements enclosed in an EVENT --- END block
  109. # will be executed, if the eventname is specified on the commandline
  110. # or no event is specified on the commandline but the event is the
  111. # default event
  112. #
  113. # The logic behind this is :
  114. #       statement(s)  {execute statement(s)}
  115. #    EVENT evtname {if event==evtname or (event=="" and defaultevent==evtname)
  116. #            execute statement(s) until next END}
  117. #    statement(s)  {execute statement(s)}
  118. #    ... and so on ...
  119. #
  120. # The little more sophisticated version of the EVENT statement is the
  121. # TIMEDEVENT statement. Systanx :
  122. # TIMEDEVENT weekdays HH:MM,Day,Month HH:MM
  123. # Weekdays is Mon Tue Wed Thu Fry Sat Sun Week Wkend or all
  124. # week is Mon to Fry, wkend is sat and sun and all is the whole week
  125. # you can combine any number of weekdays with the | sysmbol
  126. # eg. Mun|Tue or Thu|wkend
  127. #
  128. # The first HH:MM is the start of the event, Day is day of month (1-31)
  129. # to run the event and Month is the month (1-12) to run the event. If
  130. # you don't specify day and month the event will be processed every day.
  131. # if you don't specify month the event will be processed once every month.
  132. # The second HH:MM is the ending time of the event. Note that you cannot
  133. # have an ending time that wraps around 00:00 o'clock. In this case you should
  134. # have two timed events. One from wanted starttime until 23:59 and the second
  135. # from 00:00 till wanted endtime.
  136. #
  137. # You can even nest one TIMEDEVENT and one EVENT statement, but only one
  138. # level deep eg.
  139. # EVENT SendToAlpha
  140. #   TIMEDEVENT 10:00 15:00
  141. #   ...
  142. #   END
  143. #   TIMEDEVENT 17:00 21:00
  144. #   ...
  145. #   END
  146. # END
  147. #
  148.  
  149. # First the few Fido exceptions I have, because I have regular links with
  150. # them.
  151. # Frank Eggen
  152. STATIC  HOLD  2:241/2009 241/*
  153. # Soren Ager in Denmark
  154. STATIC  HOLD  2:231/12   231/*
  155. # Michael Rueve
  156. STATIC  HOLD  2:243/72   243/*
  157.  
  158. # all the rest via Alpha's Node
  159. DYNAMIC HOLD  2:246/47 1:* 2:* 3:* 4:* 5:* 6:* 7:* 8:*
  160.  
  161. # America VNET via Terry Marrs
  162. STATIC  HOLD  45:45/500 45:* 47:*
  163. # VNET Downlinks. All of them direct...
  164. STATIC  HOLD  *   46:9611/212 214 215 217 219 602
  165. # VNET Downlinks with more downlinks (Sub-Hubs..:-)
  166. STATIC  HOLD  46:9611/218 218 113
  167. STATIC  HOLD  46:9611/116 116 1160
  168. # Michael Rueve and rest VNET Germany
  169. STATIC  HOLD  46:49/1 49/* 9611/*
  170. # Vesa Pajula and rest VNET Finland
  171. STATIC  HOLD  46:358/1 358/* 9616/*
  172. # Jan Cromenacker and rest VNET Netherlanfs
  173. STATIC  HOLD  46:310/2 310/* 3100/* 3101/* 3102/* 3103/*
  174. # Andrew Lackenby and Rest VNET England
  175. STATIC  HOLD  46:144/1 144/* 9614/*
  176. # Justin Solvensten and Rest VNET Portugal
  177. STATIC  HOLD  46:351/1 351/* 3510/*
  178. # This is Michael Rueves INTL Aka
  179. STATIC  HOLD  57:49/21 21
  180. # The Rest of INTL via Alpha
  181. STATIC  HOLD  57:49/1  56:* 57:* 58:* 59:*
  182.  
  183. # This is my local Boxpoint. It is transferred via Lantastic
  184. COPY 2:246/48.1    M:\FD\BOXIN M:\POP\PORTAL.E64
  185. COPY 46:9611/210.1 M:\FD\BOXIN M:\POP\PORTAL.E64
  186. COPY 46:49/2.1     M:\FD\BOXIN M:\POP\PORTAL.E64
  187. COPY 57:4980/107.1 M:\FD\BOXIN M:\POP\PORTAL.E64
  188. COPY 2:246/47      G:\ALPHA G:\ALPHA\SEMAP.TST
  189.  
  190. # here could be some more routing statements, which will be executed
  191. # everytime
  192.  
  193. EVENT Nighttime
  194. CLEANUP
  195. END
  196.  
  197. # And here, too.
  198.  
  199. # Example for timed event : ZoneMailHour
  200. TIMEDEVENT All 03:30 04:30
  201. END
  202.  
  203. # ARJ compress for .5
  204. COMPRESS ARJ 2:246/48.5
  205.