home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / vmsnet / mail / pmdf / 2643 / text0000.txt < prev   
Encoding:
Text File  |  1992-11-20  |  3.2 KB  |  75 lines

  1. In the past few days I've been getting messages from POSTMASTER complaining
  2. about foreign protocols such as EDU% and COM%.  Then just today, I got a message
  3. in which the VMS From: address began with BITNET% and suddenly it all began to
  4. make sense.  Somehow local mail delivery for JNET mail was being routed through
  5. the JNET local delivery system, not PMDF.
  6.  
  7. I checked the appropriate LMD.LOG file and found this:
  8.  
  9. >$ ! LMD.COM - Command file for the Jnet Local Mail Delivery Daemon
  10. >$ ! This version invokes the PMDF server BN_SLAVE instead of the server
  11. >$ ! provided with Jnet.  This version is for Jnet V3.5.
  12. >$ !
  13. >$ set noon
  14. >$ !
  15. >$ ! Uncomment these to make ALL-IN-1 messages repliable
  16. >$ ! define/system/exec/nolog mail$protocol__jnet jan_jmailprot
  17. >$ ! define/system/exec/nolog mail$protocol__profs jan_profsprot
  18. >$ ! define/system/exec/nolog mail$protocol__zip jan_zipprot
  19. >$ ! define/nolog jan_mailprot _JNET%
  20. >$ ! define/nolog jan_profsmailprot _PROFS%
  21. >$ ! define/nolog jan_zipmailprot _ZIP%
  22. >$ !
  23. >$ set default jan_sys:
  24. >$ define sys$scratch jan_sys:
  25. >$ !
  26. >$ if f$search("JAN_SPOOL:FANOUT.RSC*") .nes. "" .and. -
  27. >        f$search("JAN_SYS:FANOUT.PAR") .eqs. "" then create jan_sys:fanout.par
  28. >$ if f$search("JAN_SYS:FANOUT.PAR") .nes. "" then run -
  29. >        /noaccounting /process_name="Fanout_Daemon" /error=jan_log:fanout.err -
  30. >        /output=jan_log:fanout.err jan_sys:fno ! /priority=n
  31. >%RUN-S-PROC_ID, identification of created process is 2020012E
  32. >$ run /noaccounting /process_name="Profs_Daemon" /error=jan_log:profs.err -
  33. >        /output=jan_log:profs.err jan_sys:profsin ! /priority=n
  34. >%RUN-S-PROC_ID, identification of created process is 2020012F
  35. >$ !
  36. >$ if f$search("PMDF_ROOT:[EXE]BN_SLAVE.EXE") .eqs. "" then goto old_server_1
  37. >$ new_server:
  38. >$ if f$logical ("PMDF_RESTART_BN_SLAVE") .nes. "" then -
  39. >  deassign/system PMDF_RESTART_BN_SLAVE
  40. >$ if f$trnlnm("PMDF_DISABLE_BN_SLAVE") .nes. "" then goto old_server_2
  41. >$ define/user jan_sys jan_spool, jan_root:[sys]
  42. >$ define/user pmdf_channel "bit_local"
  43. >$ pmdf_jan_node = f$edit(f$logical("JAN_LOCAL_NODE"),"COLLAPSE")
  44. >$ define/user pmdf_output pmdf_root:[log]bn_slave_IITVAX1.log
  45. >$ run pmdf_root:[exe]bn_slave.exe
  46. >%PAS-F-HALT, HALT procedure called
  47. >%TRACE-F-TRACEBACK, symbolic stack dump follows
  48. >module name     routine name                     line       rel PC    abs PC
  49. >                                                           0005006B  0005006B
  50. >                                                           000BE0C3  000BE0C3
  51. >BN_SLAVE        CHECK_REPLY                      3497      00000044  00001AB4
  52. >BN_SLAVE        BN_SLAVE                         4115      00001490  00003AFC
  53. >$ if $status .eq. %X20B4 then goto new_server
  54. >$ !
  55. >$ old_server_1:
  56. >$ mail NL: _SYSTEM /noself -
  57. >  /subj="JMAILPROT started instead of PMDF as Jnet LMD server"
  58. >$ !
  59. >$ old_server_2:
  60. >$ ! define jan_mailprot "BITNET%"
  61. >$ loop:
  62. >$ show time
  63. >  19-NOV-1992 21:18:12
  64. >$ mail/protocol=jan_jmailprot
  65. >%MAIL-E-NOSUCHUSR, no such user YYYY at node KARL
  66. >%MAIL-E-NOSUCHUSR, no such user WALLAU at node KARL
  67. >%MAIL-E-NOSUCHUSR, no such user ASDFASDF at node KARL
  68.  
  69. The log file has this message:
  70.  
  71. >19-NOV-92  21:18:07: Unexpected fatal internal MM_ error
  72. > -- no addressees
  73.  
  74. This is PMDF V4.1.  Any ideas what could cause this?
  75.