Release 2.3.0 / deprecated
Pre-release
Pre-release
TomFreudenberg
released this
17 Oct 18:03
·
259 commits
to master
since this release
Changes to 2.3.0
- Support IPv4 and IPv6 (documentation)
- Support binding of multiple ports and hosts / ip addresses
- Handle utilization of connections and processings
- Support of RFC(2)822 CR LF modes
- Support (optionally) SMTP PIPELINING extension
- Support (optionally) SMTP 8BITMIME extension
- Support (optionally) SMTP SMTPUTF8 extension
- SMTP PIPELINING, 8BITMIME and SMTPUTF8 extensions are disabled by default
- Support modification of local welcome and greeting messages
- Documentation and Links about security and email attacks
- Added implementation and integration testing
Compatibility
- the new release is compatible with previous 2.x.x releases.
- attention: this release will validate incoming data. Per default 30 seconds timeout and a maximum per 1 MB for each incoming data line. This should be fine in any use-case but please check yourself.
- attention: this release has changed the name of third (3rd) initialize argument from
max_connections
tomax_processings
- this is already the long existing origin intent of that argument. See index 3. for more details.