milter manager is a milter to use multiple milters effectively.
If milter manager is introduced, milter manager administrates milters instead of MTA. The has some advantages:
A bug fix release of 2.0.7
You need to update /etc/apt/sources.list.d/milter-manager.list before
you update packages if you have already installed milter-manager.
For example, on Debian (jessie) /etc/apt/sources.list.d/milter-manager.list:
deb http://downloads.sourceforge.net/project/milter-manager/debian/stable jessie main
deb-src http://downloads.sourceforge.net/project/milter-manager/debian/stable jessie main
Ubuntu: Add ppa:milter-manager/ppa
% sudo apt-get -y install software-properties-common
% sudo add-apt-repository -y ppa:milter-manager/ppa
% sudo apt-get update
CentOS: Update milter-manager-release to 1.3.0
% sudo yum install -y \
http://sourceforge.net/projects/milter-manager/files/centos/milter-manager-release-1.3.0-1.noarch.rpm
=== Package
==== Fixes
* Suppress warnings (false detection) by lintian
[Patched by Youhei SASAKI]
* Keep files that is needed when rebuild document under debian
directory while building deb package. We need this for clean
build. [Patched by Youhei SASAKI]
* Update apt-line for Debian to correspond specification change of
SourceForge.net
* Create APT repository for Debian stretch properly
* Update mitler-manager-release for CentOS to correspond
specification change of SourceForge.net. You cannot update
milter-manager via yum command If you use milter-manager-release
before 1.3.0.
==== Improvements
* Drop Debian wheezy support
* Add Ubuntu Xenial (16.04 LTS) support
* Drop Ubuntu Wily (15.10) support
* Drop Ubuntu Vivid (15.04) support
* Add systemd support for deb packages (Except Ubuntu Precise(12.04))
* Update Ruby to 2.2.5 on CentOS6
* systemd support is stable on CentOS7
* Arrange build script for CentOS
[Patched by Hiroshi Ohkubo][GitHub #92]
=== milter manager
==== Fixes
* Fix milter-manager-log-analyzer errors with RRDtool 1.5
[Reporde by Dave Dodd][milter-manager-users-en]
* Use "_" instead of "-" to avoid bug of RRDtool 1.5
[Reporde by Dave Dodd][milter-manager-users-en]
* Fix a bug that configure option --with-bundled-ruby-glib2 does not
work properly on BSD.
=== libmilter-compatible
==== Fixes
* Set timeout properly using smfi_settimeout()
=== Ruby milter
==== Fixes
* Fix error when --fallback-status=temporary-failure
[Patched by Nobuhiko MIYAHARA][GitHub #87]
=== Document
==== Improvements
* Add link to Russian translation
[Translated by Alisa Bagrii]
* Update document for recent clamav-milter on Debian/Ubuntu
[Reported by Kazuhiro NISHIYAMA][GitHub #90]
* Create socket directory when install on Debian/Ubuntu
[Reported by Kazuhiro NISHIYAMA][GitHub #91]
=== Thanks
* Youhei SASAKI
* Nobuhiko MIYAHARA
* Alisa Bagrii
* Kazuhiro NISHIYAMA
* Dave Dodd
* Hiroshi Ohkubo