Skip to content

Release 2.3.0 / deprecated

Pre-release
Pre-release
Compare
Choose a tag to compare
@TomFreudenberg TomFreudenberg released this 17 Oct 18:03
· 259 commits to master since this release

Changes to 2.3.0

  1. Support IPv4 and IPv6 (documentation)
  2. Support binding of multiple ports and hosts / ip addresses
  3. Handle utilization of connections and processings
  4. Support of RFC(2)822 CR LF modes
  5. Support (optionally) SMTP PIPELINING extension
  6. Support (optionally) SMTP 8BITMIME extension
  7. Support (optionally) SMTP SMTPUTF8 extension
  8. SMTP PIPELINING, 8BITMIME and SMTPUTF8 extensions are disabled by default
  9. Support modification of local welcome and greeting messages
  10. Documentation and Links about security and email attacks
  11. 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 to max_processings - this is already the long existing origin intent of that argument. See index 3. for more details.

‼️ Please update at least to Release 2.3.3