milter managerはmilter効果的に利用するためのmilterです。
milter managerを導入することにより、MTAが行っていたmilter管理 をmilter managerが行うことになるため、以下のような利点があり ます。
A development release. Evaluation mode was added.
=== milter-manager
==== Improvements
* Added ((<evaluation
mode|"doc/configuration.rd#milter.evaluation_mode">))
that ignores a result of child milter.
* Added configuration items:
* max number of concurrent connections:
((<manager.max_connections|"doc/configuration.rd#manager.max_connections">))
* max number of file descriptors:
((<manager.max_file_descriptors|"doc/configuration.rd#manager.max_file_descriptors">))
* Supported EPEL [Reported by Syunsuke Komma]
* Supported timeout configuration based on
milter-greylist's tarpit configuration.
=== milter-toolkit
* Added more the Ruby bindings [Yuto Hayamizu]
=== milter manager admin
* Supported Rails 2.3.4
=== milter-test-client
* Added --syslog options that logs to syslog.
=== milter-manager-log-analyzer
* Supported milter-greylist's SPF result.
=== Thanks
* Yuto Hayamizu
* Syunsuke Komma