Configuration improvements.
- configuration for virtual domains.
- DNS configuration for vSMTP's transport system.
New rule engine features
- Stabilizing VSL's syntax.
- New object syntax:
object ip4 localhost = "127.0.0.1";
- New object syntax:
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.