rev |
line source |
meillo@0
|
1 0.2.20 Mon, 19 May 2003 21:14:06 +0200
|
meillo@0
|
2 * fixed a segfaulting bug in spool.c caused by folded headers
|
meillo@0
|
3 * regard connect_error_fail when failing for pipes (Debian Bug #186364)
|
meillo@0
|
4 * hopefully fixed uid/gid problem in peidopen.c
|
meillo@0
|
5 0.2.19 Wed, 12 Mar 2003 21:33:53 +0100
|
meillo@0
|
6 * fixed a bug in addr_string (set buffer = NULL if g_free'd buffer)
|
meillo@0
|
7 0.2.18 Fri, 06 Dec 2002 14:57:41 +0100
|
meillo@0
|
8 * new option connect_error_fail
|
meillo@0
|
9 * install /var/{log,spool} before subdirs, so
|
meillo@0
|
10 they get correct ownerships, if installing to a tmp. directory
|
meillo@0
|
11 Thx to Juergen Daubert.
|
meillo@0
|
12 * failure notices and warnings also if connection fails
|
meillo@0
|
13 0.2.17 Thu, 28 Nov 2002 14:59:24 +0100
|
meillo@0
|
14 * fixed errors in man page masqmail.conf.5 about online_detect
|
meillo@0
|
15 Thx to Juergen Daubert.
|
meillo@0
|
16 * fixed a segfaulting bug in accept.c on pop retrieval, if there
|
meillo@0
|
17 is no return_path in the mail and Sender: is empty.
|
meillo@0
|
18 Thx to Olaf Buddenhagen for debug information.
|
meillo@0
|
19 * implemented 'last_route' option
|
meillo@0
|
20 * moved *.tpl to /usr/share/masqmail/tpl (from /etc/masqmail/tpl)
|
meillo@0
|
21 * french translation of warnmsg.tpl by Rémi Denis-Courmont
|
meillo@0
|
22 * added delivery warn messages for deferals
|
meillo@0
|
23 new options: 'warn_intervals', 'warnmsg_file', 'max_defer_time'
|
meillo@0
|
24 * warn/fail also if remote SMTP server replies with 4xx or 5xx
|
meillo@0
|
25 just after EHLO/HELO (yes, that was a bug)
|
meillo@0
|
26 * removed a few -Wall warnings. Thanks to Juergen Daubert.
|
meillo@0
|
27 0.2.16 Tue, 12 Nov 2002 17:27:13 +0100
|
meillo@0
|
28 * fixed debugging, which has been broken in 0.2.15
|
meillo@0
|
29 0.2.15 Wed, 06 Nov 2002 12:19:55 +0100
|
meillo@0
|
30 * added french translation of delivery failure message template.
|
meillo@0
|
31 Thanks to Rémi Denis-Courmont
|
meillo@0
|
32 * accept -f "" without segfaulting. Thanks to Ralf Friedl.
|
meillo@0
|
33 * fixed buffer overflows in conf.c. Thanks to Damian M Gryski.
|
meillo@0
|
34 * read conf file _after_ dropping privileges
|
meillo@0
|
35 0.2.14 Sat, 26 Oct 2002 14:40:49 +0200
|
meillo@0
|
36 * corrected html version of documentation
|
meillo@0
|
37 * include masqmail.8 man page (was garbled in 0.2.13)
|
meillo@0
|
38 * small lintian fixes for Debian
|
meillo@0
|
39 0.2.13 Wed, 23 Oct 2002 20:54:39 +0200
|
meillo@0
|
40 * fixed a possible buffer overflow (IMHO not exploitable) Thanks to Anonymous.
|
meillo@0
|
41 0.2.12 Wed, 23 Oct 2002 18:57:42 +0200
|
meillo@0
|
42 * new do_pipelining option (to switch it off if necessary)
|
meillo@0
|
43 * new helo_name option for route
|
meillo@0
|
44 * fixed remote_port option (but marked it as deprecated)
|
meillo@0
|
45 * swapped setegid/seteuid in maildir_out()
|
meillo@0
|
46 * try again on EAGAIN failure for local delivery via mbox
|
meillo@0
|
47 0.2.11:
|
meillo@0
|
48 * make it possible for *.route file to have mode 600, owned by root.
|
meillo@0
|
49 Thx to Juergen Daubert for noticing.
|
meillo@0
|
50 * do not choke on trailing blanks after comments in conf file. Anonymous
|
meillo@0
|
51 again.
|
meillo@0
|
52 * try again on EAGAIN failure for local delivery via mda
|
meillo@0
|
53 * fixed a potential buffer overflow in conf.c. Thanks to Anonymous
|
meillo@0
|
54 again.
|
meillo@0
|
55 * set umask 066 for log files. Thanks to Anonymous.
|
meillo@0
|
56 * implemented map_h_mail_followup_to_addresses
|
meillo@0
|
57 * fixed a bug: masqmail -t with empty body caused weird
|
meillo@0
|
58 errors. Thanks to Anonymous.
|
meillo@0
|
59 * added do_save_envelope_to option
|
meillo@0
|
60 0.2.10:
|
meillo@0
|
61 * fixed a small bug in mserver.c (atoi) (Thanks to Gert Ohme)
|
meillo@0
|
62 * allow ';' in rval also if rval is unqoted
|
meillo@0
|
63 * write pidfiles to /var/run/masqmail{,-get}.pid
|
meillo@0
|
64 * now runs on freebsd without leaving zombies
|
meillo@0
|
65 * use setjmp() in readsock.c for timeouts
|
meillo@0
|
66 0.2.9:
|
meillo@0
|
67 * attempts to make it compile on freebsd
|
meillo@0
|
68 - works, but leaves zombies behind (will be done next release, I hope)
|
meillo@0
|
69 * removed some bashisms from configure.ac
|
meillo@0
|
70 * fixed segfault when called with -t under some circumstances
|
meillo@0
|
71 * some fixes about locking when fetching mail (yes, 0 _is_ a valid fd...)
|
meillo@0
|
72 * some speedups for uidl handling, and do not bloat log files any more
|
meillo@0
|
73 0.2.8:
|
meillo@0
|
74 * use flock() for locking in retrieving mails (get.c)
|
meillo@0
|
75 * can use /etc/mailname as host_name (for Debian)
|
meillo@0
|
76 * added ESMTP LOGIN
|
meillo@0
|
77 * made uidl handling even more safe
|
meillo@0
|
78 0.2.7:
|
meillo@0
|
79 * fixed stupid locking bug
|
meillo@0
|
80 * do not complain about 'unknown mode' when getting mail
|
meillo@0
|
81 * added italian version of failmsg.tpl (by Paolo)
|
meillo@0
|
82 * changed MIME boundaries in failmsg.tpl (Paolo)
|
meillo@0
|
83 * applied patches from Paolo (Gabel - ):
|
meillo@0
|
84 mostly replacing g_strdup_printf() with g_strdup(), a few ticks ('),
|
meillo@0
|
85 changed SENDER_LOCAL environment variable and fixed missing '\' in
|
meillo@0
|
86 debian/masqmail.ip-up
|
meillo@0
|
87 0.2.6:
|
meillo@0
|
88 * rediscovered previously undocumented allowed_return_paths option for
|
meillo@0
|
89 routes and made it usable for null sender addresses.
|
meillo@0
|
90 * added mbox_default, and {mbox,mda,maildir}_users options
|
meillo@0
|
91 * changes to vsnprintf function use in pop3_in.c and smtp_in.c (by egp)
|
meillo@0
|
92 * fixes to ip-up/ip-down scripts (by Ben Low)
|
meillo@0
|
93 * ENABLE_SMTP_SERVER define was incorrectly written as
|
meillo@0
|
94 ENABLE_MODE_SMTP (by Ben Low)
|
meillo@0
|
95 * fixed bug in get_header() in src/header.c (by egp)
|
meillo@0
|
96 0.2.5:
|
meillo@0
|
97 * PowerPC fix for varargs functions
|
meillo@0
|
98 * relay checking: if do_relay is set to false, do not allow non local
|
meillo@0
|
99 to non local addresses
|
meillo@0
|
100 * alias is always caseless for postmaster (disregarding
|
meillo@0
|
101 alias_local_caseless option)
|
meillo@0
|
102 * do not rebounce to postmaster
|
meillo@0
|
103 * implemented Maildir support
|
meillo@0
|
104 * rearranged append_file in local.c
|
meillo@0
|
105 * use sysexits.h for correct error reply for failure messages (mda only)
|
meillo@0
|
106 0.2.4:
|
meillo@0
|
107 * fixed uidl bug: uidl list was not written if a mail was not
|
meillo@0
|
108 fetched because it was in the list
|
meillo@0
|
109 * fixed bug in src/conf.c: g_free'd twice in destroy_route()
|
meillo@0
|
110 * security fix, Debian Bug#102092: 'Privilege escalation in masqmail
|
meillo@0
|
111 piped alias handling': fixed by using set[ug]id instead of sete[ug]id
|
meillo@0
|
112 in peopen.c (noted by Colin Phipps)
|
meillo@0
|
113 * limit count of children in pop3_in.c and wait for them
|
meillo@0
|
114 * ignore SIGPIPE signal
|
meillo@0
|
115 * docu updates by Uli Funcke
|
meillo@0
|
116 * find path to masqmail via --prefix or --exec-prefix option for configure
|
meillo@0
|
117 * implemented -v (log to stdout) option
|
meillo@0
|
118 0.2.3:
|
meillo@0
|
119 * local_addresses and not_local_addreses option (patch by Uli Funcke)
|
meillo@0
|
120 * replaced /usr/sbin/masqmail in fail_msg.c with /usr/sbin/sendmail
|
meillo@0
|
121 * typo in man pages (noted by Sebastian Inacker)
|
meillo@0
|
122 * hostnames can now begin with a digit (noted by CatcherInTheRye)
|
meillo@0
|
123 * chdir to '/' (on some systems getcwd() failes when changing uid)
|
meillo@0
|
124 * implemented lock_dir option
|
meillo@0
|
125 * ignore EINVAL after fdatasync
|
meillo@0
|
126 * configure option to link with libcrypto
|
meillo@0
|
127 * configure option to disable resolver support
|
meillo@0
|
128 * configure option to enable mserver support
|
meillo@0
|
129 * configure option to disable smtp server
|
meillo@0
|
130 * configure option to link glib statically
|
meillo@0
|
131 * msg_count option for get configuration
|
meillo@0
|
132 * bug fix: do not terminate if accept() return
|
meillo@0
|
133 error (patch by Edouard G. Parmelan)
|
meillo@0
|
134 * removed some files from package in
|
meillo@0
|
135 debian (by Edouard G. Parmelan))
|
meillo@0
|
136 * mailrm alias (by Edouard G. Parmelan)
|
meillo@0
|
137 * bug fix: removed superfluous g_free from
|
meillo@0
|
138 dot_unlock() (by Edouard G. Parmelan)
|
meillo@0
|
139 * write uidl list to temporary file first
|
meillo@0
|
140 * write uidl list each time a message was retrieved
|
meillo@0
|
141 (avoid duplicate mails when interupted)
|
meillo@0
|
142 0.2.2:
|
meillo@0
|
143 * fix of Debian Bug#92894 by Gregor Hoffleit
|
meillo@0
|
144 (correct error reply for lacking permissions)
|
meillo@0
|
145 * fixed 'last line missing' bug
|
meillo@0
|
146 * fixed spool locking bug: lock was deleted
|
meillo@0
|
147 if unsuccessful (unlocking it)
|
meillo@0
|
148 * added patch from Uli Funcke for log_user
|
meillo@0
|
149 (user getting all delivered mail)
|
meillo@0
|
150 * implemented get daemon
|
meillo@0
|
151 * create lock file when getting mail
|
meillo@0
|
152 * use tables for finding route and get lists
|
meillo@0
|
153 0.2.1:
|
meillo@0
|
154 * expand_h_sender_address now defaults to true (as described in docs)
|
meillo@0
|
155 * included documentation patch by Marc Herbert (masqmail call in ifup configuration)
|
meillo@0
|
156 * complain to log if failure message template cannot be opened
|
meillo@0
|
157 * errmsg_file defaults to /etc/masqmail/tpl/failmsg.tpl
|
meillo@0
|
158 * corrected error message for insufficient permissions (Debian Bug #92894)
|
meillo@0
|
159 * get mail depending on connection: -go option and online_get
|
meillo@0
|
160 0.2.0:
|
meillo@0
|
161 * included the debian/ directory from the debian package.
|
meillo@0
|
162 * added return_path option for get configuration
|
meillo@0
|
163 * added max_messages option for get configuration
|
meillo@0
|
164 * added independent program 'mservdetect', which can be used with
|
meillo@0
|
165 online_detect=pipe as replacement for online_detect=mserver
|
meillo@0
|
166 * added online detection method 'pipe'
|
meillo@0
|
167 * replaced configure option --with-conffile with --with-confdir, default
|
meillo@0
|
168 is now /etc/masqmail/ (/etc/masqmail/masqmail.conf for the conf file).
|
meillo@0
|
169 * added do_uidl_dele option (delete messages in uid listing on server)
|
meillo@0
|
170 * qualify address for get configuration.
|
meillo@0
|
171 * better checking for valid From: address when retrieving mail via pop3
|
meillo@0
|
172 and this is used as the return path.
|
meillo@0
|
173 * port number for mail_host in routes possible
|
meillo@0
|
174 * introduce delivery failue notices
|
meillo@0
|
175 * added addr_string() function for easy output of addresses
|
meillo@0
|
176 * expire spool lock files after a while (currently 300s)
|
meillo@0
|
177 * started development branch 0.2.x
|
meillo@0
|
178
|
meillo@0
|
179 0.1.12:
|
meillo@0
|
180 * previous fix auf AUTH broke it - reverted it partially and fixed it again
|
meillo@0
|
181 * bug fix in get.c: retrieval via pop from different server could cause mail to be lost
|
meillo@0
|
182 0.1.11:
|
meillo@0
|
183 * bug fix in smtp_out.c: of AUTH methods supplied by server, only the first was recognized
|
meillo@0
|
184 0.1.10:
|
meillo@0
|
185 * added support for IP address as mail_host in routes
|
meillo@0
|
186 * include <time.h> in masqmail.h to make it compile with glibc 2.2.2
|
meillo@0
|
187 0.1.9:
|
meillo@0
|
188 * fixed a few typos in man pages
|
meillo@0
|
189 * ignore -v option
|
meillo@0
|
190 * added patch from Bernhard Ehlers to program aliases runq, rmail, smtpd and in.smtpd
|
meillo@0
|
191 * added patch from Edouard G. Parmelan to correct default directories to install
|
meillo@0
|
192 * implemtented pipe, pipe_fromhack and pipe_fromline options
|
meillo@0
|
193 for routes (for protocol 'pipe')
|
meillo@0
|
194 * implememted 'pipe' protocol for routes
|
meillo@0
|
195 * memset to 0 of configuration structures (it is safer and easier)
|
meillo@0
|
196 * list of routes for each connection
|
meillo@0
|
197 * do not be picky about EOF if locally received message is not terminated by a dot
|
meillo@0
|
198 * speeded up accept.c for large messages (noted by Falko Flessner)
|
meillo@0
|
199 0.1.8:
|
meillo@0
|
200 * security bug fix (Debian Bug#81079): if local address cannot be
|
meillo@0
|
201 resolved, masqmail listened on an arbitrary port (fixed by Adel
|
meillo@0
|
202 Belhouane)
|
meillo@0
|
203 * bug fix: -d without argument caused segfault (Thanks to Jan Setzer)
|
meillo@0
|
204 * added more help for configure
|
meillo@0
|
205 * Iain Lea sent a spec file for Redhat. Thanks!
|
meillo@0
|
206 * lines can now be indefinetely long for mail acception (well, nearly...)
|
meillo@0
|
207 * implemented 'wrapper' options for routes and get configurations for ssl and maybe other purposes
|
meillo@0
|
208 * unified read_sockline() for smtp_out.c, smtp_in.c, pop3_in.c, accept.c and mserver.c
|
meillo@0
|
209 * escaping of quotes in configuration now possible and now works
|
meillo@0
|
210 correctly in alias file (Edouard G. Parmelan sent a patch, but I fixed it differently)
|
meillo@0
|
211 * kill -HUP seems to work now.
|
meillo@0
|
212 * close all file descriptors >= 3 on start (patch by Edouard G. Parmelan)
|
meillo@0
|
213 * replaced exit() with _exit where appropriate (children)
|
meillo@0
|
214 * added pipe_fromhack and pipe_fromline options
|
meillo@0
|
215 * added mda support and mda_fromhack and mda_fromline options
|
meillo@0
|
216 * user can delete his own mail if received via smtp from one of ident_trusted_nets
|
meillo@0
|
217 * bug fix in lookup.c: if the name that an MX points could not be resolved, delete entry
|
meillo@0
|
218 * added expand_h_sender_address option. expend_h_sender_domain should be obsolete now.
|
meillo@0
|
219 * unprivileged user can delete his own mail from queue if received locally
|
meillo@0
|
220 * replaced popen() in local.c with peopen() from snippet from sourceforge. Fixed a bug there.
|
meillo@0
|
221 0.1.7:
|
meillo@0
|
222 * debug option can be changed for privileged users only
|
meillo@0
|
223 * fixed a security hole: -C option for unprivileged users now implies
|
meillo@0
|
224 run_as_user and drops _all_ privileges
|
meillo@0
|
225 * environment variables for pipe transport
|
meillo@0
|
226 * wildcards for map_* options
|
meillo@0
|
227 * rearranged interface handling, IP addresses now possible for
|
meillo@0
|
228 listen_addresses and mserver_iface
|
meillo@0
|
229 * beautified masqmail.c
|
meillo@0
|
230 * revised uid and gid settings in spool.c and local.c (pipe transport)
|
meillo@0
|
231 * optionally use ident protocol (RFC 1413) and store user id in spool file
|
meillo@0
|
232 * proper spool file locking
|
meillo@0
|
233 0.1.6:
|
meillo@0
|
234 * record user id in spool file (though it is not used anywhere)
|
meillo@0
|
235 * command line option to remove messages from queue (-Mrm)
|
meillo@0
|
236 * command line option for version information (-bV)
|
meillo@0
|
237 0.1.5:
|
meillo@0
|
238 * implemented -F option
|
meillo@0
|
239 * removed bug in accept.c (dot bug, noted by Andre Masloch)
|
meillo@0
|
240 * location of main conf is now configurable with ./configure
|
meillo@0
|
241 (suggested by Greger Hoffleit). Default is /etc/masqmail.conf.
|
meillo@0
|
242 * remote_port defaults to 25 (noted by Andre Masloch)
|
meillo@0
|
243 * docu fixes: remote_port documented and typo fix (noted by Andre Masloch. Again :-))
|
meillo@0
|
244 * do not return failure on exit on delivery if mail queue was empty (noted by Andre Masloch)
|
meillo@0
|
245 * qualify -f address with host_name if unqualified (noted by Andre Masloch)
|
meillo@0
|
246 0.1.4:
|
meillo@0
|
247 * Jens Askengren discovered a segfaulting bug when parsing headers.
|
meillo@0
|
248 0.1.3:
|
meillo@0
|
249 * warn if pop/auth options are given, but compiled without support
|
meillo@0
|
250 * fixed allowed_rcpt_domains option (was broken since 0.1.0, but nobody noticed)
|
meillo@0
|
251 * exit with 1 if queue run fails for any reason (not for daemon)
|
meillo@0
|
252 * fail if alias file cannot be read
|
meillo@0
|
253 * better handling of SMTP SIZE error
|
meillo@0
|
254 * implemented alias_local_caseless option (suggestion by Andre Masloch)
|
meillo@0
|
255 * case insensitive domain matching (noted by Andre Masloch)
|
meillo@0
|
256 * removed nearly all warnings if compiled with -Wall
|
meillo@0
|
257 0.1.2:
|
meillo@0
|
258 * some changes in configure.in
|
meillo@0
|
259 * continue if get conf could not be read. Thanks to Edouard G. Parmelan!
|
meillo@0
|
260 * fixed another bug on pipe addresses in spool.c
|
meillo@0
|
261 * Andre Masloch found a bug in spool.c which caused a segfault on pipe addresses. Thanks!
|
meillo@0
|
262 0.1.1:
|
meillo@0
|
263 * Edouard G. Parmelan sent a patch for starting a queue run on start of daemon. Thanks!
|
meillo@0
|
264 * rpm packages for SuSE
|
meillo@0
|
265 * regard CFLAGS in Makefile.am
|
meillo@0
|
266 * implemtented -g <name> option
|
meillo@0
|
267 * be more verbose in pop3_get.c
|
meillo@0
|
268 * implemented -f option (set return path)
|
meillo@0
|
269 * fixed bug: "no debug file, msg was:" in smtp_out.c when debugging was off
|
meillo@0
|
270 * internal changes of smtp_out_log_failure()
|
meillo@0
|
271 * removed 'no log file' error
|
meillo@0
|
272 * complain if host name could not be resolved in connect.c
|
meillo@0
|
273 * added option resolve_list for route and get configurations
|
meillo@0
|
274 * removed bug in rcptlist_with_one_of_hostlist(): exited when
|
meillo@0
|
275 list was empty
|
meillo@0
|
276 0.1.0:
|
meillo@0
|
277 * included ESMTP AUTH support (as client), CRAM-MD5 only
|
meillo@0
|
278 * included pop3 client support, with UIDL and APOP, single drop only
|
meillo@0
|
279 * rearranged routing code:
|
meillo@0
|
280 - messages will be deleted from spool earlier, as soon as they are delivered
|
meillo@0
|
281 - unified online/offline delivery, making it more simple
|
meillo@0
|
282
|
meillo@0
|
283 0.0.13:
|
meillo@0
|
284 * ignore set_h_{from,reply_to}_domain if map_h_{from,reply_to}_addresses
|
meillo@0
|
285 is set and warn in logs about misconfiguration.
|
meillo@0
|
286 * fail if there are no recipients
|
meillo@0
|
287 * fixed bug: if called with -t, qualify recipient address with host_name
|
meillo@0
|
288 * fixed bug: if called with -bi, no longer wait for message on stdin
|
meillo@0
|
289 0.0.12:
|
meillo@0
|
290 * warn if spool file could not be deleted (Thanks to Alberto González
|
meillo@0
|
291 Palomo)
|
meillo@0
|
292 * fixed bug: set len for getsockname
|
meillo@0
|
293 * fixed bug: set local_net_routes to NULL if there is no local net
|
meillo@0
|
294 (noted by Frank Schnekenbuehl)
|
meillo@0
|
295 * say 'mail queue is empty' if mail queue is empty (Thanks to
|
meillo@0
|
296 Frank Schnekenbuehl)
|
meillo@0
|
297 * fixed bug: setegid in local.c (was noted by both Michael Piefel and
|
meillo@0
|
298 Alberto González Palomo)
|
meillo@0
|
299 0.0.11:
|
meillo@0
|
300 * if Bcc: headers have been removed (-t option), and there is no To:
|
meillo@0
|
301 or Cc: header,an empty Bcc: header will be created (RFC 822
|
meillo@0
|
302 compliance!)
|
meillo@0
|
303 * fixed bug: if rcpts are given on command line To: headers were
|
meillo@0
|
304 created, even if they already existed. This caused Bcc: recipient
|
meillo@0
|
305 addresses to be revealed if they were given on the cmd line.
|
meillo@0
|
306 Now a To: header is only created if there is no To:, Cc: or Bcc:
|
meillo@0
|
307 header. Thanks to Richard Clamp for pointing this out.
|
meillo@0
|
308 * fixed bug: segfault when -d option was given without arguments
|
meillo@0
|
309 * fixed bug: segfault when configuration file not found
|
meillo@0
|
310 0.0.10:
|
meillo@0
|
311 * removed -g option from Makefile
|
meillo@0
|
312 * fixed bug: -odq did not work, was broken in some earlier version
|
meillo@0
|
313 * addresses with leading '\' will not be expanded any further in aliases
|
meillo@0
|
314 * pipe transport implemented
|
meillo@0
|
315 * alias support implemented.
|
meillo@0
|
316 * changed permissions for queue runs again: got to be root,
|
meillo@0
|
317 mail or in group trusted.
|
meillo@0
|
318 * some configuration parameters can be read from files
|
meillo@0
|
319 * internal changes in routing logics/deliver code, preparing for
|
meillo@0
|
320 aliases support.
|
meillo@0
|
321 * Gregor Hoffleit sent another patch: use liblockfile if available
|
meillo@0
|
322 (Debian!) and DESTDIR will be used. Also updated the NEWS file. Thanks
|
meillo@0
|
323 again!
|
meillo@0
|
324 * define fdatasync to fsync if not available.
|
meillo@0
|
325 * lookup.c includes sys/types.h, some environments need this
|
meillo@0
|
326 * fixed bug in RFC 822 parsing: name in brackets after address
|
meillo@0
|
327 caused problems. Thanks to David Maslen.
|
meillo@0
|
328 * values in tables without leading spaces
|
meillo@0
|
329 0.0.9:
|
meillo@0
|
330 * anyone in group 'trusted' is now allowed to do queue runs. Thanks to
|
meillo@0
|
331 Alberto Gonzalez Palomo for the suggestion.
|
meillo@0
|
332 * changed umask for spool writing to 026.
|
meillo@0
|
333 * removed silly 'no rcpt domain for this route' message
|
meillo@0
|
334 * there is now a mailing list
|
meillo@0
|
335 (see http://www.innominate.org/mailman/listinfo/masqmail)
|
meillo@0
|
336 * Gregor Hoffleit sent a patch to make masqmail work with mutt (and
|
meillo@0
|
337 balsa and any other MUA that uses the mutt libs): it now supports
|
meillo@0
|
338 '--' in options. Thanks!
|
meillo@0
|
339 * accept_message() supports flag ACC_NO_RECVD_HDR (but this is not
|
meillo@0
|
340 used in masqmail).
|
meillo@0
|
341 * accept_message() is no longer responsible for queuing, makes it
|
meillo@0
|
342 easier to recycle the code for other projects (eg. jpilot-Mail)
|
meillo@0
|
343 0.0.8:
|
meillo@0
|
344 * added a FAQ page.
|
meillo@0
|
345 * removed all warnings, at least for egcs. Output of make looks
|
meillo@0
|
346 pretty now ;-)
|
meillo@0
|
347 * added allowed_mail_locals and not_allowed_mail_locals options for
|
meillo@0
|
348 routes.
|
meillo@0
|
349 * implemented folding und unfolding of headers (but currently used
|
meillo@0
|
350 for the Received: header only).
|
meillo@0
|
351 * corrected docs: should be 'online_detect', NOT 'detect_online'.
|
meillo@0
|
352 * mailq now gives information about the time mails spent in the queue,
|
meillo@0
|
353 the message size and the received host.
|
meillo@0
|
354 * added allowed_rcpt_domains option for routes.
|
meillo@0
|
355 * increased buffer size to 1024 for SMTP responses when delivering.
|
meillo@0
|
356 * fixed minor bug: slash in unquoted strings in conf parsing was not
|
meillo@0
|
357 allowed.
|
meillo@0
|
358 0.0.7:
|
meillo@0
|
359 * fixed a bug in smtp_out.c: sock was tested before it was initialized.
|
meillo@0
|
360 * fixed a bug in the configuration code: for statements in two
|
meillo@0
|
361 adjacent lines, the second was not recognized.
|
meillo@0
|
362 0.0.6:
|
meillo@0
|
363 * rewrote part of the configuration parsing code because it caused
|
meillo@0
|
364 problems with reading config statements on multiple lines.
|
meillo@0
|
365 * added a LF after each mail local mail spool file, as this
|
meillo@0
|
366 seems to be required for some MUAs and especially cucipop when
|
meillo@0
|
367 it reads mails. Otherwise mails seem to be concatenated. Thanks
|
meillo@0
|
368 to Dale Perkel for pointing this out.
|
meillo@0
|
369 0.0.5:
|
meillo@0
|
370 * added expand_h_sender_domain option (boolean, default: true)
|
meillo@0
|
371 because some clients use the Sender: address as the sender address
|
meillo@0
|
372 (though it should be the From: address).
|
meillo@0
|
373 * changed configure script to better recognize whether libresolv
|
meillo@0
|
374 should be linked or not.
|
meillo@0
|
375 * fixed a nasty bug: if masqmail -q was called (or qo <name>
|
meillo@0
|
376 and a mail was not delivered), the headers were lost! Problem was an
|
meillo@0
|
377 additional LF after received_host in the spool file.
|
meillo@0
|
378 0.0.4:
|
meillo@0
|
379 * 'From' hack is now a 'From ' hack.
|
meillo@0
|
380 * configure now accepts options --with-logdir=LOGDIR and
|
meillo@0
|
381 --with-spooldir=SPOOLDIR.
|
meillo@0
|
382 * the directories /var/masqmail and /var/spool/masqmail will now be
|
meillo@0
|
383 created with make install; user and group will be set appropriately
|
meillo@0
|
384 * configure now accepts options --with-user=USER and --with-group=GROUP
|
meillo@0
|
385 * dove into autoconf: configure now recognizes libc5 and links with
|
meillo@0
|
386 libresolv only for libc6 and defines getline for libc5
|
meillo@0
|
387 * fixed timeout code when sending. This was broken in some earlier
|
meillo@0
|
388 version.
|
meillo@0
|
389 0.0.3:
|
meillo@0
|
390 * fixed bug in spool write code: rcpt address was written incorrectly
|
meillo@0
|
391 to spool file under some circumstances (with a LF).
|
meillo@0
|
392 * added methods for online detection (file and mserver) and added code
|
meillo@0
|
393 to deliver immediately when mail is received at online time.
|
meillo@0
|
394 * too many changes to list: rearranged routing code, unified smtp
|
meillo@0
|
395 deliveries to the local net with online deliveries, so now route
|
meillo@0
|
396 configurations can be used for the local net. Also multiple messages
|
meillo@0
|
397 per connection for the local net possible. And reduced code size.
|
meillo@0
|
398 * fixed bug: if server does not use neither the esmtp size extension
|
meillo@0
|
399 nor pipelining, output after MAIL FROM was not flushed. So MM waited
|
meillo@0
|
400 forever for a response...
|
meillo@0
|
401 0.0.2:
|
meillo@0
|
402 * fixed bug: euid was not set properly for local delivery
|
meillo@0
|
403 * when debugging, it does not write the whole message to the log
|
meillo@0
|
404 any more.
|
meillo@0
|
405 * added 'From' hack
|
meillo@0
|
406 * qualified address for return path and recipients is now required
|
meillo@0
|
407 if not accepted locally, if locally accepted the addresses will be
|
meillo@0
|
408 qualified with host_name. (Thereby fixed a seg fault bug)
|
meillo@0
|
409 * added -i option (same as -oi)
|
meillo@0
|
410 * added more header rewriting (set_ and map_ options)
|
meillo@0
|
411 * fixed bug: potential seg fault when writing spool files because it
|
meillo@0
|
412 was not read properly
|
meillo@0
|
413 * multiple messages per connection now also if mail is sent directly
|
meillo@0
|
414 (same for local_nets is still missing, but I will use routes for these
|
meillo@0
|
415 anyway in the future)
|
meillo@0
|
416 * the queue will now be read in random order
|
meillo@0
|
417 * implemented multiple messages per connection (but only online
|
meillo@0
|
418 and if mail_host is defined)
|
meillo@0
|
419 * implemented rewriting of local parts in return path for online
|
meillo@0
|
420 delivery
|
meillo@0
|
421 * domain matching is no longer case sensitive (had to define
|
meillo@0
|
422 _GNU_SOURCE so that I could use FNM_CASEFOLD for fnmatch)
|
meillo@0
|
423 * added do_correct_helo option for routes
|
meillo@0
|
424 * fixed bug: corrected retrying hosts if one failed (connect.c).
|
meillo@0
|
425 0.0.1:
|
meillo@0
|
426 * fixed bug: seg fault when delivering online directly and there was
|
meillo@0
|
427 more than one rcpt to a single host.
|
meillo@0
|
428 * fixed bug: if mail was succesfully delivered in online mode to all
|
meillo@0
|
429 rcpts, and if there were additional (local) rcpts for which the mail
|
meillo@0
|
430 was not yet delivered, the mail was deleted from spool.
|
meillo@0
|
431 * rearranged smtp_out.c to prepare for multiple messages per connection
|
meillo@0
|
432 * log now shows the real host a message is sent to by SMTP (previously
|
meillo@0
|
433 it was the one looked for, now it is the one that was found by DNS)
|
meillo@0
|
434 * added NOOP, HELP and not recognized replies in smtp_in
|
meillo@0
|
435 * fixed bug: forgot to close dup_sock in accept_connect (listen.c)
|
meillo@0
|
436 * can now list the queue with the -bp option or when called as mailq
|
meillo@0
|
437 * debug_level is now configurable and -d option added
|
meillo@0
|
438 * corrected rfc821 address parsing and rearranged code
|
meillo@0
|
439 0.0.0:
|
meillo@0
|
440 * initial release
|