milter manager

Software Screenshot:
milter manager
Software Details:
Version: 2.0.2
Upload Date: 19 Feb 15
Developer: Kouhei Sutou
Distribution Type: Freeware
Downloads: 2

Rating: 1.0/5 (Total Votes: 1)

milter manager is an efficient way to manage multiple milters. You can register multiple milteres to milter managers and a milter session for milter manager is transfered to registered milters. Registered milter is called "child milter".

milter manager works as a proxy. milter manager looks like a milter from MTA side. milter manager looks like a MTA from child milter.

MTA, milter manager and child milter

milters can be managed by milter manager layer not MTA layer by the structure. milter manager has the following features that improve milter management:

1. milter detection feature
2. flexible milter apply feature

The former is for "reduce milter administration cost" advantage, the latter is for "combine milters flexibly" advantage.

We can use milters effectively by milter manager's those features.
Advantage: milter detection feature

milter manager embeds Ruby interpreter. Ruby is a real programming language that provides easy to read syntax and flexibility.

milter manager can configure milters more flexible than existing MTA because milter manager's configuration file is processed as a Ruby script. For example, milter manager can detect milters installed in your system and register it. It means that you can change each milter's configuration without updating milter manager's configuration.

Currently, Ubuntu (Debian) and FreeBSD are supported. If you want to use milters installed by package system (dpkg or ports), you don't need to change milter manager's configuration. If a milter is installed by package system and enabled, milter manager detects and uses it. See Install for more information.

There is a opinion that milter manager's configuration file has more difficult syntax than MTA's configuration file. As mentioned above, Ruby has easy to read syntax, it's not difficult in normal use. [2]

For example, here is a configuration for connection socket:

manager.connection_spec = "inet:10025@localhost"

It's almost same as Postfix's configuration syntax. ("item = value")

milter manager will also provide Web interface for configuration since the next release.

In MTA configuration, each milter always applies or not. It can't be done that a milter applies only when some conditions are true. milter manager has some check points in milter session. They can be used for it.

We can decide whether apply a milter or not by using S25R result by the feature.

We have effect about performance by introducing milter manager. But the effect is very small because milter manager works fast enough. So, it seems that the effect is none. milter manager will not be bottleneck.

Registered child milters to milter manager are applied only if some conditions are true. It means that child milters doesn't run if they aren't needed. But registered milters to MTA are always ran. Total processing time for milter system is almost same as milter system without milter manager or less than milter system without milter manager because the number of child milters to be ran are less than the number of whole milters.

What is new in this release:

  • Ubuntu Lucid (10.04) support is revived.

What is new in version 2.0.0:

  • There are no incompatible changes between 1.8.9 and 2.0.0.
  • This version is compatible with 1.8.x, so you can upgrade without editing config files.

What is new in version 1.8.7:

  • Package:
  • [rpm] Keep user configuration settings on upgrade.
  • [deb][rpm] Separate milter-manager-log-analyzer from milter-manager. [Reported by Kazuhiro NISHIYAMA][GitHub #21]
  • Use Ruby1.9 on CentOS6 or later.
  • Drop Ubuntu Oneiric Ocelot(11.10) support.
  • Add Ubuntu Raring Ringtail(13.04) support.
  • Add Debian jessie support.
  • milter manager Improvements:
  • Support Ruby2.0.0.
  • milter manager Fixes:
  • [debian] Support init file that contains non-ASCII characters. [Reported by Kazuhiro NISHIYAMA][GitHub #23]
  • milter-manager-log-analyzer Fixes:
  • Process mail log even if it includes invalid byte sequence. [Reported by Satoru Sakashita][GitHub #24]
  • Admin:
  • Dropped.

What is new in version 1.8.6:

  • This version has fixed a broken libev backend with Ruby 1.9 and added max-pending-finished-session configuration settings for forcing the freeing of resouces immediately when the load average is high.
  • This release also supports a reset API for resetting instance variables between multple transactions.

What is new in version 1.8.5:

  • This version fixes broken documents in the tarball and drops Ubuntu Natty Narwhal support.
  • It adds no new features.

What is new in version 1.8.2:

  • Two memory leaks were fixed.
  • Upgrading is strongly recommended.

What is new in version 1.8.1:

  • This version improves support for Ruby 1.9. Please install 1.8.1 if you're using Ruby 1.9. manager.event_loop_backend and manager.n_workers are no longer experimental. You can improve performance if you use milter manager on a large mail system with a heavy milter.

What is new in version 1.6.9:

  • Improved robustness and SMTP AUTH support in the bundled benchmark tool.
  • Exceptions caused in callback are handled, and SMTP AUTH related command line options are added to milter-performance-check.

What is new in version 1.6.8:

  • Don't create needless directories on install. [Reported by OBATA Akio]

Requirements:

  • GLib2
  • Ruby 1.8.5
  • Ruby-GNOME2

Similar Software

EximSesTransport
EximSesTransport

12 May 15

DSPAM
DSPAM

11 May 15

clapf
clapf

11 May 15

Other Software of Developer Kouhei Sutou

rCairo
rCairo

10 Dec 15

Pikzie
Pikzie

14 Apr 15

Test::Unit
Test::Unit

20 Jul 15

Comments to milter manager

Comments not found
Add Comment
Turn on images!