Installing dovecot on Mac using Brew
Package Information:
Name: dovecot
Use: Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like systems.
URL: https://dovecot.org/
Installation Steps:
- Open Terminal.
- Copy and execute below command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dovecot using brew
brew install dovecot
dovecot is ready to use now!