Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Although it is written in C, it uses several coding techniques to avoid most of the common pitfalls.
Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Although it is written in C, it uses several coding techniques to avoid most of the common pitfalls.
To install dovecot, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dovecot
To see what files were installed by dovecot, run:
port contents dovecot
To later upgrade dovecot, run:
sudo port selfupdate && sudo port upgrade dovecot
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.