masqmail
diff 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 |
line diff
1.1 --- a/NEWS Thu Nov 04 13:43:44 2010 -0300 1.2 +++ b/NEWS Thu Nov 04 14:36:47 2010 -0300 1.3 @@ -7,6 +7,35 @@ 1.4 The manual pages describe newly added options. Take them for reference. 1.5 1.6 1.7 +0.3.1 1.8 + 1.9 +- Changed the SMTP greeting behavior to match RFC 2821 (always try 1.10 +EHLO first). Now always an EHLO greeting is sent first, no matter what 1.11 +kind of greeting text the server had sent. If the EHLO failes, an HELO 1.12 +greeting is tried as fall back. This change will fix setups in which 1.13 +it hadn't been possible to send mail because the server required AUTH 1.14 +but hadn't said ``ESMTP'' in its greeting message. Thanks to inne for 1.15 +pointing me on that. This fixes also Debian bug #349211. 1.16 + 1.17 +- The postmaster address is now matched caseless, as required by RFC. 1.18 + 1.19 +- The command line option -m is recognized now (although ignored). 1.20 +Unknown -oXXX options are ignored. Some software (like spost of nmh) 1.21 +calls the MTA with -m. This is mainly a relict of old sendmail times 1.22 +but needed for compatibility. 1.23 + 1.24 +- Renamed the config file option `alias_local_caseless' to 1.25 +`caseless_matching' because the option affects any address matching. 1.26 + 1.27 +- Renamed the default route for the local network to 1.28 +`default local_net_route'. This is only of interest for log/debug file 1.29 +studies. 1.30 + 1.31 +- Improved and updated the man page for masqmail(8), especially in 1.32 +respect to -oem which appears to be wrongly implemented. Minor 1.33 +improvements of debug messages. 1.34 + 1.35 + 1.36 0.3.0 1.37 1.38 - Start of the new development branch. Attention: Backward