Halon Scripting Language¶
The Halon MTA is fast, flexible and powerful; designed for demanding uses such as large-scale email services. The Halon scripting language is a domain-specific language (DSL) for the Halon MTA. It enables configuration of the behavior of email processing and delivery in a scriptable fashion.
This script language documentation references many other resources, such as:
Table of contents¶
- 1. About
- 2. Introduction
- 3. Data types and literals
- 4. Operators
- 5. Control structures
- 6. Standard library
- 7. SMTP server
- 7.1. Connect
- 7.2. Proxy
- 7.3. HELO
- 7.4. AUTH
- 7.5. MAIL FROM
- 7.6. RCPT TO
- 7.7. End-of-DATA
- 7.8. Disconnect
- 8. SMTP queue
- 9. Integrations