2.1.11 Ensure IMAP and POP3 server is not enabled - status
Information
dovecot is an open source IMAP and POP3 server for Linux based systems. Rationale: Unless POP3 and/or IMAP servers are to be provided by this system, it is recommended that the service be disabled to reduce the potential attack surface.
Solution
Run the following command to disable dovecot : # systemctl disable dovecot # systemctl stop dovecot