mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Pop3 is not enable in config file
This commit is contained in:
parent
324366a728
commit
1ff49a3249
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue