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:

  1. Open Terminal.
  2. Copy and execute below command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install dovecot using brew
    brew install dovecot

dovecot is ready to use now!