home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mr2iuucp.zip / UUPC.TXT < prev   
Text File  |  1996-10-23  |  3KB  |  75 lines

  1. Installing UUPC support.
  2.  
  3. First you must have a working UUPC setup.
  4.  
  5. The getmail.cmd and postmail.cmd files go in the MR2\mail directory.
  6. The UNMBOX.EXE program should either go in the MR/2 ICE directory or
  7. somewhere on the PATH.
  8.  
  9. In the MR/2 ICE Network Settings change the Read mail and Deliver mail
  10. to Custom. Also add a valid directory to the SMTP Settings Mail Dir.
  11. Make sure this directory is empty otherwise MR/2 will attempt to
  12. interpret every file as an incoming mail file. The GETMAIL.CMD file
  13. must be edited to have the same SMTP Mail Dir. This directory MUST be
  14. created before running the UUPC support.
  15.  
  16. NOTES
  17.  
  18. The UNMBOX program relies on the "fromsep" variable being set in the
  19. UUPC configuration files. This is the default so unless "nofromsep" is
  20. specified it should be okay. I would recommned not using "nofromsep" as
  21. it makes parsing the UUPC mailbox very difficult - if you receive mail
  22. lists in digest form it would be very hard to split the mail nessages
  23. properly due to the extra headers in digests! If you want the
  24. "nofromsep" logic please send me an example mailbox in "nofromsep"
  25. format so I can derive the best rules to split it.
  26.  
  27. The UNMBOX program renames the UUPC mailbox so as to avoid a clash with
  28. UUPC writing new mail. If it cannot rename the mailbox it will exit
  29. with no message and you can try again to collect mail later.
  30.  
  31. TROUBLESHOOTING:
  32.  
  33. The UNMBOX program uses the following settings from the UUPC
  34. config files:
  35.  
  36. MailExt
  37. ConfDir
  38. MailDir
  39. Mailbox
  40.  
  41. nake sure that at least Confdir and Mailbox are defined.
  42.  
  43. NOTE: the UUPCUSRRC variables overide the UUPCSYSRC settings.
  44.  
  45. The environment variable UNMB_MAIL overides the UUPC config file
  46. settings. 
  47.  
  48. e.g.
  49. SET MAIL=c:\user\mail\miket.mai
  50. unmbox
  51.  
  52. ERROR MESSAGES: (saved in MAIL\GETMAIL.ERR)
  53.  
  54. error - cannot find UUPC mailbox
  55.  
  56. It appears that it couldn't find your UUPC mailbox.
  57. Please ensure that UUPC works. Try the mail.exe that comes with UUPC
  58. and if it works then you can try the UNMB_MAIL environment variable.
  59. Please let me know if this error occurs and the UUPC mail program can
  60. find the mail!
  61.  
  62. error - cannot open new file for mail
  63.  
  64. This happens if the SMTP mail directory does not exist. Create the
  65. directory and try again.
  66.  
  67. unmbox: error - cannot open file for error message
  68.  
  69. There is no directory called MAIL for the MAIL\GETMAIL.ERR file to be
  70. created.
  71.  
  72. usage: unmbox <SMTP directory>
  73.  
  74. UNMBOX requires the SMTP Mail Directory as a parameter.
  75.