home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / pop3d14b.zip / README < prev    next >
Text File  |  1995-07-26  |  3KB  |  109 lines

  1. ------------------------------------------------------------------------------
  2.  
  3.                           POP3D Version 1.4
  4.                   OS/2 POP3 server for IBM's TCP/IP
  5.  
  6.                       (c) Andrey Iliynikh- ai@casper.che.nsk.su
  7.  
  8.                                     README
  9.  
  10. ------------------------------------------------------------------------------
  11. What it is
  12. ==========
  13.  
  14. POP3D is server which allows workstation to retrieve mail according to 
  15. RFC 1725. 
  16. POP3D requires OS/2 version 2.0 or later, and IBM's TCP/IP v1.2.1
  17. or later. POP3DC works with superserver inetd.
  18.  
  19.  
  20. What it does.
  21. ============
  22.  
  23. POP3D is listening to TCP port 110. When client host wishes to deliver mail,
  24. POP3D checks client's login and password stored in the file "mailaddr".
  25. Put "mailaddr" into the "ETC" directory.
  26. This file also includes list of maildirs. POP3D browses user's directory
  27. and send mail to client.
  28. In this file you should list your server's users. For
  29. example: 
  30.  
  31. #User      Directory      Password
  32. nobody    d:\mail\bad    
  33. ai        d:\mail\ai     andrey
  34. joe       d:\mail\joe    123
  35. ...
  36.  
  37. user ai has mail directory d:\mail\ai and  password- andrey.
  38. First line in the file indicates the mail directory for bad mail.
  39. Unregistered version supports only 5 users.
  40.   File pop3d.log includes log information. pop3d.exe creates this file 
  41. automaticaly.
  42.  
  43.  
  44. Working with sendmail.exe
  45. ==============================
  46.  
  47. POP3D works with sendmail.exe. Unfortunely, sendmail.exe can not
  48. put mail into different directory. Mailstr.exe copies files from
  49. standart input into user's directory. 
  50.  
  51. You must edit local mailer section in the file "sendmail.cf":
  52.  
  53. ####################################################################
  54. Mlocal, P=d:\pop3d\mailsrt.exe, F=lsDFP,  S=10, R=20, A=d:\tcpip\etc $u
  55. ####################################################################
  56.  
  57. A=d:\tcpip\etc      -path to file "mailaddr"
  58. NOTE:   You must use an editor that preserves TAB characters.  Do NOT use
  59.         the EPM or TEDIT editors that come with OS/2 - they expand TABs
  60.         into spaces and will cause the configuration file to be useless.
  61.         The E editor is OK. Make copy sendmail.cf befor editing!
  62.  
  63. You could check mailsrt run
  64. type filename|mailsrt.exe d:\tcpip\etc user
  65. d:\tcpip\etc- path to file mailaddr.
  66. mailsrt.exe copies filename into user's directory.
  67.  
  68. How to manage it
  69. =================
  70.  
  71. Just run this program
  72.   pop3d 
  73.  
  74. NEW! Working with inetd
  75. ========================
  76. To use the POP server with inetd, one line must be added to
  77. \tcpip\etc\inetd.lst:
  78.  
  79.     pop tcp pop3dc
  80.  
  81. NOTE: Not pop3d, pop3dc!
  82. That's all, then you have to restart inetd.
  83.  
  84. Price
  85. ============
  86.  
  87. POP3D price depends on user account:
  88.  
  89. Users:  16    32    64    128   256  1024  2048
  90. Price:  $20   $25   $30   $40   $50  $60   $70
  91.  
  92. Registration
  93. ============
  94. For registration your copy run: 
  95. poprgstr.exe <YourNumber> <UserCount> <YourFullName>
  96. Here
  97.   YourNumber - unique number received after payment.
  98.   UserCount  - maximum user count
  99.   YourFullName - your name 
  100.  
  101. For example:
  102. poprgstr.exe 123456 32 Andrey Iliynikh
  103.  
  104. Now BMT Micro is registering the POP3D. File bmt.frm includes registration form.
  105.  
  106. Regards,
  107.   Andrey Iliynikh
  108.  
  109. E-mail: ai@casper.che.nsk.su