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