Mercurial > masqmail
annotate ChangeLog @ 288:84ea0b1fc8f8
FIXME comment: where to log while reading the config file?
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 07 Dec 2010 19:21:44 -0300 |
parents | 9d88a7d55f53 |
children | 95d536599fd7 |
rev | line source |
---|---|
48 | 1 This ChangeLog file summarizes the (implementation) changes from the |
2 technical view. | |
41 | 3 |
4 The code repository log file provides the changes in full detail. | |
5 | |
6 Have a look at the NEWS file for a summary of the changes in a less | |
7 technical speach and with focus on compatibility. | |
8 | |
9 | |
287
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
10 0.3.1 Tue, 07 Dec 2010 17:51:27 -0300 |
253
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
11 * smtp_out.c: changed the SMTP greeting behavior to match RFC |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
12 2821 (always try EHLO first). Thanks to inne for pointing me |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
13 on that. See also Debian bug #349211 |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
14 * fail_msg.c: postmaster is now matched caseless, as |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
15 required by RFC |
287
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
16 * cmdline arguments are now added to the recipient list instead |
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
17 of substracted, when -t is used |
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
18 * print version if called without arguments (see commit message |
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
19 or code) |
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
20 * added -bm for mode accept (it's the default but the other MTAs |
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
21 have it too) |
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
22 * calling masqmail as `newaliases' is now recognized |
253
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
23 * refactored the cmdline argument processing (-m is recognized, |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
24 unknown -oXXX options are ignored now and some corner-cases |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
25 covered) |
287
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
26 * operation modes are now enforced exclusive, fail otherwise |
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
27 * -q and -qo are non-exclusive |
258
05fa719b7002
fixed -oem by removing it ;-)
markus schnalke <meillo@marmaro.de>
parents:
256
diff
changeset
|
28 * fixed -oem by removing it ;-) (see NEWS and docs/oem-option) |
287
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
29 * heavy refactoring in parse.c and deliver.c, plus various |
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
30 other refactoring |
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
31 * fixed `To: alice, bob' with -t. If rcpt headers contained |
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
32 an unqualified address followed by more addresses, they were |
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
33 not recognized. |
253
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
34 * created new functions manipulate_queue() and run_queue() |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
35 and moved code from main() |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
36 * replaced the loop-based alias_expand() with a new one that |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
37 wraps the recursive alias_one() |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
38 * removed ADDR_FLAG_NOEXPAND as it is not needed anymore |
287
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
39 * removed ACC_DEL_RCPTS because it's always used together with |
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
40 ACC_RCPT_FROM_HEAD |
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
41 * s/EXIT_SUCCESS/0/ && s/EXIT_FAILURE/1/ |
253
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
42 * made addr_isequal() and addr_isequal_parent() more flexible, |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
43 thus making addr_isequal_alias() needless and removed |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
44 * merged rcptlist_with_one_of_hostlist() and |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
45 rcptlist_with_addr_is_local() into split_rcpts() |
256 | 46 * removed the obsolete pos argument from time_interval() |
253
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
47 * renamed the default route for the local net to |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
48 `default local_net_route' |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
49 * renamed `alias_local_caseless' to `caseless_matching' because |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
50 it does not only affect the matching of local parts of aliases |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
51 anymore but is used anywhere where address matching is |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
52 performed |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
53 * renamed conf.alias_local_cmp to conf.localpartcmp |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
54 * minor improvements of debug messages |
287
9d88a7d55f53
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
258
diff
changeset
|
55 * heavily improved and updated man/masqmail.8 |
253
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
56 * several, mostly cosmetic, cleanups |
c28e8dfebfc3
updated ChangeLog and NEWS
markus schnalke <meillo@marmaro.de>
parents:
230
diff
changeset
|
57 |
230 | 58 0.3.0 Fri, 23 Jul 2010 21:58:25 +0200 |
59 * new development branch | |
60 (Attention: No backward compatibility guaranteed.) | |
61 * removed POP3 support (also pop-before-smtp/smtp-after-pop) | |
62 * removed maildir support | |
63 * removed built-in mserver functionality | |
64 * removed, already deprecated, `remote_port' config option | |
65 * removed --disable-smtp-server and --with-glib-static | |
66 configure options | |
67 * exit if host_name is not set in conf file | |
68 * local_hosts defaults to `localhost;foo;foo.example.org' now | |
69 (generated from the value of host_name, here it would have | |
70 been `foo.example.org') | |
71 * listen on `localhost:25' now if listen_addresses is not set | |
72 in the conf file. To not listen at all, set listen_addresses | |
73 to the empty string. | |
74 * set default values for log_dir, spool_dir, mail_dir | |
75 * improved mservdetect | |
76 * build resolvtest tool now, the code was already there | |
77 * added setup guides | |
78 * improved and simplified the example config | |
79 * removed the old manual because it is really outdated now | |
80 * better debug logging of outgoing SMTP dialogs | |
81 * renamed misc/ to devel/ and contrib/ to admin/ | |
82 * added admin/config-transition, to check for and inform about | |
83 obsolete config options | |
84 | |
85 0.2.28 Fri, 23 Jul 2010 09:58:56 +0200 | |
86 * added STARTTLS support with external wrappers like openssl. | |
87 Added a new route config option `instant_helo' therefore. | |
88 * added misc/list-versions | |
89 | |
90 0.2.27 Sun, 18 Jul 2010 22:40:04 +0200 | |
91 * replaced the MD5 implementation with the one of Solar | |
92 Designer | |
93 * replaced hmac_md5.c with an own implementation of RFC 2104 | |
94 * added authors of contributed parts to AUTHORS | |
95 | |
96 0.2.26 Sun, 18 Jul 2010 10:28:43 +0200 | |
97 * write a log message when the daemon starts up. Thanks to | |
98 Juergen Daubert. | |
99 * added a missing #include <sys/stat.h> to local.c. Thanks to | |
100 Dominik Lang (phil). | |
101 * improved documentation of `wrapper' in route files | |
102 * fix handling of --with-liblockfile=no or | |
103 --without-liblockfile. Thanks to Nico Roeser. | |
104 * documentation improvements in the INSTALL file and some man | |
105 pages. Thanks to Nico Roeser. | |
106 * added misc/update-manpage-date, a development helper script | |
107 to update the date and version in man pages | |
159 | 108 |
149 | 109 0.2.25 Thu, 08 Jul 2010 00:49:36 +0200 |
126 | 110 * added server-side SMTP SIZE support. Thanks to Paolo. |
111 * always remove Bcc: headers from now on | |
112 * never create headers from envelope recipients from now on | |
113 * add ``To: undisclosed-recipients:;'' if no recipient header | |
114 is present | |
143 | 115 * added checks for too long addresses in SMTP dialog. Thanks |
116 to Paolo. | |
126 | 117 * allow colons (`:') unquoted in config file. Thanks to Paolo. |
118 * new warnmsg.tpl.it. Thanks to Paolo. | |
119 * don't install the tests any longer | |
149 | 120 * remove all installed dirs but no generated data (logs, |
121 spooled files, config) | |
126 | 122 * removed the ACC_NO_RECVD_HDR because it is never used |
123 * changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better | |
124 understanding | |
143 | 125 * fixed max_size_delete |
126 * added Paolo's mailq.wmbiffrc | |
126 | 127 * better debugging output. Thanks to Paolo. |
143 | 128 * documented some, yet undocumented, config options |
126 | 129 * improved documentation of -t option |
149 | 130 * moved rmail to sbin and added man page for rmail(8) |
126 | 131 * several typo fixes in man pages and code comments |
143 | 132 * gen-dist: don't distribute mercurial files |
126 | 133 |
94 | 134 0.2.24 Mon, 21 Jun 2010 10:07:32 +0200 |
77 | 135 * removed dead code in child.c |
136 * fixed closing of log files on receival of SIGHUP. See commit | |
137 message and http://bugs.debian.org/536060 . | |
138 * the daemon does reparent to init anymore if init is already | |
139 its parent. This situation appears on SIGHUP receival. | |
140 * fixed correct processing of mails with data lines longer | |
141 4096 chars. See commit message for details. | |
94 | 142 * various refactoring |
143 * fixed is_ingroup() to check for the primary group of users | |
144 * moved man page of mservdetect to section 1 | |
145 * added rmail script from postfix which is a bit better than | |
146 calling masqmail as rmail. See docs/uucp-setup | |
147 * permissions.c describes how to make another group (e.g. | |
148 `uucp') trusted | |
149 * uninstall target removes now docs and thelike | |
150 * minor updates in the documentation | |
77 | 151 |
69 | 152 0.2.23 Sun, 30 May 2010 21:00:44 +0200 |
53 | 153 * fixed inverted condition for undefined online_file. Thanks to |
154 Juergen Daubert. | |
69 | 155 * masqmail installs to /usr/local by default now. Previously it |
156 installed to /usr. | |
157 * man pages get installed again. Again thanks to Juergen Daubert. | |
158 Docs and examples do get installed now too. | |
159 * updated the docs. Moved the man pages from docs/ to man/. | |
160 Added the old manual from the old website to the distribution. | |
161 * reworked the test cases completely. | |
162 * updated the README file and added a bug report howto | |
53 | 163 * fixed dist-gen (wrong paths for md5sum) |
164 | |
48 | 165 0.2.22 Thu, 20 May 2010 21:19:56 +0200 |
41 | 166 * new maintainer: markus schnalke <meillo@marmaro.de>. See NEWS. |
167 * fixed expanding of $prefix for template files. Thanks to Johann | |
168 Felix Soden. | |
169 * fixed delivery with empty or non-existent alias files. | |
170 Thanks to Marcos Dione. | |
171 * fixed empty or only-whitespace connection names. | |
172 * fixed typos, reported by Reuben Thomas. | |
173 * corrected man page about /etc/aliases. Thanks to Alexis. | |
174 * further corrections and improvements in man pages. Man pages will | |
175 be maintained in the nroff code directly in future. | |
176 * removed distribution specific data from repo. It is now separately | |
177 available on the website. | |
178 * changed default online status file to /var/run/masqmail/masqmail-route | |
179 * removed trigraph warnings | |
180 | |
30
983a603c2ff2
added old changlog entry for 0.2.21, sourced from debian/changelog
meillo@marmaro.de
parents:
0
diff
changeset
|
181 0.2.21 Mon, 07 Nov 2005 14:09:21 -0800 |
983a603c2ff2
added old changlog entry for 0.2.21, sourced from debian/changelog
meillo@marmaro.de
parents:
0
diff
changeset
|
182 * do not use shell when executing sub programs (security fix) |
983a603c2ff2
added old changlog entry for 0.2.21, sourced from debian/changelog
meillo@marmaro.de
parents:
0
diff
changeset
|
183 * do not accept backtick in email adresses (security fix) |
983a603c2ff2
added old changlog entry for 0.2.21, sourced from debian/changelog
meillo@marmaro.de
parents:
0
diff
changeset
|
184 * write log files as 'mail' user (security fix) |
41 | 185 * use /var/run/masqmail/ for pid files |
0 | 186 0.2.20 Mon, 19 May 2003 21:14:06 +0200 |
187 * fixed a segfaulting bug in spool.c caused by folded headers | |
188 * regard connect_error_fail when failing for pipes (Debian Bug #186364) | |
189 * hopefully fixed uid/gid problem in peidopen.c | |
190 0.2.19 Wed, 12 Mar 2003 21:33:53 +0100 | |
191 * fixed a bug in addr_string (set buffer = NULL if g_free'd buffer) | |
192 0.2.18 Fri, 06 Dec 2002 14:57:41 +0100 | |
193 * new option connect_error_fail | |
194 * install /var/{log,spool} before subdirs, so | |
195 they get correct ownerships, if installing to a tmp. directory | |
196 Thx to Juergen Daubert. | |
197 * failure notices and warnings also if connection fails | |
198 0.2.17 Thu, 28 Nov 2002 14:59:24 +0100 | |
199 * fixed errors in man page masqmail.conf.5 about online_detect | |
200 Thx to Juergen Daubert. | |
201 * fixed a segfaulting bug in accept.c on pop retrieval, if there | |
202 is no return_path in the mail and Sender: is empty. | |
203 Thx to Olaf Buddenhagen for debug information. | |
204 * implemented 'last_route' option | |
205 * moved *.tpl to /usr/share/masqmail/tpl (from /etc/masqmail/tpl) | |
206 * french translation of warnmsg.tpl by Rémi Denis-Courmont | |
207 * added delivery warn messages for deferals | |
208 new options: 'warn_intervals', 'warnmsg_file', 'max_defer_time' | |
209 * warn/fail also if remote SMTP server replies with 4xx or 5xx | |
210 just after EHLO/HELO (yes, that was a bug) | |
211 * removed a few -Wall warnings. Thanks to Juergen Daubert. | |
212 0.2.16 Tue, 12 Nov 2002 17:27:13 +0100 | |
213 * fixed debugging, which has been broken in 0.2.15 | |
214 0.2.15 Wed, 06 Nov 2002 12:19:55 +0100 | |
215 * added french translation of delivery failure message template. | |
216 Thanks to Rémi Denis-Courmont | |
217 * accept -f "" without segfaulting. Thanks to Ralf Friedl. | |
218 * fixed buffer overflows in conf.c. Thanks to Damian M Gryski. | |
219 * read conf file _after_ dropping privileges | |
220 0.2.14 Sat, 26 Oct 2002 14:40:49 +0200 | |
221 * corrected html version of documentation | |
222 * include masqmail.8 man page (was garbled in 0.2.13) | |
223 * small lintian fixes for Debian | |
224 0.2.13 Wed, 23 Oct 2002 20:54:39 +0200 | |
225 * fixed a possible buffer overflow (IMHO not exploitable) Thanks to Anonymous. | |
226 0.2.12 Wed, 23 Oct 2002 18:57:42 +0200 | |
227 * new do_pipelining option (to switch it off if necessary) | |
228 * new helo_name option for route | |
229 * fixed remote_port option (but marked it as deprecated) | |
230 * swapped setegid/seteuid in maildir_out() | |
231 * try again on EAGAIN failure for local delivery via mbox | |
232 0.2.11: | |
233 * make it possible for *.route file to have mode 600, owned by root. | |
234 Thx to Juergen Daubert for noticing. | |
235 * do not choke on trailing blanks after comments in conf file. Anonymous | |
236 again. | |
237 * try again on EAGAIN failure for local delivery via mda | |
238 * fixed a potential buffer overflow in conf.c. Thanks to Anonymous | |
239 again. | |
240 * set umask 066 for log files. Thanks to Anonymous. | |
241 * implemented map_h_mail_followup_to_addresses | |
242 * fixed a bug: masqmail -t with empty body caused weird | |
243 errors. Thanks to Anonymous. | |
244 * added do_save_envelope_to option | |
245 0.2.10: | |
246 * fixed a small bug in mserver.c (atoi) (Thanks to Gert Ohme) | |
247 * allow ';' in rval also if rval is unqoted | |
248 * write pidfiles to /var/run/masqmail{,-get}.pid | |
249 * now runs on freebsd without leaving zombies | |
250 * use setjmp() in readsock.c for timeouts | |
251 0.2.9: | |
252 * attempts to make it compile on freebsd | |
253 - works, but leaves zombies behind (will be done next release, I hope) | |
254 * removed some bashisms from configure.ac | |
255 * fixed segfault when called with -t under some circumstances | |
256 * some fixes about locking when fetching mail (yes, 0 _is_ a valid fd...) | |
257 * some speedups for uidl handling, and do not bloat log files any more | |
258 0.2.8: | |
259 * use flock() for locking in retrieving mails (get.c) | |
260 * can use /etc/mailname as host_name (for Debian) | |
261 * added ESMTP LOGIN | |
262 * made uidl handling even more safe | |
263 0.2.7: | |
264 * fixed stupid locking bug | |
265 * do not complain about 'unknown mode' when getting mail | |
266 * added italian version of failmsg.tpl (by Paolo) | |
267 * changed MIME boundaries in failmsg.tpl (Paolo) | |
268 * applied patches from Paolo (Gabel - ): | |
269 mostly replacing g_strdup_printf() with g_strdup(), a few ticks ('), | |
270 changed SENDER_LOCAL environment variable and fixed missing '\' in | |
271 debian/masqmail.ip-up | |
272 0.2.6: | |
273 * rediscovered previously undocumented allowed_return_paths option for | |
274 routes and made it usable for null sender addresses. | |
275 * added mbox_default, and {mbox,mda,maildir}_users options | |
276 * changes to vsnprintf function use in pop3_in.c and smtp_in.c (by egp) | |
277 * fixes to ip-up/ip-down scripts (by Ben Low) | |
278 * ENABLE_SMTP_SERVER define was incorrectly written as | |
279 ENABLE_MODE_SMTP (by Ben Low) | |
280 * fixed bug in get_header() in src/header.c (by egp) | |
281 0.2.5: | |
282 * PowerPC fix for varargs functions | |
283 * relay checking: if do_relay is set to false, do not allow non local | |
284 to non local addresses | |
285 * alias is always caseless for postmaster (disregarding | |
286 alias_local_caseless option) | |
287 * do not rebounce to postmaster | |
288 * implemented Maildir support | |
289 * rearranged append_file in local.c | |
290 * use sysexits.h for correct error reply for failure messages (mda only) | |
291 0.2.4: | |
292 * fixed uidl bug: uidl list was not written if a mail was not | |
293 fetched because it was in the list | |
294 * fixed bug in src/conf.c: g_free'd twice in destroy_route() | |
295 * security fix, Debian Bug#102092: 'Privilege escalation in masqmail | |
296 piped alias handling': fixed by using set[ug]id instead of sete[ug]id | |
297 in peopen.c (noted by Colin Phipps) | |
298 * limit count of children in pop3_in.c and wait for them | |
299 * ignore SIGPIPE signal | |
300 * docu updates by Uli Funcke | |
301 * find path to masqmail via --prefix or --exec-prefix option for configure | |
302 * implemented -v (log to stdout) option | |
303 0.2.3: | |
304 * local_addresses and not_local_addreses option (patch by Uli Funcke) | |
305 * replaced /usr/sbin/masqmail in fail_msg.c with /usr/sbin/sendmail | |
306 * typo in man pages (noted by Sebastian Inacker) | |
307 * hostnames can now begin with a digit (noted by CatcherInTheRye) | |
308 * chdir to '/' (on some systems getcwd() failes when changing uid) | |
309 * implemented lock_dir option | |
310 * ignore EINVAL after fdatasync | |
311 * configure option to link with libcrypto | |
312 * configure option to disable resolver support | |
313 * configure option to enable mserver support | |
314 * configure option to disable smtp server | |
315 * configure option to link glib statically | |
316 * msg_count option for get configuration | |
317 * bug fix: do not terminate if accept() return | |
318 error (patch by Edouard G. Parmelan) | |
319 * removed some files from package in | |
320 debian (by Edouard G. Parmelan)) | |
321 * mailrm alias (by Edouard G. Parmelan) | |
322 * bug fix: removed superfluous g_free from | |
323 dot_unlock() (by Edouard G. Parmelan) | |
324 * write uidl list to temporary file first | |
325 * write uidl list each time a message was retrieved | |
326 (avoid duplicate mails when interupted) | |
327 0.2.2: | |
328 * fix of Debian Bug#92894 by Gregor Hoffleit | |
329 (correct error reply for lacking permissions) | |
330 * fixed 'last line missing' bug | |
331 * fixed spool locking bug: lock was deleted | |
332 if unsuccessful (unlocking it) | |
333 * added patch from Uli Funcke for log_user | |
334 (user getting all delivered mail) | |
335 * implemented get daemon | |
336 * create lock file when getting mail | |
337 * use tables for finding route and get lists | |
338 0.2.1: | |
339 * expand_h_sender_address now defaults to true (as described in docs) | |
340 * included documentation patch by Marc Herbert (masqmail call in ifup configuration) | |
341 * complain to log if failure message template cannot be opened | |
342 * errmsg_file defaults to /etc/masqmail/tpl/failmsg.tpl | |
343 * corrected error message for insufficient permissions (Debian Bug #92894) | |
344 * get mail depending on connection: -go option and online_get | |
345 0.2.0: | |
346 * included the debian/ directory from the debian package. | |
347 * added return_path option for get configuration | |
348 * added max_messages option for get configuration | |
349 * added independent program 'mservdetect', which can be used with | |
350 online_detect=pipe as replacement for online_detect=mserver | |
351 * added online detection method 'pipe' | |
352 * replaced configure option --with-conffile with --with-confdir, default | |
353 is now /etc/masqmail/ (/etc/masqmail/masqmail.conf for the conf file). | |
354 * added do_uidl_dele option (delete messages in uid listing on server) | |
355 * qualify address for get configuration. | |
356 * better checking for valid From: address when retrieving mail via pop3 | |
357 and this is used as the return path. | |
358 * port number for mail_host in routes possible | |
359 * introduce delivery failue notices | |
360 * added addr_string() function for easy output of addresses | |
361 * expire spool lock files after a while (currently 300s) | |
362 * started development branch 0.2.x | |
363 | |
364 0.1.12: | |
365 * previous fix auf AUTH broke it - reverted it partially and fixed it again | |
366 * bug fix in get.c: retrieval via pop from different server could cause mail to be lost | |
367 0.1.11: | |
368 * bug fix in smtp_out.c: of AUTH methods supplied by server, only the first was recognized | |
369 0.1.10: | |
370 * added support for IP address as mail_host in routes | |
371 * include <time.h> in masqmail.h to make it compile with glibc 2.2.2 | |
372 0.1.9: | |
373 * fixed a few typos in man pages | |
374 * ignore -v option | |
375 * added patch from Bernhard Ehlers to program aliases runq, rmail, smtpd and in.smtpd | |
376 * added patch from Edouard G. Parmelan to correct default directories to install | |
377 * implemtented pipe, pipe_fromhack and pipe_fromline options | |
378 for routes (for protocol 'pipe') | |
379 * implememted 'pipe' protocol for routes | |
380 * memset to 0 of configuration structures (it is safer and easier) | |
381 * list of routes for each connection | |
382 * do not be picky about EOF if locally received message is not terminated by a dot | |
383 * speeded up accept.c for large messages (noted by Falko Flessner) | |
384 0.1.8: | |
385 * security bug fix (Debian Bug#81079): if local address cannot be | |
386 resolved, masqmail listened on an arbitrary port (fixed by Adel | |
387 Belhouane) | |
388 * bug fix: -d without argument caused segfault (Thanks to Jan Setzer) | |
389 * added more help for configure | |
390 * Iain Lea sent a spec file for Redhat. Thanks! | |
391 * lines can now be indefinetely long for mail acception (well, nearly...) | |
392 * implemented 'wrapper' options for routes and get configurations for ssl and maybe other purposes | |
393 * unified read_sockline() for smtp_out.c, smtp_in.c, pop3_in.c, accept.c and mserver.c | |
394 * escaping of quotes in configuration now possible and now works | |
395 correctly in alias file (Edouard G. Parmelan sent a patch, but I fixed it differently) | |
396 * kill -HUP seems to work now. | |
397 * close all file descriptors >= 3 on start (patch by Edouard G. Parmelan) | |
398 * replaced exit() with _exit where appropriate (children) | |
399 * added pipe_fromhack and pipe_fromline options | |
400 * added mda support and mda_fromhack and mda_fromline options | |
401 * user can delete his own mail if received via smtp from one of ident_trusted_nets | |
402 * bug fix in lookup.c: if the name that an MX points could not be resolved, delete entry | |
403 * added expand_h_sender_address option. expend_h_sender_domain should be obsolete now. | |
404 * unprivileged user can delete his own mail from queue if received locally | |
405 * replaced popen() in local.c with peopen() from snippet from sourceforge. Fixed a bug there. | |
406 0.1.7: | |
407 * debug option can be changed for privileged users only | |
408 * fixed a security hole: -C option for unprivileged users now implies | |
409 run_as_user and drops _all_ privileges | |
410 * environment variables for pipe transport | |
411 * wildcards for map_* options | |
412 * rearranged interface handling, IP addresses now possible for | |
413 listen_addresses and mserver_iface | |
414 * beautified masqmail.c | |
415 * revised uid and gid settings in spool.c and local.c (pipe transport) | |
416 * optionally use ident protocol (RFC 1413) and store user id in spool file | |
417 * proper spool file locking | |
418 0.1.6: | |
419 * record user id in spool file (though it is not used anywhere) | |
420 * command line option to remove messages from queue (-Mrm) | |
421 * command line option for version information (-bV) | |
422 0.1.5: | |
423 * implemented -F option | |
424 * removed bug in accept.c (dot bug, noted by Andre Masloch) | |
425 * location of main conf is now configurable with ./configure | |
426 (suggested by Greger Hoffleit). Default is /etc/masqmail.conf. | |
427 * remote_port defaults to 25 (noted by Andre Masloch) | |
428 * docu fixes: remote_port documented and typo fix (noted by Andre Masloch. Again :-)) | |
429 * do not return failure on exit on delivery if mail queue was empty (noted by Andre Masloch) | |
430 * qualify -f address with host_name if unqualified (noted by Andre Masloch) | |
431 0.1.4: | |
432 * Jens Askengren discovered a segfaulting bug when parsing headers. | |
433 0.1.3: | |
434 * warn if pop/auth options are given, but compiled without support | |
435 * fixed allowed_rcpt_domains option (was broken since 0.1.0, but nobody noticed) | |
436 * exit with 1 if queue run fails for any reason (not for daemon) | |
437 * fail if alias file cannot be read | |
438 * better handling of SMTP SIZE error | |
439 * implemented alias_local_caseless option (suggestion by Andre Masloch) | |
440 * case insensitive domain matching (noted by Andre Masloch) | |
441 * removed nearly all warnings if compiled with -Wall | |
442 0.1.2: | |
443 * some changes in configure.in | |
444 * continue if get conf could not be read. Thanks to Edouard G. Parmelan! | |
445 * fixed another bug on pipe addresses in spool.c | |
446 * Andre Masloch found a bug in spool.c which caused a segfault on pipe addresses. Thanks! | |
447 0.1.1: | |
448 * Edouard G. Parmelan sent a patch for starting a queue run on start of daemon. Thanks! | |
449 * rpm packages for SuSE | |
450 * regard CFLAGS in Makefile.am | |
451 * implemtented -g <name> option | |
452 * be more verbose in pop3_get.c | |
453 * implemented -f option (set return path) | |
454 * fixed bug: "no debug file, msg was:" in smtp_out.c when debugging was off | |
455 * internal changes of smtp_out_log_failure() | |
456 * removed 'no log file' error | |
457 * complain if host name could not be resolved in connect.c | |
458 * added option resolve_list for route and get configurations | |
459 * removed bug in rcptlist_with_one_of_hostlist(): exited when | |
460 list was empty | |
461 0.1.0: | |
462 * included ESMTP AUTH support (as client), CRAM-MD5 only | |
463 * included pop3 client support, with UIDL and APOP, single drop only | |
464 * rearranged routing code: | |
465 - messages will be deleted from spool earlier, as soon as they are delivered | |
466 - unified online/offline delivery, making it more simple | |
467 | |
468 0.0.13: | |
469 * ignore set_h_{from,reply_to}_domain if map_h_{from,reply_to}_addresses | |
470 is set and warn in logs about misconfiguration. | |
471 * fail if there are no recipients | |
472 * fixed bug: if called with -t, qualify recipient address with host_name | |
473 * fixed bug: if called with -bi, no longer wait for message on stdin | |
474 0.0.12: | |
475 * warn if spool file could not be deleted (Thanks to Alberto González | |
476 Palomo) | |
477 * fixed bug: set len for getsockname | |
478 * fixed bug: set local_net_routes to NULL if there is no local net | |
479 (noted by Frank Schnekenbuehl) | |
480 * say 'mail queue is empty' if mail queue is empty (Thanks to | |
481 Frank Schnekenbuehl) | |
482 * fixed bug: setegid in local.c (was noted by both Michael Piefel and | |
483 Alberto González Palomo) | |
484 0.0.11: | |
485 * if Bcc: headers have been removed (-t option), and there is no To: | |
486 or Cc: header,an empty Bcc: header will be created (RFC 822 | |
487 compliance!) | |
488 * fixed bug: if rcpts are given on command line To: headers were | |
489 created, even if they already existed. This caused Bcc: recipient | |
490 addresses to be revealed if they were given on the cmd line. | |
491 Now a To: header is only created if there is no To:, Cc: or Bcc: | |
492 header. Thanks to Richard Clamp for pointing this out. | |
493 * fixed bug: segfault when -d option was given without arguments | |
494 * fixed bug: segfault when configuration file not found | |
495 0.0.10: | |
496 * removed -g option from Makefile | |
497 * fixed bug: -odq did not work, was broken in some earlier version | |
498 * addresses with leading '\' will not be expanded any further in aliases | |
499 * pipe transport implemented | |
500 * alias support implemented. | |
501 * changed permissions for queue runs again: got to be root, | |
502 mail or in group trusted. | |
503 * some configuration parameters can be read from files | |
504 * internal changes in routing logics/deliver code, preparing for | |
505 aliases support. | |
506 * Gregor Hoffleit sent another patch: use liblockfile if available | |
507 (Debian!) and DESTDIR will be used. Also updated the NEWS file. Thanks | |
508 again! | |
509 * define fdatasync to fsync if not available. | |
510 * lookup.c includes sys/types.h, some environments need this | |
511 * fixed bug in RFC 822 parsing: name in brackets after address | |
512 caused problems. Thanks to David Maslen. | |
513 * values in tables without leading spaces | |
514 0.0.9: | |
515 * anyone in group 'trusted' is now allowed to do queue runs. Thanks to | |
516 Alberto Gonzalez Palomo for the suggestion. | |
517 * changed umask for spool writing to 026. | |
518 * removed silly 'no rcpt domain for this route' message | |
519 * there is now a mailing list | |
520 (see http://www.innominate.org/mailman/listinfo/masqmail) | |
521 * Gregor Hoffleit sent a patch to make masqmail work with mutt (and | |
522 balsa and any other MUA that uses the mutt libs): it now supports | |
523 '--' in options. Thanks! | |
524 * accept_message() supports flag ACC_NO_RECVD_HDR (but this is not | |
525 used in masqmail). | |
526 * accept_message() is no longer responsible for queuing, makes it | |
527 easier to recycle the code for other projects (eg. jpilot-Mail) | |
528 0.0.8: | |
529 * added a FAQ page. | |
530 * removed all warnings, at least for egcs. Output of make looks | |
531 pretty now ;-) | |
532 * added allowed_mail_locals and not_allowed_mail_locals options for | |
533 routes. | |
534 * implemented folding und unfolding of headers (but currently used | |
535 for the Received: header only). | |
536 * corrected docs: should be 'online_detect', NOT 'detect_online'. | |
537 * mailq now gives information about the time mails spent in the queue, | |
538 the message size and the received host. | |
539 * added allowed_rcpt_domains option for routes. | |
540 * increased buffer size to 1024 for SMTP responses when delivering. | |
541 * fixed minor bug: slash in unquoted strings in conf parsing was not | |
542 allowed. | |
543 0.0.7: | |
544 * fixed a bug in smtp_out.c: sock was tested before it was initialized. | |
545 * fixed a bug in the configuration code: for statements in two | |
546 adjacent lines, the second was not recognized. | |
547 0.0.6: | |
548 * rewrote part of the configuration parsing code because it caused | |
549 problems with reading config statements on multiple lines. | |
550 * added a LF after each mail local mail spool file, as this | |
551 seems to be required for some MUAs and especially cucipop when | |
552 it reads mails. Otherwise mails seem to be concatenated. Thanks | |
553 to Dale Perkel for pointing this out. | |
554 0.0.5: | |
555 * added expand_h_sender_domain option (boolean, default: true) | |
556 because some clients use the Sender: address as the sender address | |
557 (though it should be the From: address). | |
558 * changed configure script to better recognize whether libresolv | |
559 should be linked or not. | |
560 * fixed a nasty bug: if masqmail -q was called (or qo <name> | |
561 and a mail was not delivered), the headers were lost! Problem was an | |
562 additional LF after received_host in the spool file. | |
563 0.0.4: | |
564 * 'From' hack is now a 'From ' hack. | |
565 * configure now accepts options --with-logdir=LOGDIR and | |
566 --with-spooldir=SPOOLDIR. | |
567 * the directories /var/masqmail and /var/spool/masqmail will now be | |
568 created with make install; user and group will be set appropriately | |
569 * configure now accepts options --with-user=USER and --with-group=GROUP | |
570 * dove into autoconf: configure now recognizes libc5 and links with | |
571 libresolv only for libc6 and defines getline for libc5 | |
572 * fixed timeout code when sending. This was broken in some earlier | |
573 version. | |
574 0.0.3: | |
575 * fixed bug in spool write code: rcpt address was written incorrectly | |
576 to spool file under some circumstances (with a LF). | |
577 * added methods for online detection (file and mserver) and added code | |
578 to deliver immediately when mail is received at online time. | |
579 * too many changes to list: rearranged routing code, unified smtp | |
580 deliveries to the local net with online deliveries, so now route | |
581 configurations can be used for the local net. Also multiple messages | |
582 per connection for the local net possible. And reduced code size. | |
583 * fixed bug: if server does not use neither the esmtp size extension | |
584 nor pipelining, output after MAIL FROM was not flushed. So MM waited | |
585 forever for a response... | |
586 0.0.2: | |
587 * fixed bug: euid was not set properly for local delivery | |
588 * when debugging, it does not write the whole message to the log | |
589 any more. | |
590 * added 'From' hack | |
591 * qualified address for return path and recipients is now required | |
592 if not accepted locally, if locally accepted the addresses will be | |
593 qualified with host_name. (Thereby fixed a seg fault bug) | |
594 * added -i option (same as -oi) | |
595 * added more header rewriting (set_ and map_ options) | |
596 * fixed bug: potential seg fault when writing spool files because it | |
597 was not read properly | |
598 * multiple messages per connection now also if mail is sent directly | |
599 (same for local_nets is still missing, but I will use routes for these | |
600 anyway in the future) | |
601 * the queue will now be read in random order | |
602 * implemented multiple messages per connection (but only online | |
603 and if mail_host is defined) | |
604 * implemented rewriting of local parts in return path for online | |
605 delivery | |
606 * domain matching is no longer case sensitive (had to define | |
607 _GNU_SOURCE so that I could use FNM_CASEFOLD for fnmatch) | |
608 * added do_correct_helo option for routes | |
609 * fixed bug: corrected retrying hosts if one failed (connect.c). | |
610 0.0.1: | |
611 * fixed bug: seg fault when delivering online directly and there was | |
612 more than one rcpt to a single host. | |
613 * fixed bug: if mail was succesfully delivered in online mode to all | |
614 rcpts, and if there were additional (local) rcpts for which the mail | |
615 was not yet delivered, the mail was deleted from spool. | |
616 * rearranged smtp_out.c to prepare for multiple messages per connection | |
617 * log now shows the real host a message is sent to by SMTP (previously | |
618 it was the one looked for, now it is the one that was found by DNS) | |
619 * added NOOP, HELP and not recognized replies in smtp_in | |
620 * fixed bug: forgot to close dup_sock in accept_connect (listen.c) | |
621 * can now list the queue with the -bp option or when called as mailq | |
622 * debug_level is now configurable and -d option added | |
623 * corrected rfc821 address parsing and rearranged code | |
624 0.0.0: | |
625 * initial release |