Bug fixes

master
Ionut Filip 6 years ago
parent 6b6cbcf977
commit cb1ed349bf

@ -2,7 +2,7 @@
# This file is auto-generated by the Mailu configuration wizard.
# Please read the documentation before attempting any change.
version: '3.7'
version: '3.6'
services:
@ -18,7 +18,7 @@ services:
image: mailu/nginx:{{ version }}
restart: always
env_file: {{ env }}
env:
environment:
- TLS_FLAVOR={{ tls_flavor }}
- ADMIN={{ admin_enabled or 'false' }}
ports:
@ -30,10 +30,8 @@ services:
- "{{ bind6 }}:{{ port }}:{{ port }}"
{% endif %}
{% endfor %}
{% if flavor in ('cert', 'mail') %}
volumes:
- "{{ root }}/certs:/certs"
{% endif %}
admin:
image: mailu/admin:{{ version }}
@ -54,7 +52,6 @@ services:
restart: always
env_file: {{ env }}
volumes:
- "{{ root }}/data:/data"
- "{{ root }}/mail:/mail"
- "{{ root }}/overrides:/overrides"
depends_on:
@ -65,7 +62,6 @@ services:
restart: always
env_file: {{ env }}
volumes:
- "{{ root }}/data:/data"
- "{{ root }}/overrides:/overrides"
depends_on:
- front
@ -107,8 +103,6 @@ services:
image: mailu/fetchmail:{{ version }}
restart: always
env_file: {{ env }}
volumes:
- "{{ root }}/data:/data"
{% endif %}
# Webmail

@ -21,7 +21,7 @@ SECRET_KEY={{ secret(16) }}
# PUBLIC_IPV6= {{ bind6 }} (default: ::1)
# Main mail domain
# DOMAIN={{ domain }}
DOMAIN={{ domain }}
# Mail address of the postmaster
POSTMASTER={{ postmaster or 'admin'}}
@ -48,16 +48,16 @@ DISABLE_STATISTICS={{ disable_statistics or 'False' }}
#ADMIN={{ admin_enabled or 'false' }}
#Chose which webmail to run if any
#WEBMAIL={{ webmail_type or 'none' }}
WEBMAIL={{ webmail_type }}
#Antivirus solution
#ANTIVIRUS={{ antivirus_enabled or 'none' }}
#Antispam solution
#ANTISPAM={{ antispam_enabled or 'none'}}
ANTISPAM={{ antispam_enabled or 'none'}}
#Dav server implementation
#WEBDAV={{ webdav_enabled or 'none' }}
WEBDAV={{ webdav_enabled or 'none' }}
###################################
# Server behavior

Loading…
Cancel
Save