Index: [thread] [date] [author] [stats]
  From: markus schnalke <meillo@marmaro.de>
  To  : <masqmail@marmaro.de>
  Date: Fri, 23 Jul 2010 22:10:36 +0200

masqmail-0.3.0 released

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

    Version 0.3.0

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


Note: This is the first release of the 0.3 development branch; expect
things to change in arbitrary ways in the next releases. If you want
to stay save, stay with the stable 0.2 branch.


Changes:

- Start of the new development branch. Attention: Backward
compatibility with 0.2.x versions will *NOT* be maintained. Upgrading
from 0.2.x to 0.3.x will probably require manual adjustment of the
configuration. The script admin/config-tansition can be used to check
the config files for obsolete options.

- Removed POP3 support (also pop-before-smtp/smtp-after-pop). Use some
other POP3 client instead.

- Removed maildir support. Use an MDA, like procmail, to deliver to
maildir.

- Removed the built-in mserver functionality. Use the mservdetect
program instead. See masqmail.conf(5) under `online_pipe' for details.

- Removed --disable-smtp-server and --with-glib-static configure
options. We see no more need to not compile the SMTP server function.
For static linking, see docs/howto-static-linking.

- `host_name' is the only mandatory config option now. If you only set
host_name, then masqmail will:
  o accept mail on the command line
  o listen on the local port 25 for incoming mail
  o deliver mail locally
  o not know how to handle mail for remote destinations
Therefore you should set up at least one route configuration.

- Default values are available for: listen_addresses, local_hosts,
log_dir, spool_dir, mail_dir. See masqmail.conf(5) for the values.

- Mservdetect works much better now.

- Improved the documentation:
  o Added setup guides
  o Improved and simplified the example config
And removed the old manual because it is really outdated now.

- Renamed misc/ to devel/ and contrib/ to admin/. devel/ contains
stuff for developers of masqmail, admin/ contains stuff for people who
install, upgrade, and configure masqmail.



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]