home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / POP3D09A / WHATSNEW.TXT < prev   
Text File  |  1997-06-18  |  3KB  |  89 lines

  1. 0.9a:
  2. Bugfix. Usersfile was not closed.
  3. Codepage ISO was corrected. Now it works perfectly like others.
  4.  
  5. 0.9:
  6. Checking secondary login is changed using semaphore \\SEM32\\POP3DLOGON
  7.  
  8. More security added in login part like UNIX pop3d.
  9.  
  10. Now you can add users without restart of POP3D. Users are loaded dynamically.
  11. (Thanks to alex@penza.sura.com.ru)
  12.  
  13. New feature enabled: For *REMOTE* users POP3D checks username in 
  14. an address of recipient.
  15. Example: Remote domain 'test.vdonsk.ru' has four users: postmaster,
  16. root, Andy and Kira.
  17. ------ USERS.POP -------
  18. # Records for Andy and Kira define two mailboxes.
  19. Andy    =    Andy@test    =    Andy
  20. Kira    =    Kira@test    =    Kira
  21. # All other letters we send to postmaster
  22. test    =    !Andy,!Kira,*@test    =    test
  23. ------ USERS.POP -------
  24. (Thanks to my friend and colleague Serg Bondarenko)
  25.  
  26. 0.8e:
  27. Now POP3D assumes Ache mailbox is in 866 codepage, Kendra mailbox is
  28. in Koi8-r.
  29. (Thanks to Andy Igoshin <ai@baza2.voronezh.su>)
  30.  
  31. 0.8d:
  32. If you set '-t' parameter into 'SENDMAIL' string then POP3D thinks that
  33. a mailer is clever and skippes parsing of fields 'To:', 'From:', 'Cc:',
  34. 'Bcc:' and creates one sending file only. For UUPC/Extended compability.
  35. (Thanks to Eilko Bronsema <eilko@ebbs.iaehv.nl>)
  36.  
  37. First blank lines stripped in XTND XMIT command (MR2ICE 1.26 bug).
  38.  
  39. >>>>>>>> Warning ON >>>>>>>>
  40.  
  41. If You use UUPC/Ext and transmit a mail via POP3D beware strings in header:
  42. Resend-To:,Resend-Date:,Resend-From:
  43. Rmail 1.12r drops such letters!
  44.  
  45. <<<<<<< Warning OFF <<<<<<<<
  46.  
  47. 0.8c:
  48. Sending via rmail of UUPC/Ext synchronized.
  49. SENDMAIL starts in separated session to protect pop3d face.
  50. Size field initialized during XTND XMIT command.
  51. Bug corrected if message-id field is absent and type of mailbox is UUPC/Ext.
  52. (Thanks to Eilko Bronsema <eilko@ebbs.iaehv.nl>)
  53.  
  54. 0.8b:
  55. Bug corrected in letter body if string starts with '.'.
  56. (Thanks to Dmitry Tenshov <root@tele.volsb.vdonsk.ru>)
  57. Old debug feature removed. If SpoolDir was not '\UUCP\SPOOL'
  58. daemon beepped a triple with "Error! Error!" message.
  59. (Thanks to Eilko Bronsema <eilko@ebbs.iaehv.nl>)
  60.  
  61. 0.8a:
  62. Now you may not tune a charset to user. In this case letters stay
  63. non-touched.
  64.  
  65. 0.8:
  66. Parameter 'SENDMAIL' in pop3d.cfg added. It's used for mail sending
  67. what POP3D receives. Case sensitivity!.
  68.  
  69. Syntax for UUCP/2, UUPC/@:
  70. SENDMAIL=\UUCP\rmail.exe -R$sender -F$file $recipient
  71. Syntax for UUPC/Ext:
  72. SENDMAIL=\UUCP\rmail.exe -F$file -t
  73.  Reserved words:
  74.    $sender    - Sender of letter
  75.    $file      - Temporary file in DELIVER_AGENT directory
  76.    $recipient - Recipient of letter
  77. Don't use I/O stream redirecting symbols '<', '>' in string. It's not works.
  78.  
  79. Important!
  80. Don't forget to set environment variable 'UUPCSYSRC' before start
  81. POP3D if you want to transmit e-mail through POP3D via rmail.
  82.  
  83. 0.7:
  84. APOP command added
  85.  
  86. 0.6:
  87. UUPC/Extended compability added
  88. (Thanks to Boris Popov <bp@butya.alma-ata.su>)
  89.