Index: [thread] [date] [author] [stats]
  From: markus schnalke <meillo@marmaro.de>
  To  : <masqmail@marmaro.de>
  Date: Wed, 18 Jan 2012 09:52:20 +0100

masqmail-0.3.4 released

I'm glad to announce a new release of masqmail.

    Version 0.3.4

http://marmaro.de/prog/masqmail/files/masqmail-0.3.4.tar.gz

md5sum: 551bd887c71d7b8f3bb149b617adb1b3



User visible changes (from NEWS):

- Reworked the route concept to be more general and have better
names: ``online_routes'' is now known as ``query_routes'' and the
``local_net_route'' in now named ``permanent_routes''. Removed the
idea
of the localnet because it is only part of the more general concept:
permanent routes. `local_nets' are now represented by
`allowed_recipients'
in a permanent route. (See: examples/localnet.route) Now, there is no
more abiguity between `local' and `local net'. Run
admin/config-transition
on your config to learn how to update it.

- Switched the default group for masqmail from `trusted' to `mail'.

- Fixed a problem with psb->remote_host, introduced in version 0.3.2
(changeset 412385b57dc4).

- Fixed a bug in matching of allowed recipients. Thanks to Juergen
Daubert for finding and reporting the issue.

- Configure options: Enabled auth support per default. Removed support
for openssl linking. It had been rarely used and could have caused
legal problems. We don't miss functionality here, because we already
have builtin MD5 support.  Removed ident support, which is hardly
useful
for masqmail.

- `local_hosts' now understands glob patterns like `*example.org'.



For more detailed information on changes see the ChangeLog file in the
distribution and the VCS log ( http://hg.marmaro.de/masqmail/log ).


I welcome your comments and bug reports.


meillo


P.S.
Thanks to Juergen Daubert for motivating me to release *now*.


Index: [thread] [date] [author] [stats]