• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Question Dovecot without pop

Papalapappi

New Pleskian
Hey folks, first post here so let’s try ;)

I run a VPS as a Mailserver for me and m family with almost everything set up fine

But I don’t need Pop at all. I found the Dovecot configuration files but every file states something like this:

#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED

So how to disable pop? (POP3 and POP3s)

I just know how to edit the Dovecot.conf to disable pop. But if these changes gets revoked it’s kinda senseless
 
Last edited:
Try to use following method:

# echo "protocols = imap" > /etc/dovecot/conf.d/00-pop3-disable.conf
# systemctl restart dovecot
 
Back
Top