mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
Removed commented options
This commit is contained in:
parent
211136f9b1
commit
4df36bea91
@ -1,8 +1,6 @@
|
||||
# Mailu main configuration file
|
||||
#
|
||||
# Generated for {{ flavor }} flavor
|
||||
#
|
||||
# This file is autogenerated by the configuration management wizard.
|
||||
# This file is autogenerated by the configuration management wizard for {{ flavor }} flavor.
|
||||
# For a detailed list of configuration variables, see the documentation at
|
||||
# https://mailu.io
|
||||
|
||||
@ -10,21 +8,9 @@
|
||||
# Common configuration variables
|
||||
###################################
|
||||
|
||||
# Set this to the path where Mailu data and configuration is stored
|
||||
# This variable is now set directly in `docker-compose.yml by the setup utility
|
||||
# ROOT={{ root }}
|
||||
|
||||
# Mailu version to run (1.0, 1.1, etc. or master)
|
||||
#VERSION={{ version }}
|
||||
|
||||
# Set to a randomly generated 16 bytes string
|
||||
SECRET_KEY={{ secret(16) }}
|
||||
|
||||
# Address where listening ports should bind
|
||||
# This variables are now set directly in `docker-compose.yml by the setup utility
|
||||
# PUBLIC_IPV4= {{ bind4 }} (default: 127.0.0.1)
|
||||
# PUBLIC_IPV6= {{ bind6 }} (default: ::1)
|
||||
|
||||
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)
|
||||
SUBNET={{ subnet }}
|
||||
{% if ipv6_enabled %}
|
||||
@ -67,9 +53,6 @@ WEBDAV={{ webdav_enabled or 'none' }}
|
||||
# Antivirus solution (value: clamav, none)
|
||||
#ANTIVIRUS={{ antivirus_enabled or 'none' }}
|
||||
|
||||
#Antispam solution
|
||||
ANTISPAM={{ antispam_enabled or 'none'}}
|
||||
|
||||
###################################
|
||||
# Mail settings
|
||||
###################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user