README.TXT
上传用户:dostar
上传日期:2007-01-04
资源大小:21k
文件大小:3k
源码类别:

WEB邮件程序

开发平台:

Perl

  1. Release Notes For NikoSoft WebMail
  2.   This Webmail is a simple set of PERL scripts, it works using module Mail::POP3Client,
  3. and allows to send and receive mails.
  4. The whole thing is "secured" using POP3 authentication, ie mail can't be send or retrieved
  5. without initial correct authentication.APOP and standard PASS authentication work.
  6. No need of any SQL base and so on. However, better know how PERL and CGIs work !
  7. This allows NSWM to remain simple and light, and not to require an important set of PERL modules.
  8. Supported languages
  9.   Modules exists and languages have been tested for:
  10.   - English (lang-en.pl module, core module)
  11.   - Francais (lang-fr.pl module, dev module)
  12.   - Hrvatski (lang-hr.pl module, dev module)
  13.   Anyone translating the langpack in another language is asked to send it us, please !
  14. This way we can improve NSWM.
  15. INSTALL
  16. 1- Unzip it:
  17. On performant UNIX, do a tar xvzf nswm-XXXXXX.tar.gz
  18. On Windows, use Winzip or PowerArchiver (http://www.powerarchiver.com)
  19. 2- Set up your favorite HTTP server to handle the application.
  20. For Apache:
  21. => put an Alias section as /nswm for the nswm/html directory
  22. => put a ScriptAlias section as /nswm/cgi-bin for the nswm/cgi-bin directory
  23. => put an Alias section as /nswmtemp for the /tmp/nswm directory
  24. For IIS,NES:
  25. Use the graphic interface to set it up properly. Refer to server documentation.
  26. 3- Then you have to edit config.pl file and specify your SMTP server ($SMTPserver variable).
  27. Words and paths can be set up in config.pl file.
  28. You can also choose the language.
  29. 4- PERL Modules to install if not installed:
  30. Don't forget to install Mail::POP3Client: 
  31. => perl -MCPAN -e install Mail::POP3Client on UNIX (or see at http://www.cpan.org)
  32.    or ppm Mail-POP3Client on WNT's ActivePerl (but better see at http://www.activetsate.com)
  33. Don't forget also to chmod 777 the cgi-bin/log and /tmp/nswm directories.
  34. From V. 0.6 also install MIME::Parser module
  35. From V. 0.7.5 also install MIME::Lite module
  36. Last two modules can be found in MIME-Tools module, so do:
  37. => perl -MCPAN -e install MIME-Tools
  38. CHANGELOG
  39. V. 0.7.5 07/00 bug fixes, attachment/MIME sending
  40. V. 0.7 06/00 bug fixes, imporved MIME and security
  41. V. O.6 04/00 still bug fixes, and light MIME implementation
  42. V. 0.5 02/00 more bug fixes, VRFY command to resolve email adresses thru sendmail
  43. V. 0.4 02/00 install bug fixes, quote and forward
  44. creation of autoconf.pl, quoting initial message in reply and forward
  45. V. 0.3 02/00 first public release
  46. added CC field to sendmail
  47. V. 0.2 12/99 internal release - for use on my company's intranet
  48. MIME decoding improved, since still not able to handle non-text content
  49. V. 0.1 11/99 internal release
  50. main shaping, frame structure, basic components
  51. NikoSoft - http://nikosoft.free.fr