• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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