You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Implement managesieve support
This commit is contained in:
@@ -30,7 +30,7 @@ services:
|
||||
options:
|
||||
tag: mailu-front
|
||||
ports:
|
||||
{% for port in (80, 443, 25, 465, 587, 110, 995, 143, 993) %}
|
||||
{% for port in (80, 443, 25, 465, 587, 110, 995, 143, 993, 4190) %}
|
||||
{% if bind4 %}
|
||||
- "{{ bind4 }}:{{ port }}:{{ port }}"
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user