vsmtp-rule-engine 2.2.1

Next-gen MTA. Secured, Faster and Greener
Documentation
1
2
3
4
5
6
7
8
9
10
# vSMTP rule engine

vSMTP server is built with a runtime also called `rule engine`.
This runtime can execute code provided in our superset of the
<https://rhai.rs> language.

The viridIT scripting language (vsl) is a simple language that allow
you to define `rules` and `object` to control the traffic on your MTA.

Further details on the official book of vSMTP: <https://vsmtp.rs/reference/vSL/vsl.html>