home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / popdlagt.zip / readme.txt < prev   
Text File  |  1998-05-31  |  3KB  |  79 lines

  1. POPDLAGT readme
  2. ---------------
  3.  
  4. 1. Copyright
  5.  
  6. Popdlagt is copyright Ian G. Gosling 1997. All rights reserved.
  7.  
  8.  
  9. 2. Licence
  10.  
  11. This program is freeware. You are hereby granted a non-exclusive licence
  12. to use popdlagt.exe. You may distribute the program freely, but you may 
  13. not modify the code, nor omit any files from the original distribution.
  14. You may nor assign or sublicence the licence, not make any 
  15. charge for the use of the program. This licence is granted "as is". By your
  16. use of the program you indicate that you understand and accept that 
  17. there is no warranty express or implied. The author does not warrant that 
  18. the program will work as indicated or without flaw, nor that it is fit for
  19. any particular purpose. The user uses the program at his own risk. The 
  20. author will not be liable for damages caused directly by or consequential 
  21. to the use of the program, even if you have been advised of the possibility
  22. of such damages.
  23.  
  24.  
  25. 3. Overview
  26.  
  27. This is an alternative for the delivery agent, popsmail.exe, version 0.10, 
  28. supplied as part of the public distribution of the POP3 mail server 
  29. os2pops. Compiled from C language source, it overcomes problems of zero 
  30. length and infinite length files reported by some users.
  31.  
  32. This program has been run successfully on OS/2 Warp versions 3 and 4. 
  33. I haven't tested it on version 2.11, but you are free to try it and see.
  34.  
  35. 4. Installation and usage
  36.  
  37. 4.1 If you don't already have os2pops, download and install it first. It is 
  38. obtainable from
  39.  
  40. ftp://ftp.raleigh.ibm.com/pub/products/os2pops
  41.  
  42. Follow the installation instructions which come with it. Remember when
  43. editing your sendmail.cf, do not use an editor which substitutes spaces for
  44. tabs, otherwise your sendmail will not work. This rules out tedit and epm. 
  45. The OS/2 system editor, e.exe, is safe to use for this purpose.
  46.  
  47. 4.2 Now copy popdlagt.exe to the os2pops root directory, i.e. the same 
  48. directory where os2pops.exe and popsmail.exe are.
  49.  
  50. 4.3 Edit your sendmail.cf as you did when installing os2pops. Just 
  51. substitute "popdlagt" for "popsmail" in the "Mlocal" line (without the
  52. quotes. You should end up with something like this:
  53.  
  54. Mlocal, P=d:\os2pops\popdlagt.exe, F=lsDFP, S=10, R=20, A=d:\os2pops $u $f
  55.  
  56. The path name will vary depending on where you installed os2pops.
  57.  
  58. 4.4 Now kill off sendmail.exe if it is running, and restart it. (If it is 
  59. running as a detached process, and you don't have a process killer 
  60. program, you can reboot your system to the same effect.)
  61.  
  62. 4.5 That's all! Send some test emails to your os2pops account and see if
  63. they arrive. Hopefully you will be happy.
  64.  
  65.  
  66. 5. Support
  67.  
  68. This program is provided without support of any kind. Much as I would like
  69. to help you all out, I am much too busy with my day job. I don't guarantee
  70. to reply to emails. For problems with installing os2pops, see the os2pops
  71. home page and discussion list at
  72.  
  73. http://www.raleigh.ibm.com/misc/os2pops.
  74.  
  75. If you can install os2pops successfully (it is not that hard), you should 
  76. already know more than enough to install this one successfully too.
  77.  
  78. If you find a bug and can pinpoint the exact cause, let me know at
  79. egosling@ntu.edu.sg and it may get fixed if I have some spare time.