Skip to content

v1.21.0

Compare
Choose a tag to compare
@axllent axllent released this 24 Oct 11:14
· 71 commits to develop since this release

This release introduces a new experimental feature (see related issue) to use Unix domain sockets rather than network interfaces for SMTP & HTTP. Please note that the default behaviour of Mailpit (ie: listening on ports 1025 for SMTP and 8025 for HTTP) will not change! This new feature simply allows system administrators managing larger scale hosting to bind their proxies to Unix domain sockets rather than having to find free ports on their servers.

Feature

  • Experimental Unix socket support for HTTPD & SMTPD (#373)

Fix

  • Allow multiple item selection on macOS with Cmd-click (#378)