Mercurial > masqmail
comparison NEWS @ 253:c28e8dfebfc3
updated ChangeLog and NEWS
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 04 Nov 2010 14:36:47 -0300 |
parents | 4f999b3ee49d |
children | 05fa719b7002 |
comparison
equal
deleted
inserted
replaced
252:1b25fabdc3cb | 253:c28e8dfebfc3 |
---|---|
3 | 3 |
4 See ChangeLog file for more details and technical changes that don't | 4 See ChangeLog file for more details and technical changes that don't |
5 affect users directly. | 5 affect users directly. |
6 | 6 |
7 The manual pages describe newly added options. Take them for reference. | 7 The manual pages describe newly added options. Take them for reference. |
8 | |
9 | |
10 0.3.1 | |
11 | |
12 - Changed the SMTP greeting behavior to match RFC 2821 (always try | |
13 EHLO first). Now always an EHLO greeting is sent first, no matter what | |
14 kind of greeting text the server had sent. If the EHLO failes, an HELO | |
15 greeting is tried as fall back. This change will fix setups in which | |
16 it hadn't been possible to send mail because the server required AUTH | |
17 but hadn't said ``ESMTP'' in its greeting message. Thanks to inne for | |
18 pointing me on that. This fixes also Debian bug #349211. | |
19 | |
20 - The postmaster address is now matched caseless, as required by RFC. | |
21 | |
22 - The command line option -m is recognized now (although ignored). | |
23 Unknown -oXXX options are ignored. Some software (like spost of nmh) | |
24 calls the MTA with -m. This is mainly a relict of old sendmail times | |
25 but needed for compatibility. | |
26 | |
27 - Renamed the config file option `alias_local_caseless' to | |
28 `caseless_matching' because the option affects any address matching. | |
29 | |
30 - Renamed the default route for the local network to | |
31 `default local_net_route'. This is only of interest for log/debug file | |
32 studies. | |
33 | |
34 - Improved and updated the man page for masqmail(8), especially in | |
35 respect to -oem which appears to be wrongly implemented. Minor | |
36 improvements of debug messages. | |
8 | 37 |
9 | 38 |
10 0.3.0 | 39 0.3.0 |
11 | 40 |
12 - Start of the new development branch. Attention: Backward | 41 - Start of the new development branch. Attention: Backward |