secure, reliable, lean, and easy-to configure SMTP server
The OpenSMTPD server seeks to be
* as secure as possible, and uses privilege separation to mitigate
possible security bugs
* as reliable as possible: any accepted email must not be lost
* lean: it covers typical usage cases instead of every obscure one
* easy to configure, with a configuration syntax reminiscent of the OpenBSD
Packet Filter's (PF)
* fast and efficient: it can handle large queues with reasonable performance
The OpenSMTPD server seeks to be
* as secure as possible, and uses privilege separation to mitigate
possible security bugs
* as reliable as possible: any accepted email must not be lost
* lean: it covers typical usage cases instead of every obscure one
* easy to configure, with a configuration syntax reminiscent of the OpenBSD
Packet Filter's (PF)
* fast and efficient: it can handle large queues with reasonable performance
To install opensmtpd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install opensmtpd
To see what files were installed by opensmtpd, run:
port contents opensmtpd
To later upgrade opensmtpd, run:
sudo port selfupdate && sudo port upgrade opensmtpd
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.