masqmail
diff NEWS @ 230:4f999b3ee49d
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 diff
1.1 --- a/NEWS Fri Jul 23 21:57:59 2010 +0200 1.2 +++ b/NEWS Fri Jul 23 22:00:01 2010 +0200 1.3 @@ -9,9 +9,76 @@ 1.4 1.5 0.3.0 1.6 1.7 -- Started a new development branch. Attention: It will not maintain 1.8 -compatibility with 0.2.x versions. Upgrading from 0.2.x to 0.3.x will 1.9 -surely require manual adjustment of the configuration. 1.10 +- Start of the new development branch. Attention: Backward 1.11 +compatibility with 0.2.x versions will *NOT* be maintained. Upgrading 1.12 +from 0.2.x to 0.3.x will probably require manual adjustment of the 1.13 +configuration. The script admin/config-tansition can be used to check 1.14 +the config files for obsolete options. 1.15 + 1.16 +- Removed POP3 support (also pop-before-smtp/smtp-after-pop). Use some 1.17 +other POP3 client instead. 1.18 + 1.19 +- Removed maildir support. Use an MDA, like procmail, to deliver to 1.20 +maildir. 1.21 + 1.22 +- Removed the built-in mserver functionality. Use the mservdetect 1.23 +program instead. See masqmail.conf(5) under `online_pipe' for details. 1.24 + 1.25 +- Removed --disable-smtp-server and --with-glib-static configure 1.26 +options. We see no more need to not compile the SMTP server function. 1.27 +For static linking, see docs/howto-static-linking. 1.28 + 1.29 +- `host_name' is the only mandatory config option now. If you only set 1.30 +host_name, then masqmail will: 1.31 + o accept mail on the command line 1.32 + o listen on the local port 25 for incoming mail 1.33 + o deliver mail locally 1.34 + o not know how to handle mail for remote destinations 1.35 +Therefore you should set up at least one route configuration. 1.36 + 1.37 +- Default values are available for: listen_addresses, local_hosts, 1.38 +log_dir, spool_dir, mail_dir. See masqmail.conf(5) for the values. 1.39 + 1.40 +- Mservdetect works much better now. 1.41 + 1.42 +- Improved the documentation: 1.43 + o Added setup guides 1.44 + o Improved and simplified the example config 1.45 +And removed the old manual because it is really outdated now. 1.46 + 1.47 +- Renamed misc/ to devel/ and contrib/ to admin/. devel/ contains 1.48 +stuff for developers of masqmail, admin/ contains stuff for people who 1.49 +install, upgrade, and configure masqmail. 1.50 + 1.51 + 1.52 +0.2.28 1.53 + 1.54 +- Added STARTTLS support with external wrappers like OpenSSL. See 1.55 +`wrapper' and `instant_helo' in masqmail.route(5) for examples how to 1.56 +use it. `instant_helo' is a new route config option. 1.57 + 1.58 + 1.59 +0.2.27 1.60 + 1.61 +- Replaced contributed code with possible licensing problems with 1.62 +alternatives. The MD5 implementation changed from the reference 1.63 +implementation of RFC 1321 to the Public Domain implementation of 1.64 +Solar Designer. The HMAC-MD5 implementation changed from the reference 1.65 +implementation of RFC 2104 to an own implementation (ISC License). 1.66 + 1.67 +- Added the authors of contributed parts to the AUTHORS file. 1.68 + 1.69 + 1.70 +0.2.26 1.71 + 1.72 +- Write a log message when the daemon starts up. Thanks to Juergen 1.73 +Daubert. 1.74 + 1.75 +- Fix handling of --with-liblockfile=no or --without-liblockfile for 1.76 +configure script. Thanks to Nico Roeser. 1.77 + 1.78 +- Improved the INSTALL file and some man pages. Thanks to Nico Roeser 1.79 +Improved the documentation of the wrapper option of route files. 1.80 1.81 1.82 0.2.25