From 1ff49a3249a0bbeb78381dbab7c63e659a01fdd5 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Fri, 24 Feb 2023 20:04:26 +0100 Subject: [PATCH] [fix] Pop3 is not enable in config file --- conf/dovecot/dovecot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/dovecot/dovecot.conf b/conf/dovecot/dovecot.conf index e614c3796..3f565b0b9 100644 --- a/conf/dovecot/dovecot.conf +++ b/conf/dovecot/dovecot.conf @@ -8,7 +8,7 @@ mail_home = /var/mail/%n mail_location = maildir:/var/mail/%n mail_uid = 500 -protocols = imap sieve {% if pop3_enabled == "True" %}pop3{% endif %} +protocols = imap sieve {% if pop3_enabled == "1" %}pop3{% endif %} mail_plugins = $mail_plugins quota notify push_notification