Mercurial > masqmail
diff NEWS @ 230:4f999b3ee49d 0.3.0
updated ChangeLog and NEWS
also imported the entries from the 0.2 branch
author | meillo@marmaro.de |
---|---|
date | Fri, 23 Jul 2010 22:00:01 +0200 |
parents | 27363b36a28c |
children | c28e8dfebfc3 |
line wrap: on
line diff
--- a/NEWS Fri Jul 23 21:57:59 2010 +0200 +++ b/NEWS Fri Jul 23 22:00:01 2010 +0200 @@ -9,9 +9,76 @@ 0.3.0 -- Started a new development branch. Attention: It will not maintain -compatibility with 0.2.x versions. Upgrading from 0.2.x to 0.3.x will -surely require manual adjustment of the configuration. +- Start of the new development branch. Attention: Backward +compatibility with 0.2.x versions will *NOT* be maintained. Upgrading +from 0.2.x to 0.3.x will probably require manual adjustment of the +configuration. The script admin/config-tansition can be used to check +the config files for obsolete options. + +- Removed POP3 support (also pop-before-smtp/smtp-after-pop). Use some +other POP3 client instead. + +- Removed maildir support. Use an MDA, like procmail, to deliver to +maildir. + +- Removed the built-in mserver functionality. Use the mservdetect +program instead. See masqmail.conf(5) under `online_pipe' for details. + +- Removed --disable-smtp-server and --with-glib-static configure +options. We see no more need to not compile the SMTP server function. +For static linking, see docs/howto-static-linking. + +- `host_name' is the only mandatory config option now. If you only set +host_name, then masqmail will: + o accept mail on the command line + o listen on the local port 25 for incoming mail + o deliver mail locally + o not know how to handle mail for remote destinations +Therefore you should set up at least one route configuration. + +- Default values are available for: listen_addresses, local_hosts, +log_dir, spool_dir, mail_dir. See masqmail.conf(5) for the values. + +- Mservdetect works much better now. + +- Improved the documentation: + o Added setup guides + o Improved and simplified the example config +And removed the old manual because it is really outdated now. + +- Renamed misc/ to devel/ and contrib/ to admin/. devel/ contains +stuff for developers of masqmail, admin/ contains stuff for people who +install, upgrade, and configure masqmail. + + +0.2.28 + +- Added STARTTLS support with external wrappers like OpenSSL. See +`wrapper' and `instant_helo' in masqmail.route(5) for examples how to +use it. `instant_helo' is a new route config option. + + +0.2.27 + +- Replaced contributed code with possible licensing problems with +alternatives. The MD5 implementation changed from the reference +implementation of RFC 1321 to the Public Domain implementation of +Solar Designer. The HMAC-MD5 implementation changed from the reference +implementation of RFC 2104 to an own implementation (ISC License). + +- Added the authors of contributed parts to the AUTHORS file. + + +0.2.26 + +- Write a log message when the daemon starts up. Thanks to Juergen +Daubert. + +- Fix handling of --with-liblockfile=no or --without-liblockfile for +configure script. Thanks to Nico Roeser. + +- Improved the INSTALL file and some man pages. Thanks to Nico Roeser +Improved the documentation of the wrapper option of route files. 0.2.25