• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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