docs/diploma

annotate docs/masqmail.cx/download/ChangeLog @ 1:7b2a5fe2aedd

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