home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / elm23-2.zip / ELMPOP.FAQ < prev    next >
Text File  |  1995-03-08  |  5KB  |  143 lines

  1. Frequently Asked Questions for setting up Elm+POP using OS/2 Warp IAK, 
  2. version 1.02.
  3.  
  4. By Modem Biker, mdmbkr@qnet.com.
  5.  
  6. Index:
  7. I. Credits
  8. II. Introduction
  9. III. How to set up Elm+POP
  10. IV. Other things
  11.  
  12. I. Credits
  13. People who contributed to the FAQ:
  14.  
  15. Lachlan O'Dea - figured out time zone settings, thanks!
  16. Nuisance, on IRC, for pointing out some path errors and other
  17.     trivial things :)
  18.  
  19. Special Thanks:
  20. villeww, the most patient guy on IRC...
  21.  
  22.  
  23. II. Introduction:
  24.     Elm was originally a UNIX based mail reader/sender.  At the time, 
  25. it was a vast improvement over UNIX's original 'mail' program, which 
  26. sucked.  Today, many people use Pine, though I still prefer Elm.
  27.     Anyways, Elm was recently ported to OS/2 for use with the IAK 
  28. (Internet Access Kit).  By itself, Elm can be used on a network with a
  29. full time link, but doesn't work too well with a PPP modem dialout or 
  30. other temporary connection.  This is where POP Client comes in.  When 
  31. used in conjunction with Elm, one can have a very functional and powerful 
  32. mail system based on POP3 and using Elm as their reader.
  33.     Following are step-by-step instructions for getting it to work.  (BTW,
  34. you may have noticed that this isn't a FAQ, I just call it that anyways.. :^)
  35.  
  36. III. How to set up Elm+POP:
  37.  
  38. First, you will need to get three things:  The Elm program, the POP 
  39. Client, and EMX (including run-time files).  These can all be found 
  40. on the Hobbes FTP site:
  41.  
  42. hobbes.nmsu.edu:/os2/unix/popcl221.zip          The Pop Client
  43. hobbes.nmsu.edu:/os2/unix/elm23_2.zip           The Elm program
  44. hobbes.nmsu.edu:/os2/unix/emx09a/emxrt.zip      EMX
  45.  
  46.     When you get the files, do the following:
  47.     a) unzip emxrt.zip into \os2\dll
  48.     b) unzip elm23_2.zip into \elm (make the directory) 
  49.         (be sure to use the -d option when unzipping)
  50.     c) unzip popcl221.zip into \elm
  51.  
  52. Now, go to the \elm directory and copy the following files into \tcpip\bin:
  53.     POPCLIENT.EXE
  54.     POPCLID.CMD
  55.  
  56. Then modify popclid.cmd to reflect your system (this should be fairly 
  57.     self-explanatory).
  58. The only thing to note is that mda_path should be set to 'filter.exe' 
  59.     and mda_args should be set to '-v -u username'  where username 
  60.     is your login ID.
  61.  
  62. Now you will need to edit your config.sys and add several environment 
  63. variables:
  64.  
  65.     SET TERM=ansi
  66.     SET TERMCAP=D:\ELM\BIN\TERMCAP.DAT
  67.     SET UUPCSYSRC=D:\ELM\ELM-TCP.RC
  68.     SET UUPCUSRRC=D:\ELM\ELM-TCP.RC
  69.  
  70. Also add the following to your PATH statement:
  71.  
  72.     \ELM\BIN;
  73.  
  74. Next, edit \elm\elm-tcp.rc to reflect your system (should be fairly 
  75.     self-explanatory).
  76. Be sure to create the directory \tcpip\home.
  77.  
  78. Finally, copy \tcpip\etc\sendmail.uml to \tcpip\etc\sendmail.cf.  Edit 
  79. sendmail.cf to reflect your system; this may need some tweaking.  One
  80. thing to watch out for: be sure to leave the V_ heading for each line 
  81. (where _ represents a letter).  For example:
  82.  
  83. # The unqualified (domain-less) name of the mail relay
  84. DVpop3   
  85. # Notice the 'DV' before 'pop3'.
  86.  
  87. # The fully-qualified domain name of the mail hub
  88. DHhub.qnet.com
  89. # Again, notice the 'DH' before 'hub.qnet.com'.
  90.  
  91. # Official canonical hostname.
  92. Djlute.qnet.com
  93. # This time, it's 'Dj'.  I'm not sure if the case matters, but I decided 
  94. # not to fool with it.
  95.  
  96.  
  97. When you're done doing all of this, reboot.  Connect to your service, 
  98. and run Elm.  Hit 'o' from the menu, and enter 'builtin' in the 
  99. 'Display mail using' field.  Then hit '>' to save the change and hit 
  100. 'i' to return to the menu.  Now hit 'q' to quit Elm.
  101.  
  102. This should get you set up just fine.  If you have any problems, email 
  103.     me at mdmbkr@qnet.com.
  104.  
  105. IV. Other things
  106.     1. PMBiff
  107.         PMBiff is the equivalent of X-Biff.  It is a small (37k) 
  108.     program that displays a little mailbox icon on your screen.  If 
  109.     you have mail, the flag on the mailbox goes up and a .WAV file 
  110.     of your choice is played.  Nice.
  111.     2. Timezones
  112.         The time is automatically stamped to all messages that 
  113.     you send.  This is done in two ways: 1) the LOCAL time is stamped, 
  114.     and 2) The time in relation to GMT is stamped.  In order to get a 
  115.     correct GMT stamp, you must set the TZ environment variable.  It 
  116.     is done in a way very much like that of Unix, since the TZ variable 
  117.     is actually used by EMX, not Elm (EMX is a library originally created 
  118.     for Unix systems).  Here is the syntax:
  119.  
  120.     SET TZ = (local timezone)(hours away from Greenwich)(daylight
  121.         savings timezone)(hours away from Greenwich during DS)
  122.         (date of DS start)(date of DS end)
  123.  
  124.         If you live to the east of Greenwich, use -N hours.  If you live
  125.     to the west, use +N hours.
  126.  
  127.     Example:
  128.         SET TZ = EST+8EDT+7,M10.1.0,M4.1.0
  129.  
  130.         This would set the time zone to Eastern Standard Time, 8 hours 
  131.     west of Greenwich, and 7 hours west during Daylight savings time.  
  132.     Daylight savings would go into effect on the 10th of October, and end
  133.     on the 4th of January.
  134.  
  135.         More information is available in the Unix man pages for C 
  136.     functions.
  137.  
  138.  
  139.  
  140. Well, that's it.. I hope this has been helpful.  If you have any problems, 
  141. don't hesitate to email me at mdmbkr@qnet.com.
  142.  
  143.  --Modem Biker