Mercurial > masqmail
comparison NEWS @ 287:9d88a7d55f53
updated ChangeLog and NEWS
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 07 Dec 2010 19:20:11 -0300 |
parents | 05fa719b7002 |
children | 95d536599fd7 |
comparison
equal
deleted
inserted
replaced
286:e2f6eefbd573 | 287:9d88a7d55f53 |
---|---|
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 | 8 |
9 | 9 |
10 0.3.1 | 10 0.3.1 |
11 | 11 |
12 - Changed the SMTP greeting behavior to match RFC 2821 (always try | 12 - Changed the SMTP greeting behavior to match RFC 2821 (always try EHLO |
13 EHLO first). Now always an EHLO greeting is sent first, no matter what | 13 first). Now always an EHLO greeting is sent first, no matter what kind of |
14 kind of greeting text the server had sent. If the EHLO failes, an HELO | 14 greeting text the server had sent. If the EHLO failes, an HELO greeting |
15 greeting is tried as fall back. This change will fix setups in which | 15 is tried as fall back. This change will fix setups in which it hadn't |
16 it hadn't been possible to send mail because the server required AUTH | 16 been possible to send mail because the server required AUTH but hadn't |
17 but hadn't said ``ESMTP'' in its greeting message. Thanks to inne for | 17 said ``ESMTP'' in its greeting message. Thanks to inne for pointing me |
18 pointing me on that. This fixes also Debian bug #349211. | 18 on that. This fixes also Debian bug #349211. |
19 | 19 |
20 - The postmaster address is now matched caseless, as required by RFC. | 20 - The postmaster address is now matched caseless, as required by RFC. |
21 | |
22 - Command line address arguments are now added to the recipient | |
23 list instead of substracted, when -t is used. This coveres a rare | |
24 corner-case. It is a change from exim's behavior to postfix's. | |
25 | |
26 - Several changes were made related to the operation modes: The situation | |
27 within the modes was made clear (see man page of masqmail(8)). If more | |
28 than one mode is specified then masqmail aborts. For the default operation | |
29 mode ``accept messages on stdin'' the command line switch -bm was added | |
30 (similar to othe MTAs). If masqmail is called without arguments, the | |
31 version information is printed now. | |
21 | 32 |
22 - The command line option -m is recognized now (although ignored). | 33 - The command line option -m is recognized now (although ignored). |
23 Unknown -oXXX options are ignored. Some software (like spost of nmh) | 34 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 | 35 calls the MTA with -m. This is mainly a relict of old sendmail times |
25 but needed for compatibility. | 36 but needed for compatibility. |
27 - The implementation of the command line option -oem had been | 38 - The implementation of the command line option -oem had been |
28 weird. Now specifying -oem or -oee results in a (some kind of dumb but) | 39 weird. Now specifying -oem or -oee results in a (some kind of dumb but) |
29 logical behavior. Common users will probably not notice any difference. | 40 logical behavior. Common users will probably not notice any difference. |
30 The changes affect only the exit code of the corner-case: Calling masqmail | 41 The changes affect only the exit code of the corner-case: Calling masqmail |
31 with -oem but without -oi/-i while submitting messages on stdin. | 42 with -oem but without -oi/-i while submitting messages on stdin. |
43 | |
44 - Fixed the recognition of lists of unqualified addresses in headers | |
45 when using -t. E.g. `To: alice, bob'. | |
32 | 46 |
33 - Renamed the config file option `alias_local_caseless' to | 47 - Renamed the config file option `alias_local_caseless' to |
34 `caseless_matching' because the option affects any address matching. | 48 `caseless_matching' because the option affects any address matching. |
35 | 49 |
36 - Renamed the default route for the local network to | 50 - Renamed the default route for the local network to |