[fix] Pop3 is not enable in config file

This commit is contained in:
ljf (zamentur) 2023-02-24 20:04:26 +01:00 committed by GitHub
parent 324366a728
commit 1ff49a3249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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