Exim is a mail transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. In overall style it is similar to Smail 3, but its facilities are more extensive.
Exim is a mail transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. In overall style it is similar to Smail 3, but its facilities are more extensive.
To install exim, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install exim
To see what files were installed by exim, run:
port contents exim
To later upgrade exim, run:
sudo port selfupdate && sudo port upgrade exim
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.