github viridIT/vSMTP v0.10.0
Release 0.10.0

latest releases: v3.0-rc.1, v2.2.1, v2.2.0...
pre-release2 years ago

Configuration improvements.

New rule engine features

  • Stabilizing VSL's syntax.
    • New object syntax: object ip4 localhost = "127.0.0.1";
  • vsl::get_header & vsl::set_header to manipulate incoming emails headers.
  • A toml::app & toml::server mapping to the toml configuration.
  • vsl::quarantine action that creates quarantine queues relative to the application folder.

Introducing vQueue, vSMTP's queue manager

To inspect & manipulate vSMTP's queue system.

$> vqueue -c config.toml show -e .
WORKING    is at './tmp/dev/spool/working' : <EMPTY>

DELIVER    is at './tmp/dev/spool/deliver' : <EMPTY>

DEFERRED   is at './tmp/dev/spool/deferred' :
              T    5   10   20   40   80  160  320  640 1280 1280+
     TOTAL    3    .    .    .    .    .    .    .    .    1    2
 test1.com    1    .    .    .    .    .    .    .    .    1    .
       foo    2    .    .    .    .    .    .    .    .    .    2

DEAD       is at './tmp/dev/spool/dead' :
              T    5   10   20   40   80  160  320  640 1280 1280+
     TOTAL    2    .    .    .    .    .    .    .    .    .    2
       foo    2    .    .    .    .    .    .    .    .    .    2

And more

  • Rolling log files.
  • Authentification via SASL.
  • Optimisation and performance improvements.

Don't miss a new vSMTP release

NewReleases is sending notifications on new releases.