docs/diploma

annotate docs/masqmail.cx/download/ChangeLog-stable @ 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.1.17: Wed, 06 Nov 2002 12:19:55 +0100
meillo@1 2 * fixed buffer overflows in conf.c. Thanks to Damian M Gryski.
meillo@1 3 * read conf file _after_ dropping privileges
meillo@1 4 0.1.16:
meillo@1 5 * PowerPC fix for varargs functions
meillo@1 6 * g_free fix in src/conf.c
meillo@1 7 0.1.15:
meillo@1 8 * security fix, Debian Bug#102092: 'Privilege escalation in masqmail
meillo@1 9 piped alias handling': fixed by using set[ug]id instead of sete[ug]id
meillo@1 10 in peopen.c (noted by Colin Phipps)
meillo@1 11 * synced fix by Edouard G. Parmelan for listen.c: do not terminate on
meillo@1 12 'reset by peer'.
meillo@1 13 0.1.14:
meillo@1 14 * fix of Debian Bug#92894 by Gregor Hoffleit
meillo@1 15 (correct error reply for lacking permissions)
meillo@1 16 * fixed 'last line missing' bug
meillo@1 17 * fixed spool locking bug: lock was deleted
meillo@1 18 if unsuccessful (unlocking it)
meillo@1 19 0.1.13:
meillo@1 20 * qualify address for get configuration.
meillo@1 21 * better checking for valid From: address when retrieving mail via pop3
meillo@1 22 and this is used as the return path.
meillo@1 23 0.1.12:
meillo@1 24 * previous fix auf AUTH broke it - reverted it partially and fixed it again
meillo@1 25 * bug fix in get.c: retrieval via pop from different server could cause mail to be lost
meillo@1 26 0.1.11:
meillo@1 27 * bug fix in smtp_out.c: of AUTH methods supplied by server, only the first was recognized
meillo@1 28 0.1.10:
meillo@1 29 * added support for IP address as mail_host in routes
meillo@1 30 * include <time.h> in masqmail.h to make it compile with glibc 2.2.2
meillo@1 31 0.1.9:
meillo@1 32 * fixed a few typos in man pages
meillo@1 33 * ignore -v option
meillo@1 34 * added patch from Bernhard Ehlers to program aliases runq, rmail, smtpd an in.smtpd
meillo@1 35 * added patch from Edouard G. Parmelan to correct default directories to install
meillo@1 36 * implemtented pipe, pipe_fromhack and pipe_fromline options
meillo@1 37 for routes (for protocol 'pipe')
meillo@1 38 * implememted 'pipe' protocol for routes
meillo@1 39 * memset to 0 of configuration structures (it is safer and easier)
meillo@1 40 * list of routes for each connection
meillo@1 41 * do not be picky about EOF if locally received message is not terminated by a dot
meillo@1 42 * speeded up accept.c for large messages (noted by Falko Flessner)
meillo@1 43 0.1.8:
meillo@1 44 * security bug fix (Debian Bug#81079): if local address cannot be
meillo@1 45 resolved, masqmail listened on an arbitrary port (fixed by Adel
meillo@1 46 Belhouane)
meillo@1 47 * bug fix: -d without argument caused segfault (Thanks to Jan Setzer)
meillo@1 48 * added more help for configure
meillo@1 49 * Iain Lea sent a spec file for Redhat. Thanks!
meillo@1 50 * lines can now be indefinetely long for mail acception (well, nearly...)
meillo@1 51 * implemented 'wrapper' options for routes and get configurations for ssl and maybe other purposes
meillo@1 52 * unified read_sockline() for smtp_out.c, smtp_in.c, pop3_in.c, accept.c and mserver.c
meillo@1 53 * escaping of quotes in configuration now possible and now works
meillo@1 54 correctly in alias file (Edouard G. Parmelan sent a patch, but I fixed it differently)
meillo@1 55 * kill -HUP seems to work now.
meillo@1 56 * close all file descriptors >= 3 on start (patch by Edouard G. Parmelan)
meillo@1 57 * replaced exit() with _exit where appropriate (children)
meillo@1 58 * added pipe_fromhack and pipe_fromline options
meillo@1 59 * added mda support and mda_fromhack and mda_fromline options
meillo@1 60 * user can delete his own mail if received via smtp from one of ident_trusted_nets
meillo@1 61 * bug fix in lookup.c: if the name that an MX points could not be resolved, delete entry
meillo@1 62 * added expand_h_sender_address option. expend_h_sender_domain should be obsolete now.
meillo@1 63 * unprivileged user can delete his own mail from queue if received locally
meillo@1 64 * replaced popen() in local.c with peopen() from snippet from sourceforge. Fixed a bug there.
meillo@1 65 0.1.7:
meillo@1 66 * debug option can be changed for privileged users only
meillo@1 67 * fixed a security hole: -C option for unprivileged users now implies
meillo@1 68 run_as_user and drops _all_ privileges
meillo@1 69 * environment variables for pipe transport
meillo@1 70 * wildcards for map_* options
meillo@1 71 * rearranged interface handling, IP addresses now possible for
meillo@1 72 listen_addresses and mserver_iface
meillo@1 73 * beautified masqmail.c
meillo@1 74 * revised uid and gid settings in spool.c and local.c (pipe transport)
meillo@1 75 * optionally use ident protocol (RFC 1413) and store user id in spool file
meillo@1 76 * proper spool file locking
meillo@1 77 0.1.6:
meillo@1 78 * record user id in spool file (though it is not used anywhere)
meillo@1 79 * command line option to remove messages from queue (-Mrm)
meillo@1 80 * command line option for version information (-bV)
meillo@1 81 0.1.5:
meillo@1 82 * implemented -F option
meillo@1 83 * removed bug in accept.c (dot bug, noted by Andre Masloch)
meillo@1 84 * location of main conf is now configurable with ./configure
meillo@1 85 (suggested by Greger Hoffleit). Default is /etc/masqmail.conf.
meillo@1 86 * remote_port defaults to 25 (noted by Andre Masloch)
meillo@1 87 * docu fixes: remote_port documented and typo fix (noted by Andre Masloch. Again :-))
meillo@1 88 * do not return failure on exit on delivery if mail queue was empty (noted by Andre Masloch)
meillo@1 89 * qualify -f address with host_name if unqualified (noted by Andre Masloch)
meillo@1 90 0.1.4:
meillo@1 91 * Jens Askengren discovered a segfaulting bug when parsing headers.
meillo@1 92 0.1.3:
meillo@1 93 * warn if pop/auth options are given, but compiled without support
meillo@1 94 * fixed allowed_rcpt_domains option (was broken since 0.1.0, but nobody noticed)
meillo@1 95 * exit with 1 if queue run fails for any reason (not for daemon)
meillo@1 96 * fail if alias file cannot be read
meillo@1 97 * better handling of SMTP SIZE error
meillo@1 98 * implemented alias_local_caseless option (suggestion by Andre Masloch)
meillo@1 99 * case insensitive domain matching (noted by Andre Masloch)
meillo@1 100 * removed nearly all warnings if compiled with -Wall
meillo@1 101 0.1.2:
meillo@1 102 * some changes in configure.in
meillo@1 103 * continue if get conf could not be read. Thanks to Edouard G. Parmelan!
meillo@1 104 * fixed another bug on pipe addresses in spool.c
meillo@1 105 * Andre Masloch found a bug in spool.c which caused a segfault on pipe addresses. Thanks!
meillo@1 106 0.1.1:
meillo@1 107 * Edouard G. Parmelan sent a patch for starting a queue run on start of daemon. Thanks!
meillo@1 108 * rpm packages for SuSE
meillo@1 109 * regard CFLAGS in Makefile.am
meillo@1 110 * implemtented -g <name> option
meillo@1 111 * be more verbose in pop3_get.c
meillo@1 112 * implemented -f option (set return path)
meillo@1 113 * fixed bug: "no debug file, msg was:" in smtp_out.c when debugging was off
meillo@1 114 * internal changes of smtp_out_log_failure()
meillo@1 115 * removed 'no log file' error
meillo@1 116 * complain if host name could not be resolved in connect.c
meillo@1 117 * added option resolve_list for route and get configurations
meillo@1 118 * removed bug in rcptlist_with_one_of_hostlist(): exited when
meillo@1 119 list was empty
meillo@1 120 0.1.0:
meillo@1 121 * included ESMTP AUTH support (as client), CRAM-MD5 only
meillo@1 122 * included pop3 client support, with UIDL and APOP, single drop only
meillo@1 123 * rearranged routing code:
meillo@1 124 - messages will be deleted from spool earlier, as soon as they are delivered
meillo@1 125 - unified online/offline delivery, making it more simple
meillo@1 126
meillo@1 127 0.0.13:
meillo@1 128 * ignore set_h_{from,reply_to}_domain if map_h_{from,reply_to}_addresses
meillo@1 129 is set and warn in logs about misconfiguration.
meillo@1 130 * fail if there are no recipients
meillo@1 131 * fixed bug: if called with -t, qualify recipient address with host_name
meillo@1 132 * fixed bug: if called with -bi, no longer wait for message on stdin
meillo@1 133 0.0.12:
meillo@1 134 * warn if spool file could not be deleted (Thanks to Alberto González
meillo@1 135 Palomo)
meillo@1 136 * fixed bug: set len for getsockname
meillo@1 137 * fixed bug: set local_net_routes to NULL if there is no local net
meillo@1 138 (noted by Frank Schnekenbuehl)
meillo@1 139 * say 'mail queue is empty' if mail queue is empty (Thanks to
meillo@1 140 Frank Schnekenbuehl)
meillo@1 141 * fixed bug: setegid in local.c (was noted by both Michael Piefel and
meillo@1 142 Alberto González Palomo)
meillo@1 143 0.0.11:
meillo@1 144 * if Bcc: headers have been removed (-t option), and there is no To:
meillo@1 145 or Cc: header,an empty Bcc: header will be created (RFC 822
meillo@1 146 compliance!)
meillo@1 147 * fixed bug: if rcpts are given on command line To: headers were
meillo@1 148 created, even if they already existed. This caused Bcc: recipient
meillo@1 149 addresses to be revealed if they were given on the cmd line.
meillo@1 150 Now a To: header is only created if there is no To:, Cc: or Bcc:
meillo@1 151 header. Thanks to Richard Clamp for pointing this out.
meillo@1 152 * fixed bug: segfault when -d option was given without arguments
meillo@1 153 * fixed bug: segfault when configuration file not found
meillo@1 154 0.0.10:
meillo@1 155 * removed -g option from Makefile
meillo@1 156 * fixed bug: -odq did not work, was broken in some earlier version
meillo@1 157 * addresses with leading '\' will not be expanded any further in aliases
meillo@1 158 * pipe transport implemented
meillo@1 159 * alias support implemented.
meillo@1 160 * changed permissions for queue runs again: got to be root,
meillo@1 161 mail or in group trusted.
meillo@1 162 * some configuration parameters can be read from files
meillo@1 163 * internal changes in routing logics/deliver code, preparing for
meillo@1 164 aliases support.
meillo@1 165 * Gregor Hoffleit sent another patch: use liblockfile if available
meillo@1 166 (Debian!) and DESTDIR will be used. Also updated the NEWS file. Thanks
meillo@1 167 again!
meillo@1 168 * define fdatasync to fsync if not available.
meillo@1 169 * lookup.c includes sys/types.h, some environments need this
meillo@1 170 * fixed bug in RFC 822 parsing: name in brackets after address
meillo@1 171 caused problems. Thanks to David Maslen.
meillo@1 172 * values in tables without leading spaces
meillo@1 173 0.0.9:
meillo@1 174 * anyone in group 'trusted' is now allowed to do queue runs. Thanks to
meillo@1 175 Alberto Gonzalez Palomo for the suggestion.
meillo@1 176 * changed umask for spool writing to 026.
meillo@1 177 * removed silly 'no rcpt domain for this route' message
meillo@1 178 * there is now a mailing list
meillo@1 179 (see http://www.innominate.org/mailman/listinfo/masqmail)
meillo@1 180 * Gregor Hoffleit sent a patch to make masqmail work with mutt (and
meillo@1 181 balsa and any other MUA that uses the mutt libs): it now supports
meillo@1 182 '--' in options. Thanks!
meillo@1 183 * accept_message() supports flag ACC_NO_RECVD_HDR (but this is not
meillo@1 184 used in masqmail).
meillo@1 185 * accept_message() is no longer responsible for queuing, makes it
meillo@1 186 easier to recycle the code for other projects (eg. jpilot-Mail)
meillo@1 187 0.0.8:
meillo@1 188 * added a FAQ page.
meillo@1 189 * removed all warnings, at least for egcs. Output of make looks
meillo@1 190 pretty now ;-)
meillo@1 191 * added allowed_mail_locals and not_allowed_mail_locals options for
meillo@1 192 routes.
meillo@1 193 * implemented folding und unfolding of headers (but currently used
meillo@1 194 for the Received: header only).
meillo@1 195 * corrected docs: should be 'online_detect', NOT 'detect_online'.
meillo@1 196 * mailq now gives information about the time mails spent in the queue,
meillo@1 197 the message size and the received host.
meillo@1 198 * added allowed_rcpt_domains option for routes.
meillo@1 199 * increased buffer size to 1024 for SMTP responses when delivering.
meillo@1 200 * fixed minor bug: slash in unquoted strings in conf parsing was not
meillo@1 201 allowed.
meillo@1 202 0.0.7:
meillo@1 203 * fixed a bug in smtp_out.c: sock was tested before it was initialized.
meillo@1 204 * fixed a bug in the configuration code: for statements in two
meillo@1 205 adjacent lines, the second was not recognized.
meillo@1 206 0.0.6:
meillo@1 207 * rewrote part of the configuration parsing code because it caused
meillo@1 208 problems with reading config statements on multiple lines.
meillo@1 209 * added a LF after each mail local mail spool file, as this
meillo@1 210 seems to be required for some MUAs and especially cucipop when
meillo@1 211 it reads mails. Otherwise mails seem to be concatenated. Thanks
meillo@1 212 to Dale Perkel for pointing this out.
meillo@1 213 0.0.5:
meillo@1 214 * added expand_h_sender_domain option (boolean, default: true)
meillo@1 215 because some clients use the Sender: address as the sender address
meillo@1 216 (though it should be the From: address).
meillo@1 217 * changed configure script to better recognize whether libresolv
meillo@1 218 should be linked or not.
meillo@1 219 * fixed a nasty bug: if masqmail -q was called (or qo <name>
meillo@1 220 and a mail was not delivered), the headers were lost! Problem was an
meillo@1 221 additional LF after received_host in the spool file.
meillo@1 222 0.0.4:
meillo@1 223 * 'From' hack is now a 'From ' hack.
meillo@1 224 * configure now accepts options --with-logdir=LOGDIR and
meillo@1 225 --with-spooldir=SPOOLDIR.
meillo@1 226 * the directories /var/masqmail and /var/spool/masqmail will now be
meillo@1 227 created with make install; user and group will be set appropriately
meillo@1 228 * configure now accepts options --with-user=USER and --with-group=GROUP
meillo@1 229 * dove into autoconf: configure now recognizes libc5 and links with
meillo@1 230 libresolv only for libc6 and defines getline for libc5
meillo@1 231 * fixed timeout code when sending. This was broken in some earlier
meillo@1 232 version.
meillo@1 233 0.0.3:
meillo@1 234 * fixed bug in spool write code: rcpt address was written incorrectly
meillo@1 235 to spool file under some circumstances (with a LF).
meillo@1 236 * added methods for online detection (file and mserver) and added code
meillo@1 237 to deliver immediately when mail is received at online time.
meillo@1 238 * too many changes to list: rearranged routing code, unified smtp
meillo@1 239 deliveries to the local net with online deliveries, so now route
meillo@1 240 configurations can be used for the local net. Also multiple messages
meillo@1 241 per connection for the local net possible. And reduced code size.
meillo@1 242 * fixed bug: if server does not use neither the esmtp size extension
meillo@1 243 nor pipelining, output after MAIL FROM was not flushed. So MM waited
meillo@1 244 forever for a response...
meillo@1 245 0.0.2:
meillo@1 246 * fixed bug: euid was not set properly for local delivery
meillo@1 247 * when debugging, it does not write the whole message to the log
meillo@1 248 any more.
meillo@1 249 * added 'From' hack
meillo@1 250 * qualified address for return path and recipients is now required
meillo@1 251 if not accepted locally, if locally accepted the addresses will be
meillo@1 252 qualified with host_name. (Thereby fixed a seg fault bug)
meillo@1 253 * added -i option (same as -oi)
meillo@1 254 * added more header rewriting (set_ and map_ options)
meillo@1 255 * fixed bug: potential seg fault when writing spool files because it
meillo@1 256 was not read properly
meillo@1 257 * multiple messages per connection now also if mail is sent directly
meillo@1 258 (same for local_nets is still missing, but I will use routes for these
meillo@1 259 anyway in the future)
meillo@1 260 * the queue will now be read in random order
meillo@1 261 * implemented multiple messages per connection (but only online
meillo@1 262 and if mail_host is defined)
meillo@1 263 * implemented rewriting of local parts in return path for online
meillo@1 264 delivery
meillo@1 265 * domain matching is no longer case sensitive (had to define
meillo@1 266 _GNU_SOURCE so that I could use FNM_CASEFOLD for fnmatch)
meillo@1 267 * added do_correct_helo option for routes
meillo@1 268 * fixed bug: corrected retrying hosts if one failed (connect.c).
meillo@1 269 0.0.1:
meillo@1 270 * fixed bug: seg fault when delivering online directly and there was
meillo@1 271 more than one rcpt to a single host.
meillo@1 272 * fixed bug: if mail was succesfully delivered in online mode to all
meillo@1 273 rcpts, and if there were additional (local) rcpts for which the mail
meillo@1 274 was not yet delivered, the mail was deleted from spool.
meillo@1 275 * rearranged smtp_out.c to prepare for multiple messages per connection
meillo@1 276 * log now shows the real host a message is sent to by SMTP (previously
meillo@1 277 it was the one looked for, now it is the one that was found by DNS)
meillo@1 278 * added NOOP, HELP and not recognized replies in smtp_in
meillo@1 279 * fixed bug: forgot to close dup_sock in accept_connect (listen.c)
meillo@1 280 * can now list the queue with the -bp option or when called as mailq
meillo@1 281 * debug_level is now configurable and -d option added
meillo@1 282 * corrected rfc821 address parsing and rearranged code
meillo@1 283 0.0.0:
meillo@1 284 * initial release