Index:
[thread]
[date]
[author]
[stats]
From: markus schnalke <meillo@marmaro.de>
To : <masqmail@marmaro.de>
Date: Fri, 03 Jun 2011 12:59:46 +0200
[masqmail] masqmail-0.3.2 released
I'm glad to announce a new release of masqmail.
Version 0.3.2
http://marmaro.de/prog/masqmail/files/masqmail-0.3.2.tar.gz
md5sum: 80a7f311ff0f680385eaf21d02889caa
Note: Following the intent of the 0.3 development branch some things
changed by breaking compatibiliy to 0.2.x versions. Please read NEWS
and the ChangeLog carefully. If you still use a 0.2.x version, I
recommend to switch to the 0.3 branch, because that will be the future
of masqmail. More changes will come but they will improve masqmail.
Moving incrementally along with the development is encouraged. If you
have problems, we will provide help on the mailing list.
User visible changes (from NEWS):
- Fixed an important bug with folded headers! In earlier versions mail
to many recipients may, in unpredictable cases, only have been
delivered to the ones on the first line. This is fixed now. Sorry for
the inconvenience.
- Reworked allowed and denied addrs for routes to be more consistent
and allow more flexible matching:
o allowed_mail_locals + allowed_return_paths -> allowed_senders
o not_allowed_mail_locals + not_allowed_return_paths -> denied_senders
o allowed_rcpt_domains -> allowed_recipients
o not_allowed_rcpt_domains -> denied_recipients
See man page masqmail.route(5).
- Reworked online_detect to the simpler online_query. Only pipe is
supported now. Use
online_query="/bin/cat /path/to/file"
instead of
online_detect=file
online_file=/path/to/file
and
online_query="/path/to/some/script foo"
instead of
online_detect=pipe
online_pipe="/path/to/some/script foo"
See man page masqmail.conf(5) and admin/config-transition.
- Removed protocol option from route config because it was somehow
redundant. Now, if `pipe' is set, the protocol will be pipe, otherwise
it'll be smtp.
- Now the Received headers are much friendlier to read. The header for
locally (i.e. non-SMTP) received mail is changed to the format postfix
uses.
- Several improvements to the man pages.
- Updated autoconf.
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
Index:
[thread]
[date]
[author]
[stats]