home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / atari / st / 11754 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  4.0 KB

  1. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!smurf.sub.org!nadia!aragon.stgt.sub.org!danubix.ulm.sub.org!herby
  2. From: herby@danubix.ulm.sub.org (Herbert Dampel)
  3. Newsgroups: comp.sys.atari.st
  4. Message-ID: <H.0GAt&QdNmrY@danubix.ulm.sub.org>
  5. Organization: Node Ulm/Donau.
  6. Subject: Re: HERMES
  7. References: Re: HERMES
  8. Reply-To: herby@danubix.ulm.sub.org
  9. X-Software: HERMES GUS 1.03 Rev. Apr 14 1992
  10. Date: Sun, 26 Jul 1992 11:01:06 MET
  11. Lines: 132
  12.  
  13. In <1992Jul24.091522.19636@r-node.gts.org>, Mike Stramba writes:
  14.   >Is anyone here running HERMES?
  15.  
  16. Yep. Version 1.03. Should be on 129.69.1.12 ftp.rusmv.uni-stgt.de
  17.  
  18.   >When I start up gus.prg, then choose send mail or post news I get prompted
  19.   >for the header info, then mmail starts up and nothing happens after.
  20.  
  21. You will have to start batchmai and batch for spooling, take a look on a part
  22. of my batchfile 'doqueue.cli'. $MAILQ is \usr\spool\mqueue
  23.  
  24. +++++++ fetz +++++++ reissab +++++++ beisskante ++++++ schnippel ++++++
  25.  
  26. void rm c:/*.lck
  27. void mv g:/tmp/*.lck c:/
  28. void rm g:/tmp/*.*
  29. void mv c:/*.lck g:/tmp
  30. #
  31. #void cp $MAILQ/*.X $MAILQ/*.D $MAILQ/save 
  32. #
  33. void ifex $MAILQ/*.X rsmtp
  34. #
  35. void ifex $MAILQ/*.X rmail
  36. void ifex c:/usr/users/server/*.MSG fileserv
  37. #
  38. void ifex $MAILQ/*.X rnews
  39. void reflect ulm.test stgt.test local.test gnet.test aragon.test mercury.test
  40. void ifex $MAILQ/*.X rmail
  41. #
  42. void ifex /usr/spool/uucp/novalis/*.B    batch    novalis
  43. void ifex /usr/spool/uucp/novalis/*.BM    batchmai novalis
  44.  
  45. void ifex /usr/spool/uucp/linef/*.B    batch    linef
  46. void ifex /usr/spool/uucp/linef/*.BM    batchmai linef
  47.  
  48. void ifex /usr/spool/uucp/dg2sac/*.B    batch dg2sac
  49. void ifex /usr/spool/uucp/dg2sac/*.BM    batchmai dg2sac
  50.  
  51. void ifex /usr/spool/uucp/nahid/*.B    batch nahid
  52. void ifex /usr/spool/uucp/nahid/*.BM    batchmai nahid
  53.  
  54. void ifex /usr/spool/uucp/test/*.B    batch test
  55. void ifex /usr/spool/uucp/test/*.BM    batchmai test
  56.  
  57. [...]
  58.  
  59. #
  60. void ifex /usr/spool/uucp/amegas/*.B    batch    amegas
  61. void ifex /usr/spool/uucp/amegas/*.BM    batchmai amegas
  62. #
  63. void rm g:/tmp/*.*
  64. cd c:\usr\users\herby
  65.  
  66. +++++++ fetz +++++++ reissab +++++++ beisskante ++++++ schnippel ++++++
  67.  
  68.  
  69.   >When /how do I put the content of the article/ mail in?
  70.  
  71. Running the above batch, the articles/mails are in \usr\spool\uucp\xxxxxx
  72.  
  73.   >How do I actually send / receive to a site?
  74.  
  75. type 'uuwork host' or use the builtin 'cron'. Here a part of my 
  76. 'xhosts'-file:
  77.  
  78. +++++++ fetz +++++++ reissab +++++++ beisskante ++++++ schnippel ++++++
  79.  
  80. novalis%novalis.stgt.sub.org|\
  81.     atx4b0e0|0:30/5/5-6:31|19200/r|\
  82.                  ^^^^^^^^^^^^^
  83.  
  84.     07031386724%07031386716|\
  85.     ogin:|loginword|word:|Password|\
  86.     c:\usr\spool\uucp\novalis|712123224|712123290
  87. # last attempt: Sun Jul 26 05:00:24 1992
  88. # last success: Sun Jul 26 05:01:30 1992
  89.  
  90. tyrell%tyrell.tynet.sub.org|\
  91.     atx4b0e0||19200/r|\
  92.     0711651429|\
  93.     ogin:|loginword|ssword:|password|\
  94.     c:\usr\spool\uucp\tyrell|712066678|712066722
  95. # last attempt: Sat Jul 25 13:17:58 1992
  96. # last success: Sat Jul 25 13:18:42 1992
  97.  
  98.  
  99. [...]
  100.  
  101. +++++++ fetz +++++++ reissab +++++++ beisskante ++++++ schnippel ++++++
  102.  
  103. 0:30/5/5-6:31 means:
  104.  
  105. Try to call novalis from 5:00-6:31. If not successfull, try again all 30
  106. minutes. If sucessfull, don't try again before 5 h are spent/gone.
  107. So uuwork trys to call 5:00, 5:30, 6:00 and 6:30.
  108.  
  109. In \usr\lib\mail\mailmode you must define the mode for 'rsmtp':
  110.  
  111.  
  112. +++++++ fetz +++++++ reissab +++++++ beisskante ++++++ schnippel ++++++
  113.  
  114. # SMTP sites
  115. linef S F 128
  116.  
  117. # rmail sites
  118. novalis R
  119. deepth R
  120. dg2sac R
  121. nahid R
  122. test R
  123. progate R
  124. haudruf R
  125. eesti R
  126. silch R
  127. trans R
  128. bfoxi R
  129. kapetown R
  130. amegas R
  131.  
  132. +++++++ fetz +++++++ reissab +++++++ beisskante ++++++ schnippel ++++++
  133.  
  134. R means rmail, S F 128 means 'do rsmtp with FREEZE and packets not bigger 
  135. than 128 kb.
  136.  
  137.  
  138. Hope this helps, sorry for my poor english.
  139.  
  140. cu l8ter mfG herby@danubix.ulm.sub.org
  141. -- 
  142. *      E-Mail: herby@danubix.ulm.sub.org     ccc_damp@rzmain.rz.uni-ulm.de *
  143. *      CCC_DAMP@DULRUU51.BITNET              Fido: 2:241/7902.1            *
  144. *      Forchenweg 14    W-7900 Ulm/Donau     Voice: 0731-6021657           *
  145.